Returns the payment per period for a constant period payment and constant interest rate.
Syntax
rate: The interest rate per period. Eg., 4%
type: Determines when the payments are made. Defaults to 0 if omitted.
Remarks
To get the total payment, multiply the result by the given nper (number of periods).
Examples
|
Formula |
Result |
|
=PMT(A2/12;B2;C2;D2;E2) |
-$3,355.58 |
|
=PMT(A3;B3;C3;D3;E3) |
-$71,299.57 |
|
=PMT(A4;B4;C4;D4;E4) |
-$1,096.70 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions