Incorrect Value From Trendline Equation (Polynomial)

Mr Uku

New Member
Joined
Feb 3, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi everyone, I've encountered an issue while creating a series of graphs within Excel. The trendline seems correct and follows the data points I have nicely. Unfortunately, when entering the value for x into the equation manually in Table 1, the values differ greatly, percentage-wise. I have checked online to see if there might be a solution for it but I haven't found anything concrete and LINEST doesn't seem to work.

Is there any way in which I can get the equation to return an answer close to what is displayed in the graph?

Any help would be greatly appreciated!

Air Permeability Calculations.xlsx
HIJKLMNOP
19
20
21
22
23
24Table 1
25Percentage Comparison
26Equ. Value% Diff.
2734.99801410.00567386
2889.925499-156.929997
29159.857213-59.8572134
30
31
32
33
34
35
36
Polynomial Solution
Cell Formulas
RangeFormula
O27O27=(0.039*(($G9)^3))-(1.0141*(($G9)^2))+(11.055*$G9)
P27:P28P27=100-(($O27/$B$9)*100)
O28O28=(0.039*(($G15)^3))-(1.0141*(($G15)^2))+(11.055*$G15)
O29O29=(0.039*(($G17)^3))-(1.0141*(($G17)^2))+(11.055*$G17)
P29P29=100-(($O29/$B$16)*100)

1643888555476.png
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
It turns out that I am at fault - I was comparing the values in the wrong column the entire time

I also managed to use the LINEST functions to "recreate" my trendline's equation to a high degree of accuracy.

Apologies if anyone wasted their time.
 
Upvote 0

Forum statistics

Threads
1,214,849
Messages
6,121,922
Members
449,056
Latest member
denissimo

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