Dependent Data Validation dropdown using non-contiguous named ranges

shstrating

Board Regular
Joined
Sep 8, 2009
Messages
61
Office Version
  1. 365
Platform
  1. Windows
Environment: Excel 2013 / Win7 Pro – Service Pack 1

I am trying to find a way to get a non-contiguous range of cells to work in a dependent data validation dropdown.

I have set everything up according to the excellent step-by-step at http://www.contextures.com/xlDataVal02.html. My first and second Data Validation dropdowns are working great, but I need to stray from this structure for my 3rd dropdown.

For my 3rd dropdown I want to be able to define multiple named ranges that consist of non-contiguous cells in a Master Product list.

The reason for this quest is that the items in the Master Product list appear in multiple Product Categories and I am hoping I can avoid having to create multiple sub-Master Product lists that contain duplicate items (along with the inherent maintenance issues, opportunities for errors and unsynchronized data that comes with duplication).

I’ve attached some sample data from a much larger data set:

  • Product Hierarchy (Yellow area) shows the relationship from top level Product Category, thru mid-level Product Sub-category, down to Products.
  • Under DV-1, DV-2 & DV-3 (Blue area) are the Data Validation formulas I’m using from Contextures.
  • In ColG (Green area) is the DV-3 Master list consisting of the Product list from ColE with duplicates removed. This is the list I want to create non-contiguous named ranges within.
  • In ColH & ColI (Green area) are the cell references that I need for my non-contiguous named ranges from the DV-3 Master list.
Excel 2012
ABCDEFGHI
1Product HierarchyDV-1DV-2
2Product CategoryProduct Sub-categoryProducts=ProductList=INDIRECT(VLOOKUP
(P1,ProductLookup,2,0)&"List")
3
4Admin/MedianDV-3
5Desks=INDIRECT(VLOOKUP(Q1,INDIRECT(VLOOKUP
(P1,ProductLookup,2,0)&"Lookup"),2,0)&"List")
What should this formula be so that I can use the non-contiguous ranges below?
6Panels-Based SystemsElectrical/Data Components
7PanelsDV-3 Master listPanels-Based SystemsLinked Desks & Benching
8Privacy ScreensAdmin/MedianG8G9
9Base AssembliesG10G11
10Base AssembliesDesksG11G14
11Electrical/Data ComponentsElectrical/Data ComponentsG13G15
12SystemsLinked Desks & BenchingPrivacy ScreensHorizontal Technology ChannelG14G16
13Systems AccessoriesPanelsHorizontal Technology Distribution
14Systems Fabric BoardPrivacy ScreensG10
15Systems AccessoriesG11
16DesksSystems Fabric BoardG12
17Electrical/Data ComponentsG13
18Horizontal Technology DistributionHorizontal Technology ChannelG14
19Panels
20Privacy Screens

<tbody>
</tbody>
Sheet3
I’m trying to figure out what formula to use in the DV-3 dropdown that will enable me to use the non-contiguous named ranges in ColI thru ColK.

I’ve been searching MrExcel and the web in general with no luck. I think I need to get better at entering well defined search strings for what I’m after.

Any ideas on how to do this within the confines of a single Master Product list (avoiding helper columns, sub-Master Product lists, or VBA of which I know almost nothing)?

Thank you for whatever guidance you can give.

Steve
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Just a gentle nudge in the hope that someone has an alternative to using the INDIRECT function to 'assemble' a non-contiguous range of cells into a list that can be used in a dependent data validation dropdown.

Thanks so much for any help you can give.

Steve
 
Upvote 0

Forum statistics

Threads
1,214,657
Messages
6,120,764
Members
448,991
Latest member
Hanakoro

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