Cascading dynamic drop down table

GaryAR

New Member
Joined
Jan 6, 2022
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
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!!

Test Sheet.xlsx
BCDEF
4ScopeLevel 1Level 2Level3Factor
5
6 
7
8ScopeLevel_1Level_2Level_3Factor
9Scope 1FuelsGaseous fuelsCNG0.18387
10Scope 1FuelsGaseous fuelsPNG0.20374
11Scope 1EnergyGasPIH0.44327
12Scope 1EnergyDieselRed2533
13Scope 2FoodBreadBrown0.18455
14Scope 2FoodButterSalted0.20449
15Scope 2FoodMilkLow fat1.15041
16Scope 2MaterialWoodSoft2542.41
17Scope 2MaterialWoodHard0.21448
18Scope 2MaterialPaperWhite0.2303
19Scope 3WaterHotLow e1.55537
20Scope 3WaterHotHigh e2938.81
21Scope 3WaterColdLow e0.18387
22Scope 3SoilsRedFirm0.20374
23Scope 3SoilsBrownSoft2.02266
24Scope 3SoilsBlueMed2533
Calculator
Cell Formulas
RangeFormula
C6C6=IFERROR(INDEX(B9:C24,MATCH(0,INDEX(COUNTIF($B$4:B4,B9:B24),),0)),"")
Named Ranges
NameRefers ToCells
_FilterDatabase=Calculator!$B$4:$F$6C6
Cells with Data Validation
CellAllowCriteria
D6List=OFFSET(#REF!,1,MATCH($B6,#REF!,0)-1,COUNTA(OFFSET(#REF!,1,MATCH($B6,#REF!,0)-1,20)),1)
B5List=$B$9:$B$24
C5List=$C$9:$C$24
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,215,336
Messages
6,124,328
Members
449,155
Latest member
ravioli44

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