Syntax
| Parameter | Description |
|---|---|
| rate | Parameter of the FV function. |
| nper | Parameter of the FV function. |
| pmt | Parameter of the FV function. |
| [pv] | (Optional.) Parameter of the FV function. |
| [type] | (Optional.) Parameter of the FV function. |
Examples
Monthly savings over 10 years
=FV(0.07/12, 120, -500)
Lump sum growth
=FV(0.08/12, 240, 0, -10000)
Combined lump sum and monthly contributions
=FV(0.06/12, 360, -200, -5000)
Common Errors
An argument is non-numeric, such as a text string in place of rate or nper.
The combination of arguments produces an impossible calculation (extremely rare with FV).
Tips
Enter payments as negative numbers (money leaving your wallet) and the result will be positive (money you'll have). This follows standard cash flow sign convention.
If you make monthly contributions, divide the annual rate by 12 and multiply years by 12 for nper. Mismatched periods give wildly wrong answers.
Use FV to quickly compare scenarios: what if you save $300 vs $500 per month? What if you get 6% vs 8% returns? Change one parameter at a time.
Try FV in Viztab
Import your data and use FV with 370+ other formulas. No signup required.
Open Viztab