Hi everyone - I need to create a cascading dynamic drop down table that will work with duplicated data. The full table is 12 columns x 7800 rows. I attach a test sheet to show the basic issue.. I would prefer a formula based solution if possible rather than VBA. Any thoughts greatly appreciated!!
Cell Formulas | ||
---|---|---|
Range | Formula | |
C6 | C6 | =IFERROR(INDEX(B9:C24,MATCH(0,INDEX(COUNTIF($B$4:B4,B9:B24),),0)),"") |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
_FilterDatabase | =Calculator!$B$4:$F$6 | C6 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
D6 | List | =OFFSET(#REF!,1,MATCH($B6,#REF!,0)-1,COUNTA(OFFSET(#REF!,1,MATCH($B6,#REF!,0)-1,20)),1) |
B5 | List | =$B$9:$B$24 |
C5 | List | =$C$9:$C$24 |