GROWTH Function

The GROWTH function is one of the statistical functions. It is used to calculate predicted exponential growth by using existing data.

Syntax

GROWTH(known_y’s, [known_x’s], [new_x’s], [const])

The GROWTH function has the following arguments:

ArgumentDescription
known_y’sThe set of y-values you already know in the y = b*m^x equation.
known_x’sThe optional set of x-values you might know in the y = b*m^x equation.
new_x’sThe optional set of x-values you want y-values to be returned to.
constAn optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces b to be calculated normally and FALSE sets b to 1 in the y = b*m^x equation.
Notes

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the GROWTH function.

Examples

The figure below displays the result returned by the GROWTH function.

GROWTH Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags