Name
FVSCHEDULE
Synopsis
If you have an investment that has a variable rate of interest, use FVSCHEDULE (an Analysis ToolPak function) to calculate its future value. This function takes all the variable interest rates for the investment and compounds them to determine the value of the investment.
To Calculate
=FVSCHEDULE(Principal,Schedule)
You must specify values for both of the arguments.
-
Principal A numeric value that specifies the current value of the investment (what it is worth today).
Note
The values specified for the Principal and Schedule arguments must be numeric or an error is returned. For example, if the interest rate is 10% you need to indicate that rate as a decimal value of .1.
-
Schedule Specifies an array of several numeric values that indicate the different interest rates for the investment. You need to place the values inside brackets ({}) separated by commas. For example, if your investment has variable rates of 10%, 12%, 14%, and 15% you specify a
Schedulevalue of {.1,.12,.14,.15}. Also, you need to specify the interest rate for each period. So if the rate is 10% for the first three years and then it changes to 12% for the final two years you need to specify aSchedulevalue of {.1,.1,.1,.12,.12}.
Using Schedule with Blank Cells
The Schedule argument can reference blank cells without an error. If the cells are blank the FVSCHEDULE function assumes that the interest rate is for that period.
Example
Figure 12-11 illustrates how FVSCHEDULE determines the future ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access