Thank you very much Ron for your help the equation was exactly what i was looking for.
Thanks again
chris
Barbados
----- Ron Rosenfeld wrote: -----
I have data that i created a scatter chart with and added a polynomial trend line. I need to now read off of the chart coresponding y values for all values of x. However with the forecast function it uses a linear trend instead of a polynomial to find corresponding values. Is there anyway that i can set the function Forecast to use a polynomial trend or is there a specific function that uses polynomial trends.
Depending on exactly how you want to do things, there are a few possibilities.
You could use the formula shown when you check the option to display formula on
the graph. However, you must then format that result (right click on the box
in which the formula appears) to a large number of decimals.
You might be able to use the TREND worksheet function: You can use TREND for
polynomial curve fitting by regressing against the same variable raised to
different powers. For example, suppose column A contains y-values and column B
contains x-values. You can enter x^2 in column C, x^3 in column D, and so on,
and then regress columns B through D against column A.
but in earlier versions of Excel than 2003, the results are occasionally less
predictable than using the formula from the graph.
--ron