How do I use PMT in Excel?
Use PMT when you want to calculate a loan payment. Enter Rate, nper, pv in that order, then add optional arguments when needed.
Calculates the payment for a loan or annuity.
PMT(rate, nper, pv, [fv], [type])rate
RequiredSpecify the interest rate per period. For monthly calculations, use the annual rate divided by 12.
nper
RequiredSpecify the number of payment periods.
pv
RequiredSpecify the present value. In loan calculations, this is the principal.
fv
OptionalSpecify the future value. If omitted, it is treated as 0.
type
OptionalSpecify when payments are due: 0/omitted = end of period, 1 = beginning of period.
Use PMT to calculate the payment per period for a loan with rate 0.005 per period, 60 periods, and principal 1200000.
| # | ASlip ID | BUnit Price | CQuantity | DAmount |
|---|---|---|---|---|
| 2 | S001 | 120.5 | 3 | 361.5 |
| 3 | S002 | 98.2 | 5 | 491 |
| 4 | S003 | 450.7 | 2 | 901.4 |
| 5 | S004 | 300.4 | 4 | 1201.6 |
| 6 | S005 | 150.9 | 6 | 905.4 |
| 7 | ||||
| 8 |
How to Use (Formula)
=PMT(0.005, 60, 1200000, 0, 0)Result
-23199.361835
Use PMT when you want to calculate a loan payment. Enter Rate, nper, pv in that order, then add optional arguments when needed.
Use the "Start Function Practice" button to jump straight into PMT drills.
The main arguments are Rate, nper, pv, fv, Payment timing. Start with the required ones, then add optional arguments if needed.