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.