FVSCHEDULE function
Summary
Returns the future value of an initial principal after applying a series of compound interest rates
Syntax
FVSCHEDULE(principal, schedule)
The FVSCHEDULE function syntax has the following arguments:
• Principal Required. The present value.
• Schedule Required. An array of interest rates to apply.
• Principal Required. The present value.
• Schedule Required. An array of interest rates to apply.
Example
=FVSCHEDULE(1,{0.09,0.11,0.1})