Conditional Data Validation Dropdowns

McMasher

Board Regular
Joined
Mar 8, 2013
Messages
54
Hey friends,

I am in search of a new way to do conditional data validation dropdown lists within an excel table.

Here's what I understand:
  1. Creating tables and defining that table as a named range will create an automatically updating dropdown
  2. I can type that named range as a string value within a cell and reference that cell with an indirect formula in a data validation list to create a conditional dropdown.

What I want:
Instead of having to create an entire new table for each conditional dropdown, I would prefer to have one table that would look like the below table.
  1. GroupSub-Group
    Group 1Sub g
    Group 1Sub f
    Group 1Sub x
    Group 2Sub r
    Group 2Sub m

    <tbody>
    </tbody>

I would prefer this method because I am then managing one table for all groups instead of over 100 tables for 100 different groups.

Is there any way I can make this work with VBA or otherwise?

Thanks in advance for any help you can offer
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
I know how to do it with macros better. You would have to create a cell Change Event on your first pulldown to trigger a macro to find the subset and load it into a dynamic named range table.
 
Upvote 0
Hello Friends,

I would like to create drop-down list in (sheet #1 ) that would reference variables from 1 of 6 different tables from another worksheet (sheet #2 ) in the same workbook.

- The drop-down created in sheet #1 , would reference 1 of the 6 tables in sheet #2 and retrieve those variables (percentages) from sheet #2 to calculate formulas into the cells in sheet #1 that is designated with the drop-down.

Question:

- Is there a better or more efficient way to perform this task rather than using a drop-down list?
 
Upvote 0
My last post in this link may answer your need:
https://www.mrexcel.com/forum/excel-questions/1053995-data-validation-list-based-cell-input.html

I used a pulldown to allow the user to select values from the table. The table contains names of Named Ranges found by the vlookup in the secondary pulldown. It can retrieve values or text from many tables. The only caveat is that the many tables need to be hard coded named ranges, not dynamic named ranges. I'm guessing that the INDIRECT portion of the data validation formula doesn't like dynamic named ranges.

Jeff
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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