Returns a value specifying the future value of an annuity based on the specified periodic, fixed payments and fixed interest rate.
Syntax
![]() |
---|
FV( Number rate, Number nper, Number payment, [Number pv = 0], [Number type = 0] ) → Currency |
An annuity is a series of fixed cash payments made over a period of time. An annuity can be a loan (such as a home mortgage) or an investment (such as a monthly savings plan).
The rate and nper arguments must be calculated using payment periods expressed in the same units. For example, if rate is calculated using months, nper must also be calculated using months.
For all arguments, cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.
Function Reference
PV Function
NPER Function
PMT Function
RATE Function