LOGEST

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

Syntax:

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

The equation for the curve is:

y = bmx

or

y = bi=m mixi

This function is a logarithmic version of the LINEST function.