Returns the payment on a principal for an investment with constant periodic payments and constant interest rate, for a given period of time.
Syntax
rate: The interest rate per period. Eg., 4%
fv: The cash balance you want to maintain at the end of term. Defaults to 0 if omitted. Eg., 1000
type: Determines when the payments are made. Defaults to 0 if omitted.
Examples
|
Formula |
Result |
|
=PPMT(A2/12;B2;C2;D2;E2;F2) |
$2,990.02 |
|
=PPMT(A3/12;B3;C3;D3;E3;F3) |
$600.00 |
|
=PPMT(A4/12;B4;C4;D4;E4;F4) |
$551.25 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions