Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you have sheet specific named ranges?
ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes. Select sheet1,
InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a further clarification, can you name a range of cells say A1:K22 game, and
then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message ... Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Adam
Try this.......... On sheet1 InsertNameDefine. Type in "globalgame"(no quotes) In refers to box type in =!$A$1:$K$22 and OK your way out. Go to any sheet and F5. In the reference: dialog Type in "globalgame"(no quotes) and OK. Gord Dibben Excel MVP On Sat, 10 Dec 2005 14:16:21 -0600, "Adam Kroger" wrote: a further clarification, can you name a range of cells say A1:K22 game, and then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message .. . Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Works perfect
Thanks "Gord Dibben" <gorddibbATshawDOTca@ wrote in message ... Adam Try this.......... On sheet1 InsertNameDefine. Type in "globalgame"(no quotes) In refers to box type in =!$A$1:$K$22 and OK your way out. Go to any sheet and F5. In the reference: dialog Type in "globalgame"(no quotes) and OK. Gord Dibben Excel MVP On Sat, 10 Dec 2005 14:16:21 -0600, "Adam Kroger" wrote: a further clarification, can you name a range of cells say A1:K22 game, and then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message . .. Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Works well within the active sheet, but I can not figure out how to
reference it from another sheet. EXAMPLE active sheet is pilot2 rn1hp refers to !$C$5 I want to refer to r1hp on sheet1 =sheet1!rn1hp returns #NAME? and brings up a file dialog box & =INDIRECT(sheet1!rn1hp) returns #REF! and changes the formula to ='TESTBED - Combat Tracker v3.0.4.xls'!rn1hp thanks "Gord Dibben" <gorddibbATshawDOTca@ wrote in message ... Adam Try this.......... On sheet1 InsertNameDefine. Type in "globalgame"(no quotes) In refers to box type in =!$A$1:$K$22 and OK your way out. Go to any sheet and F5. In the reference: dialog Type in "globalgame"(no quotes) and OK. Gord Dibben Excel MVP On Sat, 10 Dec 2005 14:16:21 -0600, "Adam Kroger" wrote: a further clarification, can you name a range of cells say A1:K22 game, and then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message . .. Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Adam
Apologies. Misunderstood I thought you wanted rn1hp to refer to same cell $C$5 on each sheet. To reference Sheet1!rn1hp from another sheet, you have to make the name sheet-specific when you create the name. You're back to adding the refers to: =sheet1!$C$5 as you create the name. Gord On Sun, 11 Dec 2005 04:03:02 -0600, "Adam Kroger" wrote: Works well within the active sheet, but I can not figure out how to reference it from another sheet. EXAMPLE active sheet is pilot2 rn1hp refers to !$C$5 I want to refer to r1hp on sheet1 =sheet1!rn1hp returns #NAME? and brings up a file dialog box & =INDIRECT(sheet1!rn1hp) returns #REF! and changes the formula to ='TESTBED - Combat Tracker v3.0.4.xls'!rn1hp thanks "Gord Dibben" <gorddibbATshawDOTca@ wrote in message .. . Adam Try this.......... On sheet1 InsertNameDefine. Type in "globalgame"(no quotes) In refers to box type in =!$A$1:$K$22 and OK your way out. Go to any sheet and F5. In the reference: dialog Type in "globalgame"(no quotes) and OK. Gord Dibben Excel MVP On Sat, 10 Dec 2005 14:16:21 -0600, "Adam Kroger" wrote: a further clarification, can you name a range of cells say A1:K22 game, and then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message .. . Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do that if you plan ahead, while you're creating your WB.
Select a range in Sheet1. Click in the name box and type: sheet1!rng1 Then <Enter When you click in the name box again, all you see is: rng1 Now, hold down <Ctrl, and click in the tab of Sheet1, and drag right until the small arrow is on the right side of the tab, and then release the mouse first, and you have copied your sheet. This new sheet has the same sheet specific range (rng1) automatically configured to it. Rename this sheet. So, create your sheet specific ranges on your first sheet, and any sheet copied from it will contain the same ranges, each specific to the individual newly copied sheets. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... a further clarification, can you name a range of cells say A1:K22 game, and then specify sheet1!game, sheet2!game without haveing to name then on sheet1 and sthhet2 and sheet3...? "Bob Phillips" wrote in message ... Yes. Select sheet1, InsertNameDefine... then in the 'Names in workbook' put Sheet1!game, then add the range in the Refersto box. Repeat for sheet2, etc. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message ... Can you have sheet specific named ranges? ie sheet1!game, sheet2!game, sheet3!game so they can be referenced in a lookup, pulling values from the correct sheet. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question for use of offset and range | Excel Worksheet Functions | |||
Question regarding dynamic range setting | Excel Worksheet Functions | |||
Cannot Expand Named Range - when size of the Range exceeds | Excel Discussion (Misc queries) | |||
Define a range based on another named range | Excel Worksheet Functions | |||
SUMPRODUCT with date range question | Excel Discussion (Misc queries) |