Drop Down Lists

Geek Girl 007

Board Regular
Joined
Mar 12, 2022
Messages
127
Office Version
  1. 2021
Platform
  1. Windows
Good Morning all,
From a drop down list in B4, if I select A can that determine what list will be available in C4??

1696596768680.png
 

Attachments

  • 1696596740092.png
    1696596740092.png
    2.7 KB · Views: 2

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
One option is with tables:
Book1
ABCDEFGHIJKL
1MLISTABC
2A147
3LIST 1LIST 2B258
4B6C369
5
6Validation formula=INDIRECT("MLIST")=INDIRECT("_"&B4)Table NamesMLIST_A_B_C
Sheet1
Cells with Data Validation
CellAllowCriteria
B4List=INDIRECT("MLIST")
C4List=INDIRECT("_"&B4)
 
Upvote 0
Solution
One option is with tables:
Book1
ABCDEFGHIJKL
1MLISTABC
2A147
3LIST 1LIST 2B258
4B6C369
5
6Validation formula=INDIRECT("MLIST")=INDIRECT("_"&B4)Table NamesMLIST_A_B_C
Sheet1
Cells with Data Validation
CellAllowCriteria
B4List=INDIRECT("MLIST")
C4List=INDIRECT("_"&B4)
SORRY for the delay.
This is GREAT Thank you
 
Upvote 0
No probs and you're welcome. Thanks for the feedback.
 
Upvote 0
This is GREAT Thank you
The marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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