Returns the future value of an investment with a series of varying interest rates.
Syntax
principal: The initial sum of investment. Eg., 50000
Examples
|
Formula |
Result |
|
=FVSCHEDULE(A2;{0.4;0.25}) |
87500 |
|
=FVSCHEDULE(A3;B3:B4) |
64350 |
|
=FVSCHEDULE(A4;B4) |
6600 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions