Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Trendline values display

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default Trendline values display

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/groups?selm....microsoft.com
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

Kanan wrote:

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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display Coefficients of a Polynomial Trendline bmook Excel Worksheet Functions 3 August 9th 11 07:21 PM
Trendline values Scott Charts and Charting in Excel 2 February 27th 09 03:54 PM
Display data points that are less than the chart trendline Mally Charts and Charting in Excel 2 February 16th 09 01:19 PM
Trendline Significant Values John1791 Charts and Charting in Excel 7 October 1st 08 05:53 PM
trendline equation does not display correctly Rick Charts and Charting in Excel 1 April 25th 07 06:50 AM


All times are GMT +1. The time now is 08:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"