Mortgage Excel Sheet

“mortgage excel sheet” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: use =PMT(rate/12, years*12, -amount) to get the level monthly repayment.

ƒxLoan & AmortizationLive
%
Monthly payment
€1,292.14

Total interest €137,642.42 · Total paid €387,642.42

=PMT(rate/12, years*12, -amount)

Need it as an auditable file?

The full month-by-month schedule ships inside the Corporate Finance Suite — formula-driven, unlocked, audit-ready.

View template
=PMT(rate/12, years*12, -amount)
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

PMT returns the fixed monthly payment that fully repays a loan — principal plus interest — over its term. It assumes a constant rate and equal payments, which is how the overwhelming majority of mortgages, car loans and personal loans are structured. Dividing the annual rate by 12 and multiplying the years by 12 puts everything on a monthly footing; the negative sign on the amount makes the payment show as a positive number. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “mortgage excel sheet” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected sheet shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A €250,000 mortgage at 3.8% over 25 years: =PMT(3.8%/12, 25*12, -250000) returns about €1,292 a month. Over the full term you repay roughly €387,500, so interest alone is about €137,500 — the area the balance curve above shrinks as you shorten the term or drop the rate. Whether you are comparing mortgage offers, sizing a car loan, or stress-testing a budget against a rate rise, PMT is the one formula that turns a headline rate into the number that actually hits your account each month. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “mortgage excel sheet”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Forgetting to divide the annual rate by 12, which inflates the payment roughly twelve-fold.
  • Entering the loan amount as positive, so PMT returns a negative payment.
  • Mixing the term and rate periods (annual rate with a monthly term, or vice versa).
  • Ignoring fees, insurance or an offset, which the bare PMT figure does not include.

Frequently asked questions

Why is the amount negative in PMT?

PMT follows a cash-flow convention: money you receive is positive, money you pay is negative. Entering -amount simply flips the returned payment to a positive number.

How do I see the interest portion?

Total interest is the sum of all payments minus the principal. For a month-by-month split, use the amortization calculator, which breaks each payment into interest and principal.

Does this match my bank’s figure?

The core repayment will match closely; small differences come from fees, rounding, or daily vs monthly interest accrual your lender may use.