triple cascade of drop lists - validation

clivezgo

New Member
Joined
Apr 12, 2019
Messages
1
Dropdown Lists / Validation rules
Trying to input information across three decisions

  1. Dept 2. Sector 3. Reason
E2
F2
G2
dept
sector
reason
Hoist_Pins
Infeed Conveyor 1




<tbody>
</tbody>
Using named excel tables I have successfully managed to make a ‘Dept’ downdrop list, using the table below and index/match its headers . The result is used for the sector dropdown list which gives the correct result.
Trucks
Hoist_Pins
Trucks
General
General
Hoist_Pins
Infeed Conveyor 1
Grader
Infeed Conveyor 2
G_Eye_Scanners
Hoist




<tbody>
</tbody>
Table of Dept/Sectors

Next, I want to use an individual Sector table, example Hoist_pins table to produce a droplist for infeed conveyor 1 listing the reasons.
These 'sector tables' are dynamic excel tables on individual named sheets.

Hoist_Pins_Table
General
Infeed Conveyor 1
Infeed Conveyor 2
General
Accident
Bearing
Bearing
Infeed Conveyor 1
E-Stop
Cable Fault
Cable Fault
Infeed Conveyor 2
Safety Gate
Chains
Chains
Hoist
Jam Up / Pile Up
Jam Up / Pile Up
Hoist Non-Stops
Motor Faulty
Motor Faulty
Pin Chute
Sensor Faulty
Sensor Faulty
Pin Belt Conveyor
Tripped Out - Elect
Tripped Out - Elect
Pin Shaker Tray
Twisted Pack
Twisted Pack

<tbody>
</tbody>
This hoist_pins table of sector/faults is named hoist_pins

I cannot make a validation rule based on the 2 previous selections to point to these sector tables and their dropdown lists ….Am I missing something?
I have tried to substitute the table names in the validation box …=INDIRECT(SUBSTITUTE("dummy","dummy",E2)), try and get to the correct sector/faults table.
But is gives the sector list again not finding the correct table or the correct column.
There are different tables for each dept.

thank you for any help..
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,215,006
Messages
6,122,666
Members
449,091
Latest member
peppernaut

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