<p>The <b>LOGEST</b> function is one of the statistical functions. It is used to calculate an exponential curve that fits the data and returns an array of values that describes the curve.</p>
<p><b><em>known_y’s</em></b> is the set of y-values you already know in the <em>y = b*m^x</em> equation.</p>
<p><b><em>known_x’s</em></b>is the optional set of x-values you might know in the <em>y = b*m^x</em> equation.</p>
<p><b><em>const</em></b> is an optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces <em>b</em> to be calculated normally and FALSE sets <em>b</em> to 1 in the <em>y = b*m^x</em> equation and m-values correspond with the <em>y = m^x</em> equation.</p>
<p><b><em>stats</em></b> is an optional argument. It is a TRUE or FALSE value that sets whether additional regression statistics should be returned.</p>
<p>To apply the <b>LOGEST</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>