Well, I'm only have 10 data series, but the values are spread out, so I have
to pick and choose individual cells for points. I can't sort because some
data points are used in multiple series. For example, my first few (out of
over 400) values are:
LA, LB, MA, MC, MF, UA
LA, LB, MC, MD, UA, UB
LA, MA, MD, ME, MF
LB
LB
LB, MA, MC
LB, MA, MC, MD
So if I want to graph everything with MA, then I have to manually select the
first, third, sixth, and seventh cells in a column. This leads to the X
Values and Y Values to look something like this:
Sheet1!$T$3,Sheet1!$T$5,Sheet1!$T$8,Sheet1!$T$10:$T$11,Sheet1!$T$26:$T$31,Sheet1!$T$33,Sheet1!$T$36,Sheet1!$T$38,Sheet1!$T$54:$T$62,Sheet1!$T$69,Sheet1!$T$90:$T$93,Sheet1!$T$98:$T$104,Sheet1!$T$109,Sheet1!$T$117:$T$119,Sheet1!$T$122:$T$127,Sheet1!$T$131
And they get truncated before I'm done with values. I did get around it by
having multiple worksheets named: LA, LB, MA, MB, etc. but then if I change
anything on the master sheet, I have to change it on other sheets, unless
there is a way to dynamically link everything, which there probably is, but
this is still becomming quite a headache.