On Mon, 19 Apr 2004, in microsoft.public.excel.charting,
Leslie <leslieunderscorekatz@agddotnswdotgovdotau.?.invalid> said:
>Hi, Del. Thanks for your answer. Unfortunately, although I was able to
>delete a legend entry by selecting the chart, then clicking once on a legend
>entry on the chart and then pressing "Delete", I was not able to edit the
>text of the legend entry by clicking twice on it. Is it possible your
>suggestion is version specific and I don't have the right version (mine's
>Excel2002)?
(goes off to try it)
You're right, it doesn't work, either in Excel 95 or 2000. That's
funny, I'm sure I used to be able to do it.
Okay, not to worry, what you can do is click on the actual data series,
and you'll get the formula in the window above, like this:
=SERIES(Sheet1!$O$6,Sheet1!$B$7:$B$21,Sheet1!$O$7:$O$21,1)
The first reference is the title that appears in the legend, the second
is the x-range, and the third is the y-range. You can edit the formula
so it refers to a cell somewhere else in your spreadsheet, e.g.,
=SERIES(Sheet1!A1,Sheet1!$B$7:$B$21,Sheet1!$O$7:$O$21,1)
Or you can edit the formula directly so the title looks the way you want
it to, e.g.,
=SERIES("My special title",Sheet1!$B$7:$B$21,Sheet1!$O$7:$O$21,1)
I tested it this time, so I know it can work.
--
Del Cotter
Thanks to the overwhelming volume of UBE, I am now rejecting *all* email
sent to
(E-Mail Removed). Please send your email to del2 instead.