Forum Discussion
Jeff_Shumaker595
Jan 22, 2023Copper Contributor
exponential trend line
I am trying to match the exponential trendline formula returned from a line chart using LINEST. The x-axis values (column B) start from one which is what the line chart is supposed to do and the y-a...
- Jan 22, 2023
In the equation y = 1.7599e-0.273x, the 1.7599 is =EXP(F2)
HansVogelaar
Jan 22, 2023MVP
Your LINEST formula produces the coefficients for the exponential trend line.
If you want the coefficients logarithmic trend line, you should use LN(x-values) instead of LN(y-values)
Jeff_Shumaker595
Jan 22, 2023Copper Contributor
HansVogelaar it is the exponential trend line that I want. My problem is that I am not matching exactly to the coefficient values that the trend line on the line chart is showing
- HansVogelaarJan 22, 2023MVP
In the equation y = 1.7599e-0.273x, the 1.7599 is =EXP(F2)