Get future value of principal compound interest
=FVSCHEDULE(principal, schedule)
| Parameter | Description |
|---|---|
principal |
The initial investment sum. |
schedule |
Schedule of interest rates, provided as range or array. |
In the example, the rates are entered in the range C8:C11. The formula in F5 is:
=FVSCHEDULE(C5,C8:C11)
The values in schedule can be provided as a range of cells (per the example) or an array constant. For example, the formula below provides the princip
=FVSCHEDULE(C5,{0.02;0.03;0.04;0.05})