FormulaCraft

How to build a loan amortization schedule in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=PMT(B2/12, C2*12, -A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Loan AmountInterest RateLoan Term (years)
2000000.0530
Monthly Payment

=PMT(B2/12, C2*12, -A2)1073.6432460243

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your loan amount, interest rate, and loan term in separate cells.
  2. 2Use the PMT function to calculate the monthly payment.
  3. 3Create columns for payment number, payment date, principal, interest, balance, and fill them using formulas.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What does the PMT function do?

The PMT function calculates the payment for a loan based on constant payments and a constant interest rate.

How do I adjust for different compounding periods?

For different compounding periods, adjust the interest rate and number of periods accordingly in the PMT function.

Can I use this schedule for adjustable-rate loans?

No, this schedule is for fixed-rate loans. Adjustable-rate loans require more complex calculations.

More on Finance basics

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: