I have an Excel chart that I am plotting data in. I'd like the series name to be a string concatenated with a fixed string.
So for instance if I want to name the series as Channel 1
, I would think that placing the formula ="Channel "&Sheet1!A1
in the "Series Name" box would do the trick, provided that the value 1
is in cell A1
.
However, Excel tells me that my formula has an error.