Hi,
I suspect that you are using LINEST in such a way that it is giving you the statistics for a linear fit and not a polynomial one.
Some details of how to use LINEST can be found here:
Polynomial regression
and here:
www.colby.edu/chemistry/PChem/notes/linest.pdf
Regards,
Hi Rick,
I'm pretty sure I am using the right polynomial regression, although I don't understand them fully I admit.
For more info this is a sample of my worksheet. Apologies I don't know how to nicely put data into my comment.
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]E[/TD]
[TD="align: center"]F[/TD]
[TD="align: center"]G[/TD]
[TD="align: center"]H[/TD]
[TD="align: center"]I[/TD]
[TD="align: center"]J[/TD]
[TD="align: center"]K[/TD]
[TD="align: center"]L[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"][/TD]
[TD="align: center"]SEAM[/TD]
[TD="align: center"]COUNT[/TD]
[TD="align: center"][/TD]
[TD="align: center"]b[/TD]
[TD="align: center"]C1[/TD]
[TD="align: center"]C2[/TD]
[TD="align: center"]C3[/TD]
[TD="align: center"][/TD]
[TD="align: center"]RSQ[/TD]
[TD="align: center"]R-SQ LINEST[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[TD="align: center"]WU[/TD]
[TD="align: center"]48[/TD]
[TD="align: center"][/TD]
[TD="align: center"]5197.548[/TD]
[TD="align: center"]-10996.3[/TD]
[TD="align: center"]7694.011[/TD]
[TD="align: center"]-1775.21[/TD]
[TD="align: center"][/TD]
[TD="align: center"]0.720730132[/TD]
[TD="align: center"]0.720730132[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Formulas
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cell[/TD]
[TD]Formula[/TD]
[/TR]
[TR]
[TD]E5
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=INDEX(LINEST(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5)^{1,2,3}),1,4)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]F5[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=INDEX(LINEST(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5)^{1,2,3}),1,3)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]G5[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=INDEX(LINEST(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5)^{1,2,3}),1,2)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]H5[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=INDEX(LINEST(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5)^{1,2,3}),1)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]J5[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=RSQ(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5))[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]K5[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]=INDEX(LINEST(OFFSET(CQDB_Filter!W$3,0,0,C5),OFFSET(CQDB_Filter!X$3,0,0,C5),TRUE,TRUE),3,1)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
From my chart
[TABLE="width: 500"]
<tbody>[TR]
[TD]Equation[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]y=-1775.2x
3+7694x
2-10996x+5197.5[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]R-Squared[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]R2 =0.8402[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Cheers