Friday, September 18, 2020

Excel practices

 

Excel Chapter 2 - Homework - Edward Hartono Customized Project

 

Project Description:

You are a sales representative at the local fitness center, Health & Fitness Gym. Your manager expects each representative to track weekly new membership data, so you created a spreadsheet to store data. Membership costs are based on membership type. Clients can rent a locker for an additional annual fee. You are required to collect a down payment based on membership type, determine the balance, and then calculate the monthly payment based on a standard interest rate. In addition, you calculate general statistics to summarize for your manager. Spot-check results to make sure you created formulas and functions correctly.

 

Steps to Perform:

Step

Instructions

Points Possible

1

Open the downloaded file exploring_e02_grader_a1.xlsx.

0

2

Insert a lookup function in cell C5 to display the basic annual membership cost for the first client. Use the reference table in A18:C20.

10

3

Insert a function in cell B2 to display today's date.

5

4

Use an IF function in cell E5 to calculate the annual total amount, which is the sum of the basic cost and locker fees (in B22) for those who rent a locker. For people who do not rent a locker, the annual cost is only the cost shown in column C. The Locker column displays Yes for clients who rent a locker and No for those who dont.

10

5

In cell G5, enter a formula to calculate the total amount due for the first client based on the annual total and the number of years in the contract. Copy the three formulas in columns C, G, and E down their respective columns.

5

6

Insert a lookup function in cell H5 to display the amount of down payment for the first client based on the membership type. Use the reference table in A18:C20.

10

7

Insert a formula in cell I5 to calculate the balance due on the membership. Copy the formulas for the rest of the clients.

5

8

Insert the PMT function in cell J5 to calculate the first clients monthly payment. The client must pay 5.75% annual interest rate. Display the result as a positive number (black number). Copy the formula down the column. Use the information in B23 and B24.

15

9

Calculate totals for Annual Total, Total Due, Down Payment, Balance, and Monthly Payment on row 14.

10

10

Insert the appropriate functions in the Summary Statistics section of the worksheet: cells H18:H22 (Use the functions on pages 163-166 in the Excel 2016 textbook). All clients listed in the table are new members. Format the payments with Accounting number format and format the number of new members appropriately.

10

11

Format the other column headings on rows 4 and 17 to match the fill color in the range E17:H17 (Dark Blue, Text 2, Lighter 60%). Wrap text for the column headings.

10

12

Set 0.3'' left and right margins and ensure that the page prints on only one page (Adjust the scaling to fit 1 page wide and 1 page tall).

5

13

Insert a footer with your name on the left side, the date code in the center, and the file name on the right side.

5

14

Save and close the workbook. Submit the file as directed.

0

Total Points

100

 Insert a lookup function in cell C5 to display the basic annual membership cost for the first client. Use the reference table in A18:C20.

 formula=VLOOKUP(B5,$A$18:$B$20,2,FALSE)


Use an IF function in cell E5 to calculate the annual total amount, which is the sum of the basic cost and locker fees (in B22) for those who rent a locker. For people who do not rent a locker, the annual cost is only the cost shown in column C. The Locker column displays Yes for clients who rent a locker and No for those who dont.

                          

formula=IF(D5="yes",C5+$B$22,C5)



In cell G5, enter a formula to calculate the total amount due for the first client based on the annual total and the number of years in the contract. Copy the three formulas in columns C, G, and E down their respective columns.

 formula=E5*F5


 Insert a lookup function in cell H5 to display the amount of down payment for the first client based on the membership type. Use the reference table in A18:C20.

 

formula=VLOOKUP(B5,$A$18:$C$20,3,FALSE)

 


 

Insert a formula in cell I5 to calculate the balance due on the membership. Copy the formulas for the rest of the clients.

formula =G5-H5

 


 Insert the PMT function in cell J5 to calculate the first clients monthly payment. The client must pay 5.75% annual interest rate. Display the result as a positive number (black number). Copy the formula down the column. Use the information in B23 and B24.

 

formula =PMT($B$23/12,F5*12,-G5)


 

                 Calculate totals for Annual Total, Total Due, Down Payment, Balance, and Monthly                   Payment on row 14

formula=sum()



 

Insert the appropriate functions in the Summary Statistics section of the worksheet: cells H18:H22 (Use the functions on pages 163-166 in the Excel 2016 textbook). All clients listed in the table are new members. Format the payments with Accounting number format and format the number of new members appropriately.

formula= Counta()

Min()

Avarage()

Max()

Median() 

 


 Format the other column headings on rows 4 and 17 to match the fill color in the range E17:H17 (Dark Blue, Text 2, Lighter 60%). Wrap text for the column headings


                  Set 0.3'' left and right margins and ensure that the page prints on only one page                  (Adjust the scaling to fit 1 page wide and 1 page tall). 


Insert a footer with your name on the left side, the date code in the center, and the file name on the right side.


 

 

No comments:

Post a Comment

The Conflict Between the Early Stuart Kings and Parliament: A Historical Analysis

  THE CONFLICT BETWEEN THE EARLY STUARTS KINGS AND PARLIAMENT         The Stuarts are recognized as the first kings of the U.K. Among th...