Returns the number of periods for the specified investment based on the specified periodic, constant payments and the specified constant interest rate.
Syntax Copy Code |
---|
NPER( Number rate, Number payment, Number pv, [Number fv = 0], [Integer type = 0] ) → Number |
Formula Copy Code |
---|
=NPER(0.12,-100,-1000) |
Function Reference
FV Function
PMT Function
PV Function
RATE Function