FVSCHEDULE
Returns the future value of an initial principal after applying a series of compound interest rates
Syntax
FVSCHEDULE(principal, schedule)
Parameters
- principal: Required. The present value
- schedule: Required. An array of interest rates to apply
Example
=FVSCHEDULE(1, {0.09, 0.11, 0.1})