Make a Simple Mortgage Spreadsheet

If you're a spreadsheet nerd, there are few applications more fun than mortgage math! You can project out your mortgage balance every year. See how many payments you'll shave off if you throw extra on the principle every month. See how many payments go away if you throw a tax refund at it one year. There are lots of ways to do it but here's how I set mine up.



First, use the PMT function to find the basic loan payment. This doesn't include taxes or insurance. 

=PMT(rate/12, years * 12, loan amount, 0)

For example, to figure up monthly payments on a 6% loan for 30 years to pay off $200,000:

=PMT(6%/12,30*12,-200000,0) = $1200

That $1200 will be your baseline payment. Of course this does not include taxes, insurance, or any other costs of owning a home (repairs!) but it covers the mortgage. 

Using our same example numbers:

ABCD
1MonthAmountInterestPayment
21/15/2024 $200,000.00 $1,000.00 $1,200
3=A2 + 365.25/12=B2 + C2 - D2 =B3 * 6% / 12 $1,200

You can see it's really simple. Every month, I add interest to the loan balance and take off the payment I determined using the PMT formula. If you carry that out 30 years, you'll see that the balance gets down to zero. 

Results:
ABCD

MonthAmountInterestPayment
11/15/2024 $200,000 $1,000$1,200
22/14/2024 $199,800 $999$1,200
33/15/2024 $199,599 $998$1,200
44/15/2024 $199,397 $996$1,200

Change any "payment" you want to see what will happen if you pay more on the principle. Some facts are obvious... for every extra $100 you pay, you save $6 a year in interest from now until forever. But just to add some fun...

If I change one of the payments to $10000 in the first year, I save over three years of payments! If the $10,000 is in year 15, I save 17 months.

Paying an extra $100 a month ($1300) saves 65 months... over 5 years. That's way better than a single $10,000 payment!

You can change the interest rate (I used 6% in all these examples) or loan amount but you get the idea - now you can line out what's going to happen with your mortgage until you pay it off. 

Comments

  1. I *LOVED* my mortgage spreadsheet! I don't recall where I found it, probably some finance blog that I was following at the time, but within a couple months of buying my house, I found a template in google sheets and plugged my numbers into it.
    It was fascinating to see how the numbers changed as I played with how much extra principal payment I made - and especially heartening to see the total number of payments and length of the loan shrink dramatically as I kept throwing bits of money at it!
    I 100% credit that spreadsheet for keeping me motivated to pay off my mortgage in 10 years, vs 30! Seeing the numbers go down every month when I put in my payment, and in April when I put in my 'extra' principal payment from my tax refund (I figured since my mortgage interest was getting me a bigger refund, I should turn around and put it toward the mortgage, LOL) - was a great incentive to keeping focused!

    ReplyDelete
    Replies
    1. Thanks for the comment! See I knew I wasn't the only one... people ask these questions and I'm like "how can you even have a mortgage without a spreadsheet!"

      Delete

Post a Comment