ExcelTip.com
Account Icon Account Icon Account Icon
ExcelTip.com

Go Back   Excel Help Forum > Microsoft Office Application Help - Excel Help forum > Excel Programming > Excel Charting

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-18-2005, 10:06 AM
assaf
Guest
 
Posts: n/a
show the value of the last point of every series, in Excel line ch

I would lie to show the value of only the last point of all series in a line
chart in excel.
I can do it manually, (click the point in the graph - data labels - show
value).
Is it possible to do it automatically, so when I change the data source, the
chart will still show the value of the last point ?
Reply With Quote
  #2  
Old 02-18-2005, 10:06 AM
Markus Scheible
Guest
 
Posts: n/a
show the value of the last point of every series, in Excel line ch

Hi Assaf,

try doing it again after starting the macro recorder...
then Excel should give you some hints how to realise it...
if your data range varies in length, you can use something
like

..Range("A2", "A65534").SpecialCells(xlCellTypeBlanks).Cells
(1).Row - 1) to get the last data-filled cell row.

Best

Markus



>-----Original Message-----
>I would lie to show the value of only the last point of

all series in a line
>chart in excel.
>I can do it manually, (click the point in the graph -

data labels - show
>value).
>Is it possible to do it automatically, so when I change

the data source, the
>chart will still show the value of the last point ?
>.
>

Reply With Quote
  #3  
Old 02-18-2005, 10:06 AM
Andy Pope
Guest
 
Posts: n/a
Re: show the value of the last point of every series, in Excel linech

Hi,

Here are a couple of examples.

http://peltiertech.com/Excel/Charts/LabelLastPoint.html
http://www.andypope.info/charts/Labellast.htm

Cheers
Andy

assaf wrote:
> I would lie to show the value of only the last point of all series in a line
> chart in excel.
> I can do it manually, (click the point in the graph - data labels - show
> value).
> Is it possible to do it automatically, so when I change the data source, the
> chart will still show the value of the last point ?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Reply With Quote
  #4  
Old 02-20-2005, 04:06 AM
assaf
Guest
 
Posts: n/a
RE: show the value of the last point of every series, in Excel line ch

thank you
the sample is exactly what I needed.

"assaf" wrote:

> I would lie to show the value of only the last point of all series in a line
> chart in excel.
> I can do it manually, (click the point in the graph - data labels - show
> value).
> Is it possible to do it automatically, so when I change the data source, the
> chart will still show the value of the last point ?

Reply With Quote
Reply

Bookmarks

New topics in Excel Charting


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


All times are GMT -4. The time now is 04:31 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0