Named Ranges

Orbit

New Member
Joined
May 18, 2014
Messages
24
So here is what I am trying to do. I have a drop down list that has a bunch of names. The names are Q3_2011, Q4_2011, Q1_2012, Q2_2012, Q3_2012, Q4_2012, Q1_2013, Q2_2013, Q3_2013, Q4_2013, Q1_2014, Q2_2014, Q3_2014, Q4_2014, Q1_2015, Q2_2015, Q3_2015, Q4_2015.

I created two named ranges for each of the above, Ex.: Q3_2011_1 and Q3_2011_2.

These will be used in an index match match formula that I have already completed.

What I want to be able to do is change the drop down to Q3_2011, and have the sections of the formula update to Q3_2011_1 and Q3_2011_2.

I just don't know what to put into the formula to get this to work.

Something like (assuming the drop down is in B4): =B4&"_1" just displays Q3_2011_1 as a sting not as a named range.

Any help is much appreciated.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
While that didn't work....

=indirect(B4&"_1") seems to work though. I will try it out and see if the whole formula will calculate with me using that method. Thanks for pointing me in the right direction.
 
Upvote 0
Doesn't work in my index match match formula for some reason, but it works on it's own..
 
Upvote 0
Maybe for the formula just B4&"_1" as a string?

Maybe post the formula, one of the guru's might see something obvious.

Howard
 
Upvote 0
The formula is: =INDEX(INDIRECT(C6&"_1"),MATCH(),MATCH())

The matches don't really matter at this point, unless I can get the first range to work, I am going to have to find a different solution.
 
Upvote 0
I should mention that when it worked, my named range was only one cell. In the formula, the named range is an actual range on another sheet in the workbook.
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,443
Members
448,898
Latest member
drewmorgan128

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