Trendline values display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Iam using EXCEL XP 2002 version. Does anybody know how I can display the data
values for a Trendline? I would appreciate if somebody can give me some ideas
on how to do this.

thanks
Kanan
 
You have to calculate the values that you want displayed when the mouse
cursor hovers over them. Then you plot them as a separate series,
instead of using a trendline.

See Help for FORECAST (straight line trend), TREND (linear in unknown
coefficients, such as polynomials, multiple linear regression, etc), and
GROWTH (exponential growth). These correspond to SLOPE/INTERCEPT,
LINEST, and LOGEST if you prefer to calculate the estimated coefficients
first.

Alternately, David Braden has posted VBA code to extract the
coefficients directly from the equation displayed on the chart into cells
http://groups.google.com/[email protected]
Be sure to display full precision (scientific notation with 14 decimal
places), as this code only has access to the rounded values that are
displayed, not the unrounded values.

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

Back
Top