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 = b⋅mx
or
y = b⋅i ∏1m aixi
This function is a logarithmic version of the LINEST function.