Chart Series Refers to

ilcaa

Well-known Member
Joined
May 25, 2005
Messages
751
Office Version
  1. 365
Platform
  1. Windows
Is it mandatory to have the SheetName! in the Chart 'Series Value' refers to. If I use a named range does Sheet Name need to be included in Refers To if I plan to use it in a chart

OR, is there a way to use Relative Range Names in Chart 'Series Values' it seems like I need to create the Series Value for each Sheet even though they all have same Relative Range (its Dynamic Array)

so each sheet has a spilled array in H64. i was hopeing to define a name "myValues": !$H$64# and just use 'myValues' in each Chart for each Sheet... a little insight or best practices for this case.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
The range addresses in the chart SERIES formula require a reference to the parent worksheet of the range. These must be absolute addresses; if you enter a relative address, Excel inserts the dollar signs.

In the case of Names, if the Name has a local (worksheet) scope, the worksheet name must prefix the Name in the formula. If the Name has a global (workbook) scope, then the workbook name must prefix the Name; if you enter the worksheet name for a global Name, Excel converts it to the workbook name.

The formula editor will choke on a SERIES formula with a Dynamic Array hash reference.
 
Upvote 0

Forum statistics

Threads
1,214,967
Messages
6,122,503
Members
449,090
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top