Cascading Validation List with INDEX and MATCH Functions

paulfitz54

New Member
Joined
Dec 30, 2014
Messages
32
Office Version
  1. 2019
Platform
  1. MacOS
Hi,

I'm using a cascading validation list to display Department and then sub-department information from a data table.
When I select the department from the first validation list only the relative sub-departments appear in the second validation list, the cascading validation list works.

I used the formula below to display the list from the sub-department

=IFERROR(INDEX(Curriculum!$D$2:$D$562,SMALL(IF((Search!$B$5=Curriculum!$C$2:$C$562),MATCH(ROW(Curriculum!$C$2:$C$562),ROW(Curriculum!$C$2:$C$562)),""),ROWS(Curriculum!$A$1:A1))),"")

D5 is where my sub-department validation list is

And this also works perfectly.

What I would like is to be able to display the full department list before selecting the sub-department?

Is this possible with the formula above?

Thanks in advance
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,214,968
Messages
6,122,509
Members
449,089
Latest member
RandomExceller01

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