Fv(Rate, PeriodCount, PeriodPayment, PresentValue, Type)
Rate. Interest rate per period.
PaymentCount. The total number of payment periods in an investment.
PeriodPayment. Amount of periodic payment.
PresentValue. The present value, or the lump-sum amount that a series of future payments is worth now.
Type. Selecting payment time. The parameter may take the following values:
0. Payment at the end of the period.
1. Payment at the beginning of the period.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It returns the future value of an investment based on periodic, constant payments and a constant interest rate.
All the parameters, denoting money, which has to be paid, for example, saving accounts, are represented as negative numbers; all the money, which has to be received, for example, dividends, are represented as positive numbers.
| Formula | Result | Description |
| =Fv(0.06, 4, -200, -500, 0) | 1506,16 | The future value of investments based on the following terms:
|
| =Fv(A0, B0, -200, -500, 0) | 3099,91 | The future value of investments based on the following terms:
|
See also: