Loan Format in Excel

This guide treats “loan format in excel” the way busy spreadsheet users actually want it: answer first, a live tool to prove it on your own data, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

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. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “loan format in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.

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. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Treat “loan format in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

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.