#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 354
Default series name change

How can I change the name of "series" ?

I added to the chart with straight line by highlight two numeric columns.
I can create lines but the legend show series 3,4,5,6 !!
Thanks
Daniel
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default series name change

On Tue, 14 Aug 2007, in microsoft.public.excel.charting,
Daniel said:

How can I change the name of "series" ?

I added to the chart with straight line by highlight two numeric columns.
I can create lines but the legend show series 3,4,5,6 !!


Choose menu Chart.. Source Data.. Series, and there will be a box for
series name. You can either put the name in directly or vie a cell
reference.

Or, if you select the series on the chart, you should be able to see
series formula in the formula bar above that looks like this:

=SERIES(Sheet1!$D$1,Sheet1!$A$2:$A$18,Sheet1!$D$2: $D$18,3)

You can edit this directly, just like editing a formula in a spreadsheet
cell. The place to write the series name, is just after the open bracket
and before the first comma, like so:

=SERIES("Third series",Sheet1!$A$2:$A$18,Sheet1!$D$2:$D$18,3)

I've written "Third series" in there, with quotes. Alternatively:

=SERIES(Sheet1!$D$1,Sheet1!$A$2:$A$18,Sheet1!$D$2: $D$18,3)

Then the series name will be whatever is in cell D1.

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
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
How to change transparency of series Christine Ma[_2_] Charts and Charting in Excel 1 April 25th 07 10:19 AM
Change individual series from bar to line CLK-user1 Charts and Charting in Excel 1 July 21st 06 12:56 PM
How do I change a number in one cell to change a series of cells? lance559 Excel Discussion (Misc queries) 2 January 13th 06 08:56 PM
Change series in a chart trispirit32 Charts and Charting in Excel 2 July 26th 05 06:45 PM
how do I change a line series to a column series in excel? Mati Charts and Charting in Excel 1 May 12th 05 09:32 AM


All times are GMT +1. The time now is 09:43 AM.

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"