I have an exponential trendline in a chart using two rows of data. Per the mini-sheet or the attached picture (the only place to see my graph), the orange column is my X axis and my green column is my Y axis. The exponential trendline gives me an equation of y = 249.16e-0.133x & R² = 0.9954. I want to be able to have a cell in the sheet automatically pull my a value (249.16 from the previous chart equation) from the chart formula. Is there a way to do this? Our sheet is setup so whenever we change the date of the sheet it changes our graph equation. Whatever this a value changes to we currently have to manually type into our cell for the rest of our spreadsheet to auto adjust based on the new values. Or does anyone know how excel calculates the exponential trendline equation to where I could have it typed in a cell and pull the data from the cell if it's easy than the chart? Thanks for any help. Just trying to automate the process.
CAL2001HP Grey 2022.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
12 | 1 | 0.00 | 468.00 | 258.51 | |||||
13 | 2 | 0.50 | 428.10 | 236.47 | |||||
14 | 3 | 1.00 | 396.10 | 218.80 | |||||
15 | 4 | 1.50 | 366.90 | 202.67 | |||||
16 | 5 | 2.00 | 342.30 | 189.08 | |||||
17 | 6 | 2.50 | 317.10 | 175.16 | |||||
18 | 7 | 3.00 | 297.10 | 164.11 | |||||
19 | 8 | 3.50 | 277.90 | 153.51 | |||||
20 | 9 | 4.00 | 259.90 | 143.56 | |||||
21 | 10 | 4.50 | 245.70 | 135.72 | |||||
22 | 11 | 5.00 | 230.80 | 127.49 | |||||
23 | 12 | 5.50 | 218.40 | 120.64 | |||||
24 | 13 | 6.00 | 206.20 | 113.90 | |||||
25 | 14 | 6.50 | 196.26 | 108.41 | |||||
26 | |||||||||
27 | y = a * ebx | ||||||||
28 | a= | 249.1645 | |||||||
29 | b= | -0.133 | |||||||
200-0 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G12:G25 | G12 | =E12*(EXP(-0.6931*((DATEVALUE($F$5)-DATEVALUE($F$4))/365)/30.1)) |