GrowthFromValue

See also: Growth, GrowthAs, GrowthFromYear

Syntaxes

GrowthFromValue(Value, GrowthRate) or
GrowthFromValue(Value, GrowthRate, Year, GrowthRate2) or
GrowthFromValue(Value, GrowthRate, Year, GrowthRate2, Year2, GrowthRate3)

Description

Calculates a value in any given year using growth rate expressions applied to a base year starting value.

Example

GrowthFromValue(100, 5%)
GrowthFromValue(100, 5%, 2020, 3%)