Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a number of tabs with the same Name Range on each tab.
I want reference the named ranges using a value in a cell in another worksheet (same workbook). Example: Summary Tab - A2 = "01", B2 = '01'!NamedRange Summary Tab - A3 = "02", B3 = '02'!NamedRange Except I would like to use a formula that inserts the value from column A to reference that Tab to pull the range from. Something like: = ' & A2 & '!NamedRange Is that possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Never mind. I figured it out.
Enter the Sheet name before the name. Names in workbook: Sheet1!NamedRange1 Refers to: =Sheet1!$A$2 "Josh O." wrote: I have a number of tabs with the same Name Range on each tab. I want reference the named ranges using a value in a cell in another worksheet (same workbook). Example: Summary Tab - A2 = "01", B2 = '01'!NamedRange Summary Tab - A3 = "02", B3 = '02'!NamedRange Except I would like to use a formula that inserts the value from column A to reference that Tab to pull the range from. Something like: = ' & A2 & '!NamedRange Is that possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Never mind the never mind...I meant this for another post.
Still looking to see if this is possible. "Josh O." wrote: Never mind. I figured it out. Enter the Sheet name before the name. Names in workbook: Sheet1!NamedRange1 Refers to: =Sheet1!$A$2 "Josh O." wrote: I have a number of tabs with the same Name Range on each tab. I want reference the named ranges using a value in a cell in another worksheet (same workbook). Example: Summary Tab - A2 = "01", B2 = '01'!NamedRange Summary Tab - A3 = "02", B3 = '02'!NamedRange Except I would like to use a formula that inserts the value from column A to reference that Tab to pull the range from. Something like: = ' & A2 & '!NamedRange Is that possible? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, maybe =indirect("'"&A2&'!NamedRange) Josh O.;292030 Wrote: I have a number of tabs with the same Name Range on each tab. I want reference the named ranges using a value in a cell in another worksheet (same workbook). Example: Summary Tab - A2 = "01", B2 = '01'!NamedRange Summary Tab - A3 = "02", B3 = '02'!NamedRange Except I would like to use a formula that inserts the value from column A to reference that Tab to pull the range from. Something like: = ' & A2 & '!NamedRange Is that possible? -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=81615 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Got it.
I was trying =Indirect("'"&A2&"'!"NamedRange). Made it =Indirect("'"&A2&"'!NamedRange"), it worked. "Pecoflyer" wrote: Hi, maybe =indirect("'"&A2&'!NamedRange) Josh O.;292030 Wrote: I have a number of tabs with the same Name Range on each tab. I want reference the named ranges using a value in a cell in another worksheet (same workbook). Example: Summary Tab - A2 = "01", B2 = '01'!NamedRange Summary Tab - A3 = "02", B3 = '02'!NamedRange Except I would like to use a formula that inserts the value from column A to reference that Tab to pull the range from. Something like: = ' & A2 & '!NamedRange Is that possible? -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=81615 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic charts without Named Ranges? | Charts and Charting in Excel | |||
can VLOOKUP use dynamic named ranges? | Excel Discussion (Misc queries) | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) | |||
Dynamic Named Ranges | Charts and Charting in Excel | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) |