Calculates the number of periods for an investment based on constant periodic payments and constant interest rate.
Syntax
rate: The constant interest rate per period. Eg., 0.2
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.
Remarks
To calculate the number of periods per month, divide the given annual rate by 12 (i.e. rate/12) in the formula.
Examples
|
Formula |
Result |
|
=NPER(A2;B2;C2;D2;E2) |
-8.926297288 |
|
=NPER(A3;B3;C3) |
-2.115487991 |
|
=NPER(A4;B4;C4;D4;E4) |
0.718195324 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions