PMT function in Excel
Returns the periodic payment for an annuity
=PMT(rate, nper, pv, [fv], [type])PMT syntax and parameters
Five arguments, three required.
- ratenumberRequired
The interest rate for the loan.
- npernumberRequired
The total number of payments for the loan.
- pvnumberRequired
The present value, or the total amount that a series of future payments is worth now; also known as the principal.
- fvnumberOptional
The future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.
- typenumberOptional
The number 0 (zero) or 1 and indicates when payments are due.
PMT examples
Formulas you'll actually reuse.
Monthly payment on a $320k, 30-year loan at 4.5%:
=PMT(4.5%/12, 360, -320000)Result
1621.39What to save monthly to hold $15,000 in two years:
=PMT(3%/12, 24, 0, 15000)Result
-607.03
PMT in Google Sheets
Same name — your formula ports as-is.
Try PMT in the playground
Edit the example — nothing to install.
Preloaded with the PMT formula from Example 1 — change anything and watch it respond.
Related functions
More ways Excel gets this done.
- IPMTReturns the interest payment for an investment for a given periodFinancialGoogle Sheets
- PVReturns the present value of an investmentFinancialGoogle Sheets
- AVERAGEIFReturns the average (arithmetic mean) of all the cells in a range that meet a given criteriaStatisticalGoogle Sheets
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- CSCReturns the cosecant of an angleMathGoogle Sheets
- FILTERFilters a range of data based on criteria you defineLookupGoogle Sheets