all,
please look at thread: thread770-44555
determining the coefficients of a polynomial equation is determined by using the "LINEST" function.
i trust u have plotted data and incorporated the trendline capabilities, but how to obtain the coefficients is the question.
a technique is by the linest function. although i've not readily notice this technique widely publisized, here it is. this formula must be entered as an array formula, otherwise it will not work.
the standard linest function is as follows:
=linest(known y's, known x's, const, stats)
to determine a polynomial, array enter:
=linest(known y's, known x's^{1,2,3}, const, stats)
where this equation will determine a 3rd degree polynomial.
by array enter, i mean to select 4 rows x 4 columns, enter the formula, and then "ctrl"+"shift"+"enter".
there are web sites that provide better explanations to use array formulas.
if need be, i will gladly forward an example file to you demonstrating the two techniques.
-pmover