Two *Separate* Dependent Dropdown Lists

lkc

New Member
Joined
May 17, 2022
Messages
2
Platform
  1. Windows
I'd like to create two independently dependent dropdown lists. To clarify--

I have three dropdown lists: #1, #2, and #3 (created using the INDIRECT function and named table ranges)
Dropdown list #2 is dependent on Dropdown list #1
I would like Dropdown list #3 to *also* be dependent on Drop Down List #1 (not #2, as in a normal "cascading" dropdown list setup).

Anyone have any ideas?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
something like this?
-------------
multiple dependant dropdowns-simple.xlsx
ABCDEFGHIJ
1LetterNumberRegionLettersNumbersLetterNumberRegion
2A3EastA1A3East
3A2EastB2B3North
4B2NorthC3C
5B2NorthD4D
6B3NorthEE
7B4North
8C1North
9C4North
10C4North
11D1West
12D2West
13D3West
14D3West
15E1North
16E2North
17E2North
18
19
20FORMULAS
21$E$2:$E$6OFFSET(A1,MATCH(H2,A2:A17,0)*1,1,COUNTIF(A2:A17,H2),1)OFFSET(A1,MATCH(H2,A2:A17,0)*1,2,COUNTIF(A2:A17,H2),1)
Sheet2
Cells with Data Validation
CellAllowCriteria
H2:H17List=$E$2:$E$6
I2:I17List=OFFSET(A1,MATCH(H2,A2:A17,0)*1,1,COUNTIF(A2:A17,H2),1)
J2:J17List=OFFSET(A1,MATCH(H2,A2:A17,0)*1,2,COUNTIF(A2:A17,H2),1)
 
Upvote 0

Forum statistics

Threads
1,214,957
Messages
6,122,472
Members
449,087
Latest member
RExcelSearch

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