View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default using polynomial trendline equations

1. Use an XY chart, not a line chart.
2. Use as many digits as Excel will provide. Right-click the formula, choose
Format, and on the Number tab, choose a Scientific format with 15 digits
after the decimal.
3. Don't use it for extrapolating. Poly fits go haywire rapidly outside of
the range they were computed over.

Even better than manually copying the trendline formula and parsing out the
coefficients, at least in Excel 2003) is to calculate the coefficients in
the worksheet using LINEST.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"john s" wrote in message
...
I am using trendline feature in charting to develop a third order
polynomial
equation. The fit is good and I want to use the displayed equation to
calculate nondata point values.
I cannot get the equation to generate points within the original data set.
Is there a conversion factor I need to use or is there a way to output the
trendline equation differently? The trendline coefficients don't seem to
correspond to the data set even though the graph and r-value look good.