GrowthFrom

Syntax

GrowthFrom(GrowthRate, StartYear, StartValue)

Description

Calculates a value in any given year using a growth rate from the StartValue in the StartYear. The StartYear can be any year, past, present or future.

Example

GrowthFrom(5%, 1990, 100)

2000 = 162.89
2002 = 171.03

GrowthFrom(5%, 2010, 100)

2001 = 61.39
2002 = 64.46

See Also

ExpForecast, Growth, GrowthAs, Interp, LinForecast, LogisticForecast, Smooth, Step