Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Calculate the registration fee for each vehicle. a . Enter a formula in cell C 1 3 to look up the registration fee for the

Calculate the registration fee for each vehicle.
a.
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.
b.
Copy the formula to the appropriate cells for the other vehicles.
Determine whether or not you will need a loan for each potential purchase.
a.
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 appropriate-you will be copying
this formula across the row.
b.
Copy the formula to the appropriate cells for the other vehicles.
Calculate how much you would need to borrow for each purchase.
a.
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 appropriate-you will be copying this formula across
the row.
b.
Copy the formula to the appropriate cells for the other vehicles.
Calculate the monthly payment amount for each loan.
a.
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.
b.
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.
c.
Copy the formula to the appropriate cells for the other vehicles.
Compute the monthly cost of gas.
a. 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).
b.
Copy the formula to the appropriate cells for the other vehicles.
c.
If cells D21:F21 display an error or a value of 0, display formulas and
check for errors.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions

Question

4. Give partial credit for partially correct answers.

Answered: 1 week ago

Question

Write a Python program to check an input number is prime or not.

Answered: 1 week ago

Question

a. How do you think these stereotypes developed?

Answered: 1 week ago

Question

7. Describe phases of multicultural identity development.

Answered: 1 week ago