In order to illustrate the issue I have created a simple spreadsheet with 3 data sets like this:
Code: Select all
A A1 2 2
A2 2 4
A3 2 6
B B1 4 2
B2 4 4
B3 4 6
C C1 6 2
C2 6 4
C3 6 6
Column 2 shown the label for each data item
Columns 3 and 4 are the X/Y values for each data item
I have created an XY scatter chart with shows the 9 points on an XY grid as expected. I have assigned each group of 3 rows of data to 3 data series (A, B and C) and used the letter in column 1 and on the first row of each group for the data series name. I was hoping to display the correct label in column 2 next to each data item. The Data Series dialogue will only let me assign ONE group of labels the whole chart (the series specified stays the same regardless of the data series selected) so all I can do is specify the entire column 2. However when I then go and check Show Category in the Data Labels tab for each data series, the chart displays the data labels, but, it starts with A1 - A3 and repeats this for all 3 data sets instead of displaying A1-A3 for data set A, B1-B3 for data set B and C1-C3 for data set C.
Is these any way to specify the labels for each data series and get it to display the labels correctly for each set please?