R
RGK
I am doing a 2nd order polynomial curve fit to my data on an xy chart - that works fine, and I select the "display equation" option to see the equation fit results. However, I need to use the coefficients to do further calculations. I cannot seem to find anything in the online help that tells me how to get the coefficients into a cell for other processing. I'd expect a function that maybe does something like:
=poly2curveA(B7:C29) which would give me the x-squared coefficient and
=poly2curveB(B7:C29) which would giive the x-coeff.
Does such a thing not exist as the help seems to suggest? It seems crazy to think that there would be the routine to calculate the fits in a graphical context, but not in the ordinary cell function context.
Anyway - any help is appreciated.
Ross.
=poly2curveA(B7:C29) which would give me the x-squared coefficient and
=poly2curveB(B7:C29) which would giive the x-coeff.
Does such a thing not exist as the help seems to suggest? It seems crazy to think that there would be the routine to calculate the fits in a graphical context, but not in the ordinary cell function context.
Anyway - any help is appreciated.
Ross.