logo
excelfunctions.org
bookmarks

LOGEST

Returns the parameters of an exponential trend.

StatisticalStatistics & Analysis

What it does

Calculates exponential regression statistics.

Syntax

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

Arguments

  • known_y's(range) β€” Dependent values.
  • known_x's(range) β€” Independent values.

Examples

Exp Regression

Calculate curve parameters.

FORMULA
=LOGEST(B2:B4, A2:A4)
RESULT
[1.2, 100]
SAMPLE DATA
AB
1XY
21120
32144
43172.8