FormulaCraft

How to calculate a monthly loan payment 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 AmountAnnual RateYearsMonthly Payment
2000000.0530
150000.075
80000.063
500000.04510

=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. 1Create three columns: Loan Amount (A), Annual Interest Rate (B, as a decimal like 0.05), and Loan Term in Years (C).
  2. 2In the Monthly Payment column, enter =PMT(B2/12,C2*12,-A2). B2/12 gives the monthly rate; C2*12 converts years to months; negating A2 returns a positive payment.
  3. 3Press Enter and format the cell as Currency. The result is your fixed monthly payment for the loan.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

What if the loan has a balloon payment at the end?

Add the future value (FV) argument to PMT: =PMT(B2/12,C2*12,-A2,FV) where FV is the balloon amount as a negative number.

How do I see how much of each payment is interest vs. principal?

Use IPMT for the interest portion and PPMT for the principal portion. These take the same arguments as PMT plus the period number.

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: