binaryfingers
Technical User
- Jul 26, 2002
- 118
Hi
I have visited this challenge before and despite numerous attempts I am still drawing a blank and really need your help.
I have 4 named ranges as follows
Sku2Forecast
=OFFSET('Sales Report Jan06-Dec06 new.xls'!Sku2XValues,4,0)
Sku2Range
=OFFSET(PS2!$D$6,0,0,1,COUNTA(PS2!$D$6:$HF$6))
Sku2Value
=OFFSET('Sales Report Jan06-Dec06 new.xls'!Sku2XValues,3,0)
Sku2XValues
=OFFSET(PS2!$D$6,0,MATCH(Summary!$C$1,'Sales Report Jan06-Dec06 new.xls'!Sku2Range,0)-1,1,16)
These named ranges work fine, but as you can see they reference a dedicated worksheet in the form of PS2.
I have tried using an indirect command to reference a cell that determines the sheet name, but I find that this just automatically replaces with the sheet name I am currently on when I create/modify the name range. For Example, if I modify the range on sheet PS3, then PS2 gets replaced with PS3. etc etc
I look forward to your expertise in helping work out how I can use the same named ranges on each sheet and get the local graph to work.
Thanks,
I have visited this challenge before and despite numerous attempts I am still drawing a blank and really need your help.
I have 4 named ranges as follows
Sku2Forecast
=OFFSET('Sales Report Jan06-Dec06 new.xls'!Sku2XValues,4,0)
Sku2Range
=OFFSET(PS2!$D$6,0,0,1,COUNTA(PS2!$D$6:$HF$6))
Sku2Value
=OFFSET('Sales Report Jan06-Dec06 new.xls'!Sku2XValues,3,0)
Sku2XValues
=OFFSET(PS2!$D$6,0,MATCH(Summary!$C$1,'Sales Report Jan06-Dec06 new.xls'!Sku2Range,0)-1,1,16)
These named ranges work fine, but as you can see they reference a dedicated worksheet in the form of PS2.
I have tried using an indirect command to reference a cell that determines the sheet name, but I find that this just automatically replaces with the sheet name I am currently on when I create/modify the name range. For Example, if I modify the range on sheet PS3, then PS2 gets replaced with PS3. etc etc
I look forward to your expertise in helping work out how I can use the same named ranges on each sheet and get the local graph to work.
Thanks,