Purpose
Return value
Syntax
=FV(rate,nper,pmt,[pv],[type])
- rate - The interest rate per period.
- nper - The total number of payment periods.
- pmt - The payment made each period. Must be entered as a negative number.
- pv - [optional] The present value of future payments. If omitted, assumed to be zero. Must be entered as a negative number.
- type - [optional] When payments are due. 0 = end of period, 1 = beginning of period. Default is 0.
How to use
The future value (FV) function calculates the future value of an investment assuming periodic, constant payments with a constant interest rate.
Notes:
1. Units for rate and nper must be consistent. For example, if you make monthly payments on a four-year loan at 12 percent annual interest, use 12%/12 (annual rate/12 = monthly interest rate) for rate and 4*12 (48 payments total) for nper. If you make annual payments on the same loan, use 12% (annual interest) for rate and 4 (4 payments total) for nper.
2. If pmt is for cash out (i.e deposits to saving, etc), payment value must be negative; for cash received (income, dividends), payment value must be positive.
FV function examples
Future value vs. Present value
Calculate compound interest
Bond valuation example
Present value of annuity
Estimate mortgage payment
Simple investing worksheet
Annual compound interest schedule
Calculate periods for annuity
Payment for annuity
Compare effect of compounding periods
Future value of annuity
Related functions
PV Function
The Excel PV function is a financial function that returns the present value of an investment. You can use the PV function to get the value in today's dollars of a series of future payments, assuming periodic, constant payments and a constant interest rate.
PV Function
The Excel PV function is a financial function that returns the present value of an investment. You can use the PV function to get the value in today's dollars of a series of future payments, assuming periodic, constant payments and a constant interest rate.
RATE Function
The Excel RATE function is a financial function that returns the interest rate per period of an annuity. You can use RATE to calculate the periodic interest rate, then multiply as required to derive the annual interest rate. The RATE function calculates by iteration.
NPER Function
PMT Function
PPMT Function
The Excel PPMT function can be used to calculate the principal portion of a given loan payment. For example, you can use PPMT to calculate the principal amount of a payment for the first period, the last period, or any period in between.
IPMT Function
The Excel IPMT function is a financial function used to calculate the interest payment for a given period of an investment or a loan, based on constant periodic payments and a constant interest rate. For example, you can use IPMT to get the interest amount of a loan payment for the...
CUMPRINC Function
The Excel CUMPRINC function is a financial function that returns the cumulative principal paid on a loan between a start period and an end period. You can use CUMPRINC to calculate and verify the total principal paid on a loan, or the principal paid between any two payment periods.
CUMIPMT Function
The Excel CUMIPMT function is a financial function that returns the cumulative interest paid on a loan between a start period and an end period. You can use CUMIPMT to determine the total interest paid on a loan, or the interest paid between any two payment periods.
FVSCHEDULE Function
The Excel FVSCHEDULE function returns the future value of a single sum based on a schedule of given interest rates. FVSCHEDULE can be used to find the future value of an investment with a variable or adjustable rate.