binaryfingers
Technical User
- Jul 26, 2002
- 118
Hi
I have 5 sheets formatted the same way.
I would like to use a named range to pull data from the sheets and would like to know if I can do one named range but have the sheet name used as the 'differentiator'
I also have the name of the sheet in Cell A1 if that helps, by using the FAQ 68-2561 'To display the Sheet Name'
Currently I have the following named ranges
sku1Forecast
=OFFSET('book 1.xls'!sku1XValues,4,0)
sku1Range
=OFFSET(PS2!$BC$6,0,0,1,COUNTA(PS2!$6:$6))
sku1Values
=OFFSET('book 1.xls'!sku1XValues,3,0)
sku1XValues
=OFFSET(PS2!$BC$6,0,MATCH(Summary!$C$1,'book 1.xls'!sku1Range,0)-1,1,13)
The PS2 is the part that I would like to be able to be automatically changed to the value of cell A1 so that it looks up locally on that sheet.
EG
I have sheets
PS2
GCC
UNI
PGF
XB1
Hope you can help me.
Thanks,
I have 5 sheets formatted the same way.
I would like to use a named range to pull data from the sheets and would like to know if I can do one named range but have the sheet name used as the 'differentiator'
I also have the name of the sheet in Cell A1 if that helps, by using the FAQ 68-2561 'To display the Sheet Name'
Currently I have the following named ranges
sku1Forecast
=OFFSET('book 1.xls'!sku1XValues,4,0)
sku1Range
=OFFSET(PS2!$BC$6,0,0,1,COUNTA(PS2!$6:$6))
sku1Values
=OFFSET('book 1.xls'!sku1XValues,3,0)
sku1XValues
=OFFSET(PS2!$BC$6,0,MATCH(Summary!$C$1,'book 1.xls'!sku1Range,0)-1,1,13)
The PS2 is the part that I would like to be able to be automatically changed to the value of cell A1 so that it looks up locally on that sheet.
EG
I have sheets
PS2
GCC
UNI
PGF
XB1
Hope you can help me.
Thanks,