You cand use the TREND function to calcualte trendline values for
polynomials. If the known x_data values are in a column, then
=TREND(x,y_data,x_data^{1,2,3})
would calculate the cubic trend at x. If the known x_data values are in a
row, then
=TREND(x,y_data,x_data^{1;2;3})
Jerry
> I am trying to create a table of the difference between two polynomial
> trendlines on a graph. The data has about 1200 data points, but the Y
[quoted text clipped - 6 lines]
>
> Can anyone help me?