LOGEST

Calculates an exponential curve which best fits your data and returns an array which describes that curve.

Syntax:

LOGEST( known-ys:Range or Array, known-xs:Range or Array )

The equation for the curve is:

y = bmx

or

y = bi 1m aixi

This function is a logarithmic version of the LINEST function.