Forecast value

I

Ian Wong

After generating the forecast with trendline in a chart, how can I get the
values on the table?
 
J

Jerry W. Lewis

Depends on the model underlying your trendline. See Help for:
FORECAST() - if the model is a straight line
TREND() - for a general linear model (including polynomials)
GROWTH() - for general log-linear models

Alternately, you can get the coefficients of the equation and produce
your own forecasts. See Help for:
SLOPE() & INTERCEPT() - if the model is a straight line
LINEST() - for a general linear model (including polynomials)
LOGEST() - for general log-linear models

Alternately, you can use David Braden's code
http://groups.google.com/[email protected]
to read coefficients from the chart trendline equation, which may be
better numerically in Excel versions prior to 2003.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top