I've searched long and hard for answers, without any luck.
I've got data in worksheet 'Summary-All'!A56:A100 that I want to use for the chart series names. I made this a Named range called Sup_Name =OFFSET('Summary-All'!$A$56,0,0,COUNTA('Summary-All'!$A:$A),1).
I've got values in C56:N100 that I want to use for the series values. I made this a Named range called PPM =OFFSET('Summary-All'!$C$56,0,0,COUNT('Summary-All'!$C:$N),12)
I'm trying to make a chart that will update with new series as rows are added or deleted from this range. Since I've got these multiple series, I am trying to put the named ranges into the "Data Range" tab of the Source Data in the chart, not the "Series" tab. This might be problem 1, I don't know because I can't seem to get past problem 2 which is that since my series are in rows and not columns it tells me that the maximum # of data series in a chart is 255, and forces the series into columns. And it is deleting my range names and putting in cell reference for the range!
I thought the whole point of using the named ranges is so that it will grab the rows with data, and ignore those without. But it seems to be grabbing the whole column starting with the offset cell. When I do a =Sum(PPM) or =Count(Sup-Names) in a worksheet cell, it calculates correctly.
I think I need to tweak my formula in the range names, but don't know. Help me please, it sounds so easy I must be doing something dumb!
I've got data in worksheet 'Summary-All'!A56:A100 that I want to use for the chart series names. I made this a Named range called Sup_Name =OFFSET('Summary-All'!$A$56,0,0,COUNTA('Summary-All'!$A:$A),1).
I've got values in C56:N100 that I want to use for the series values. I made this a Named range called PPM =OFFSET('Summary-All'!$C$56,0,0,COUNT('Summary-All'!$C:$N),12)
I'm trying to make a chart that will update with new series as rows are added or deleted from this range. Since I've got these multiple series, I am trying to put the named ranges into the "Data Range" tab of the Source Data in the chart, not the "Series" tab. This might be problem 1, I don't know because I can't seem to get past problem 2 which is that since my series are in rows and not columns it tells me that the maximum # of data series in a chart is 255, and forces the series into columns. And it is deleting my range names and putting in cell reference for the range!
I thought the whole point of using the named ranges is so that it will grab the rows with data, and ignore those without. But it seems to be grabbing the whole column starting with the offset cell. When I do a =Sum(PPM) or =Count(Sup-Names) in a worksheet cell, it calculates correctly.
I think I need to tweak my formula in the range names, but don't know. Help me please, it sounds so easy I must be doing something dumb!