Calculates an exponential curve which fits your data and returns an array which describes that curve.
Syntax:
LOGEST(known-ys:array, known-xs:array)
The equation for the curve is:
y = b·mx
or
y = b·Πi=m mixi
This function is simply a logarithmic version of the LINEST
function.