Is It Possible To Dynamically Name Series?

  • Thread starter Thread starter MJ
  • Start date Start date
M

MJ

I was wondering if Excel will allow a series name to be dynamic?

For example, ="30-Day Target, (" + sheetname!cell + ")"
where sheetname!.cell value is a date
to yield a Series Name = 30-Day Target, (mm.dd.yyyy)

I hope this question is clear. Thank you in advance for your help.
 
First, create that string in a cell. Use the Text function to format your
date in that string.

Then, in the usual dialog with the chart's Source data, click that cell as
the Series name.
 
Back
Top