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