Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Mark the steps as checked when you complete them. Open the start file EX2019-ChallengeYourself-3-3 . The file will be renamed automatically to include your name.

image text in transcribed

Mark the steps as checked when you complete them.

Open the start file EX2019-ChallengeYourself-3-3. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.

If the workbook opens in Protected View, click the Enable Editing button in the Message Bar at the top of the workbook so you can modify it.

The registration fee information in cells B11:C17 on the Data sheet will be used in lookup formulas later in this project. Name the range RegistrationFees to make it easier to use later.

Return to the Purchase worksheet.

  1. Calculate the average MPG for each vehicle.

Enter a formula in cell C10 using the AVERAGE function to calculate the average value of C8:C9. Use only one argument.

Copy the formula to the appropriate cells for the other vehicles.

Excel will detect a possible error with these formulas. Use the SmartTag to ignore the error. Hint: Use the SmartTag while cells C10:F10 are selected and the error will be ignored for all the selected cells.

  1. Calculate the registration fee for each vehicle.

Enter a formula in cell C13 to look up the registration fee for the first vehicle. Use the vehicle type in cell C4 as the Lookup_value argument. Use the RegistrationFees named range as the Table_array argument. The registration fees are located in column 2 of the data table. Require an exact match.

Copy the formula to the appropriate cells for the other vehicles.

  1. Determine whether or not you will need a loan for each potential purchase.

In cell C15, enter a formula using an IF function to determine if you need a loan. Your available cash is located on the Data sheet in cell A3. If the price of the car is less than or equal to your available cash, display "no". If the price of the car is more than your available, cash, display "yes". Use absolute references where appropriateyou will be copying this formula across the row.

Copy the formula to the appropriate cells for the other vehicles.

  1. Calculate how much you would need to borrow for each purchase.

In cell C16, enter a formula to calculate the price of the vehicle minus your available cash (from cell A3 in the Data worksheet). Use absolute references where appropriateyou will be copying this formula across the row.

Copy the formula to the appropriate cells for the other vehicles.

  1. Calculate the monthly payment amount for each loan.

In cell C20, enter a formula using the PMT function to calculate the monthly loan payment for the first vehicle.Hint: Divide the interest rate by 12 in the Rate argument to reflect monthly payments.

Hint: Multiply the number of years by 12 in the Nper argument to reflect the number of monthly payments during the life of the loan.Hint: Use a negative value for the loan amount in the Pv argument so the payment amount is expressed as a positive number.

Copy the formula to the appropriate cells for the other vehicles.

  1. Compute the monthly cost of gas.

In cell C21, enter a formula to calculate the number of miles you expect to drive each month. Divide the value of number of miles (cell A5 from the Data sheet) by the average MPG for the vehicle multiplied by the price of a gallon of gas (cell A6 from the Data sheet).

Copy the formula to the appropriate cells for the other vehicles.

If cells D21:F21 display an error or a value of 0, display formulas and check for errors.

If you still cant find the error, try displaying the precedent arrows.

Hint: The references to the cells on the Data sheet should use absolute references. If they do not, the formula will update incorrectly when you copy it across the row.

  1. Compute the monthly cost of maintenance.

In cell C22, enter a formula to calculate the monthly maintenance cost: Divide cell C12 by 12.

Copy the formula to the appropriate cells for the other vehicles.

  1. Compute the monthly cost of insurance.

In cell C23, enter a formula to calculate the monthly insurance cost: Divide cell C14 by 12.

Copy the formula to the appropriate cells for the other vehicles.

In cells C24:F24, compute the total the monthly cost for each vehicle.

  1. Determine which vehicles are affordable.

In cell C26, enter a formula using the IF function to display "yes" if the total monthly cost (cell C24) is less than or equal to the total monthly amount available for vehicle expenses (Data sheet, cell A4). Display "no" if the total monthly cost is not less than or equal to the total monthly amount available.

Copy the formula to the appropriate cells for the other vehicles.

Display formulas and use the error checking skills learned in this lesson to track down and fix any errors.

  1. Complete the Analysis section using formulas with statistical functions. Use named ranges instead of cell references in the formulas.

Price

MPG City

MPG Highway

Average MPG

Maintenance/Year

Registration Fee

Insurance/Year

Amount to Borrow

APR

Years

Loan Payment

Gas

Maintenance/Month

Insurance/Month

Total Monthly

  • Hint: Select cells B7:F24 and use Excels Create from Selection command to create named ranges for each row using the labels at the left side of the range as the names.
  • Hint: Open the Name Manager and review the names Excel created. Notice that any spaces or special characters in the label names are converted to _ characters in the names.
  • Hint: To avoid typos as you create each formula, try using Formula AutoComplete to select the correct range name.
Vehicle Purchase \begin{tabular}{|c|c|c|c|c|} \hline & Vehicle 1 & Vehicle 2 & Vehicle 3 & Vehicle 4 \\ \hline Description & 2019 Ford Mustang Convertible & 2019 Ford F150 & 2017 Toyota Prius & 2017 Ducati Super Sport \\ \hline Vehicle Type & Passenger & Truck & Passenger & Motorcycle \\ \hline Seller & dealer & dealer & private seller & private seller \\ \hline Price & $31,895 & $28,115 & $24,463 & $12,995 \\ \hline MPG City & 21 & 19 & 58 & 36 \\ \hline MPG Highway & 31 & 25 & 53 & 36 \\ \hline Average MPG & 5 & 3 & 2.5 & 0 \\ \hline \multicolumn{5}{|l|}{ Yearly Costs } \\ \hline Maintenance/Year & $600 & $500 & $300 & $500 \\ \hline Registration Fee & 100 & 100 & 100 & 60 \\ \hline Insurance/Year & $1,200 & $800 & $900 & $1,500 \\ \hline Need Loan? & yes & yes & yes & yes \\ \hline Amount to Borrow & $22,895 & $19,115 & $15,463 & $3,995 \\ \hline APR & 3.20% & 2.90% & 1.90% & 5.90% \\ \hline Years & 5 & 3 & 3 & 2 \\ \hline \multicolumn{5}{|l|}{ Monthly Costs } \\ \hline Loan Payment & $413.43 & $555.05 & $442.23 & $176.88 \\ \hline Gas & $362.70 & $604.50 & $725.40 & \#DIV/0! \\ \hline Maintenance/Month & $50.00 & $41.67 & $25.00 & $41.67 \\ \hline Insurance/Month & $100.00 & $66.67 & $75.00 & $125.00 \\ \hline Total Monthly & $926.13 & $1,267.88 & $1,267.63 & \#DIV /0! \\ \hline \end{tabular} Analysis Affordable? no no no \#DIV/0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Finance questions