Comparing Loans – Using Spreadsheets to Compare Car Financing Options

Spreadsheets – Using Spreadsheets to compare loans

You finally made the big decision – you are going to buy a car. You did your research and the test drives – you found 3 cars that you really like, from three different dealerships. You really love them all – but at the end of the day, your final decision will come down to price.

But what price will you focus on? The “sticker” price is one factor – there is some difference between the dealerships:

 Dearer ADealer BDealer C
Sticker Price$9,500$10,200$11,600

At first glance, Dealer C seems a lot more expensive. But you know you cannot afford to buy the entire car up-front; you only have $3,000 in your bank account, so you will need to seek financing. Each of the different dealers offers you a combination of financing terms:

Dearer ADealer BDealer C
Minimum Down Payment05%10%
APR15%10%13%
Loan Term40 months60 months50 months
Special PromotionNone$500 Cash BackNo payments for 6 months

None of the dealers let you pay off the loan early – you’re going to need to make all the payments on each loan to fully pay them off. No payments for 6 months and cash back sound interesting – and so does a lower down payment so you can keep more money in your bank account. But at the end of the day, what matters most to you are two things:

  1. What is the total amount you need to pay for each car?
  2. What will be your total monthly payments?

You just got home from the last test-drive with all of this material – you sit down on your desk and open your laptop to find out.

Using Excel or Google Sheets to Find Monthly and Total Payments

We want to compare these loans to get an apples-to-apples comparison of the two metrics we care most about – what will be your total monthly payment, and how much in total will you pay for each car.

Video Tutorial:

Step 1: Write Down Your Data

First step is to open a new spreadsheet and bring in the key data points: the Sticker Price, APR, and Minimum Down Payment % for each dealer.

Dealer ADealer BDealer C
Price95001020011600
APR15%10%13%
Loan Term (in months)406050
Minimum Down Payment %0%5%10%

Notice that we need to keep everything formatted as numbers (don’t put “Months” after the number of months, for example). This will make it easier to do calculations later.

Step 2: Basic calculations for Dealer A

We see that Dealer B and Dealer C are both offering special loan terms, but Dealer A is straightforward. We can start by calculating the Monthly Payment and Total Payments just for Dealer A.

The first thing to do is find our monthly interest rate. All loans are advertised in APR so you can easily compare them at a glance, but does not help us to find our actual monthly payments. To calculate your monthly interest rate, simply divide the APR by 12.

Dealer A
Price9500
APR15%
Loan Term (in months)40
Minimum Down Payment %0%
Monthly Interest Rate0.0125

It looks like Dealer A is giving this loan a 1.25% monthly interest rate.

Next, we need to calculate the minimum down payment. This would be the “Sticker Price” times the “Minimum Down Payment %”. Since Dealer A says 0% down payment, that means our minimum down payment is also 0.

Dealer A
Price9500
APR15%
Loan Term (in months)40
Minimum Down Payment %0%
Monthly Interest Rate0.0125
Minimum Down Payment0

Last, we need to calculate the entire amount we need to finance. This is the Sticker Price minus the Down Payment. Since the down payment is $0, for Dealer A we will be financing the entire amount.

Dealer A
Price9500
APR15%
Loan Term (in months)40
Minimum Down Payment %0%
Monthly Interest Rate0.0125
Minimum Down Payment0
Amount to finance9500

Step 3: Finding Your Monthly Payment and Total Payment

You can find your monthly payments using a built-in “Payment” function in excel. The formula is

=PMT(monthly interest rate, number of months, total amount financed)

The “PMT” function will return a negative number – this is normal. It looks like for Dealer A, we will have a $303.25 monthly payment.

Dealer A
Price9500
APR15%
Loan Term (in months)40
Minimum Down Payment %0%
Monthly Interest Rate0.0125
Minimum Down Payment0
Amount to finance9500
Monthly Payment($303.25)

To calculate the total amount we’re going to pay for this car, we will multiply the monthly payment by the total payments.

We also need to add in our down payment. Since “PMT” came out negative, subtract your down payment. This will give us our total payment. Because our down payment at Dealer A was zero, it does not change our total payments.

Dealer A
Price9500
APR15%
Loan Term (in months)40
Minimum Down Payment %0%
Monthly Interest Rate0.0125
Minimum Down Payment0
Amount to finance9500
Monthly Payment($303.25)
Total Payments$12,130.14

It looks like when we include the financing charges, Dealer A is going to cost $12,130.14 total over the entire course of the loan.

How to Include Cash Back In Your Calculation

Now that we have our numbers for Dealer A, we want to calculate the same thing for Dealer B. Cash Back is easy to account for – we can include this right at the last step.

For Dealer B, we will follow the exact same steps as Dealer A. The only difference is that we do have a down payment, and so our Amount Financed will be different.

Dealer ADealer B
Price950010200
APR15%10%
Loan Term4060
Minimum Down Payment %0%5%
Monthly Interest Rate0.01250.008333333
Minimum Down Payment0510
Total Amount Finance95009690
Monthly Payments($303.25)($205.88)
Total Payments($12,130.14)($12,353.03)

Dealer B’s monthly payment is much lower – both because the APR is lower and because the loan is over 20 more months, so we are paying back less of the loan each month. When we calculate our total payments, we need to also consider the Down Payment we made – add this into our total payments to recognize it was paid.

The last step is to subtract our “Cash Back” from the total payment, since this is money we are getting back. This will give us our Grand Total.

Dealer ADealer B
Price950010200
APR15%10%
Loan Term4060
Minimum Down Payment %0%5%
Monthly Interest Rate0.01250.008333333
Minimum Down Payment0510
Total Amount Finance95009690
Monthly Payments($303.25)($205.88)
Total Payments($12,130.14)($12,353.03)
Grand Total($12,130.14)($12,363.03)
Grand Total($12,130.14)($12,363.03)

The “Cash Back” and “Down Payment” ALMOST cancel out, so the grand total is not very different.

All together, it looks like Dealer A is cheaper, but Dealer B has much lower monthly payments. If I need extra breathing room to make sure I can always hit my monthly savings goals, Dealer B might be a smart choice.

How to Calculate 0 Payments

Dealer C is going to be more complicated to calculate. Our loan term is for 50 months, but they are saying that we do not need to make any payments for the first 6 months.

For you as the buyer, it might sound nice to not need to make payments, but it means that the loan is still gathering interest for those months. This is going to make it harder to find the total amount you are financing, and we cannot just use the PMT function.

Step 1: Finding Monthly Interest and Down Payment

The first step is the same as before – calculate your monthly interest by dividing APR by 12, and calculate your minimum down payment by multiplying the sticker price by the Minimum Down Payment %. Then subtract the Down Payment from the Sticker Price to find your Total Amount Financed.

Dealer ADealer BDealer C
Price95001020011600
APR15%10%13%
Loan Term406050
Minimum Down Payment %0%5%10%
Monthly Interest Rate0.01250.0083333330.010833333
Minimum Down Payment05101160
Total Amount Financed9500969010440

Step 2: Adding Interest With No Payments

Now we need to know how much interest is going to pile up in those months were we are not making a payment. You can do this in one single function, but to make it easy to see, we will calculate it out for all 6 months.

Start by putting your Total Amount Financed as “Month 0” in a different part of your spreadsheet.

Months Balance Due 
0 $     10,440.00

Next, add “Month 1” – and we will add the interest payment for the first month. You can calculate this as:

New balance = Old Balance x (1 + monthly interest rate)

Months Balance Due 
0 $     10,440.00
1 $     10,553.10

Repeat this for months 2, 3, 4, 5, and 6. The total amount after month 6 is what we need to use when calculating our actual payments.

Months Balance Due 
0 $     10,440.00
1 $     10,553.10
2 $     10,667.43
3 $     10,782.99
4 $     10,899.80
5 $     11,017.89
6 $     11,137.25

Step 3: Calculating Monthly and Total Payments

From here, it works just the same as Dealer B – find the monthly payment with the PMT function.

Dealer ADealer BDealer C
Price95001020011600
APR15%10%13%
Loan Term406050
Minimum Down Payment %0%5%10%
Monthly Interest Rate0.01250.0083333330.010833333
Minimum Down Payment05101160
Total Amount Finance9500969011137
Monthly Payments($303.25)($205.88)($289.67)

The rest of the calculation is the same as Dealer B – calculate the total payments, add back in our down payment to get the total.

Dealer ADealer BDealer C
Price95001020011600
APR15%10%13%
Loan Term406050
Minimum Down Payment %0%5%10%
Monthly Interest Rate0.01250.0083333330.010833333
Minimum Down Payment05101160
Total Amount Finance9500969011137
Monthly Payments($303.25)($205.88)($289.67)
Total Payments($12,130.14)($12,353.03)($14,483.34)
Cash Back05000
Grand Total($12,130.14)($12,363.03)($15,643.34)

It looks like that “6 months with no payments” added a lot to the total balance! Our monthly payments and total payments will both be much more expensive than the other two dealerships when we put everything together.

Be Smart With Down Payments

In the case above, we used our minimum down payments with every dealer. Most car dealerships want you to finance as much as possible (they make more money on the interest on the loans than the price of the car they sell – most of the “sticker price” goes to the manufacturer or the previous buyer for used cars), but you can always put as much money down as you want.

Let’s see what happens when we ignore the “Minimum Down Payment %”, and instead put our entire $3,000 down with all 3 dealers.

Dealer ADealer BDealer CMonths Balance Due 
Price950010200116000 $        8,600.00
APR15%10%13%1 $        8,693.17
Loan Term4060502 $        8,787.34
Minimum Down Payment %0%5%10%3 $        8,882.54
4 $        8,978.77
Monthly Interest Rate0.01250.0083333330.0108333335 $        9,076.04
Minimum Down Payment3000300030006 $        9,174.36
Total Amount Finance650072009174
Monthly Payments($207.49)($152.98)($238.61)
Total Payments($8,299.57)($9,178.72)($11,930.72)
Cash Back05000
Grand Total($11,299.57)($11,678.72)($14,930.72)

Our monthly payments drop a lot – but the total amount we need to pay drops by even more!

This difference is the main reason why it is so important to know how to do these comparisons yourself. If you walk into each of these dealerships in the real world, they will be happy to tell you what your monthly payments would be (what we calculated in the first part) – but you will not be able to compare apples-to-apples when considering different levels of down payments, and the total price you pay unless you know how to calculate it yourself.

When we made a bigger down payment, Dealer A is still the cheapest overall by a few hundred dollars, but Dealer B has the lowest monthly payment. If money is very tight and we want to be sure we can always hit our monthly savings goals, we would probably choose Dealer B. If we can afford the monthly payments, Dealer A is the best value overall.

This example looked at buying a car, but you can use the same PMT function in your spreadsheet to compare any loans – credit cards, mortgages, in-store financing, it all works! You can download a copy of this spreadsheet by clicking here.

Pop Quiz

About Kevin Smith

Kevin is the content manager for Personal Finance Lab and is from Chicago, Illinois. He has a Master's Degree in Economics from Concordia University in Montreal, Canada. In addition to an economics background, he has also built training manuals to prepare finance companies for licensing requirements in mortgage loan origination and insurance sales.