Exponential Equation doesn't match trendline

rndfrank

New Member
Joined
Jun 5, 2018
Messages
2
Hi all,

I'm new so hopefully I posted to the correct forum.

I'm trying to extract the coefficients from an equation of an exponential graph, hoping to eliminate the manual process which requires me to key the numbers into a cell. What I noticed, however, is that the displayed equation from the exponential graph does not match the number I extracted.

These two are the equations I'm using:
fx =INDEX(LINEST(LN(C8:C11),F8:F11),1)
fx =EXP(INDEX(LINEST(LN(C8:C11), F8:F11),1,2))

The first one appears to match, but the second one is off by a little bit.

y range
670000
158000
44000
17000

x range
15
16
17
18

The equation displayed on the graph is:
y = 61,530,970,022,230.9000e-1.2301x
R² = 0.9918

What I got from the second fx listed above is:
61,530,970,022,232.40
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I know this doesn't seem like a very big difference. But can someone tell me what I'm doing wrong, please?
 
Upvote 0

Forum statistics

Threads
1,215,331
Messages
6,124,311
Members
449,152
Latest member
PressEscape

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top