Copy chart and named range (excel 2010)

别等时光非礼了梦想. 提交于 2019-12-12 03:37:14

问题


I have the following issue with a named range within a chart when copying the tab. Using excel 2010.

NAMED RANGE

BAND ='TAB1'!$C$32:OFFSET('TAB1'!$C$32,0,COUNTA('TAB1'!$4:$4)-2)

Selects only the fields in row 32 of table (in tab 'TAB1') from C32 where there is an entry in row 4. The end result, when working, ensures that there are no blank columns at the end of my chart.

I then created a series in my chart using the named range: Series name:

='TAB1'!$B$32 (‘returns the word ‘BAND’)

Series values:

='TAB1'!BAND

When I copy the tab, (now named TAB2) the named ranged does not copy across to the series values, despite the actual named range being created for TAB2. The series in the chart is as below:

Series name:

='TAB2'!$B$32

Series values:

='TAB2'!$C$32

Can anybody suggest a solution so that the named range is copied across rather than just referencing the cell the named range starts from?
Please note I have multiple series which essentially make up a stacked bar chart, all using named ranges.

来源:https://stackoverflow.com/questions/31921698/copy-chart-and-named-range-excel-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!