PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting series name change

Reply

series name change

 
Thread Tools Rate Thread
Old 14-08-2007, 10:02 PM   #1
=?Utf-8?B?RGFuaWVs?=
Guest
 
Posts: n/a
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
  Reply With Quote
Old 14-08-2007, 10:30 PM   #2
Del Cotter
Guest
 
Posts: n/a
Default Re: series name change

On Tue, 14 Aug 2007, in microsoft.public.excel.charting,
Daniel <Daniel@discussions.microsoft.com> 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 del@branta.demon.co.uk,
which goes to a spam folder-- please send your email to del3 instead.
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off