Naming groups of named ranges

wholesaleguy

New Member
Joined
Apr 8, 2011
Messages
19
I have an large spreadsheet with 89 different named ranges that I want to use in an index formula with matches. Can I name a group of named ranges so that I don't have to reenter this data multiply times in the formula?

Thanks for your help!
 
sorry, I left a little of the formula out by mistake. should have been:

INDEX("ALL POSSIBLE REFERENCES SEPERATED BY A COMMA"),MATCH("DATA VALIDATION RESULT1","NAMED RANGE1",0),MATCH("DATA VALIDATION RESULT2","NAMED RANGE2",0),MATCH("DATA VALIDATION RESULT3","NAMED RANGE3",0))
 
Upvote 0

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
If the ranges involved are not contigous and are seperated by commas, there is no way that INDEX will operate properly. INDEX only works on the first Area of a discontinous array, references to outside that Area gives a #REF error.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,147
Members
452,891
Latest member
JUSTOUTOFMYREACH

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