logo
excelfunctions.org
bookmarks

FVSCHEDULE

Returns the future value of an initial principal after applying a series of compound interest rates.

FinancialFinance & Accounting

What it does

Calculates future value with variable interest rates.

Syntax

FVSCHEDULE(principal, schedule)

Arguments

  • principal(number) β€” Initial value.
  • schedule(range) β€” Array of interest rates.

Examples

Variable Rates

FV of $1000 with rates 5%, 4%, 6%.

FORMULA
=FVSCHEDULE(1000, A2:A4)
RESULT
1157.52
SAMPLE DATA
A
1Rates
20.05
30.04
40.06