LOGEST Function

The LOGEST function is one of the statistical functions. It is used to calculate an exponential curve that fits the data and returns an array of values that describes the curve.

Syntax

LOGEST(known_y’s, [known_x’s], [const], [stats])

The LOGEST 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.
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 and m-values correspond with the y = m^x equation.
statsAn optional argument. It is a TRUE or FALSE value that sets whether additional regression statistics should be returned.
Notes

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

How to apply the LOGEST function.

Examples

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

LOGEST Function

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

Article with the tag:
Browse all tags