I have a table with the following columns: Account, Sub, and Split. I'm trying to create cascading data validation lists where you first select the Account, then the Sub, and finally the Split. So in the table below if I chose Account = 501650, then Sub = 00-240, the third Split list should include Nash Tech and iMis. Or if I chose Account = 504950, then 00-120, the Split list should include Cell Phone and Conference Call.
All the articles and videos I've found used named ranges to populate a list based on 1 lookup value. This scenario is more like an index match match where there are two look up values.
Desired output:
The Account data validation list should include: 501650 and 509450. Assuming 501650 is selected
The Sub data validation should include: 00-240, 55-240, 77-240, 99-240, 00-120, 00-130, and 00-140
The Split list would be based on the value selected above.
Does anybody have any suggestions on how to create a data validation list for the Split column based on the Account selected then the Sub selected?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Sub[/TD]
[TD]Split[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-240[/TD]
[TD]Nash Tech[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-240[/TD]
[TD]iMis[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]55-240[/TD]
[TD]CS Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]77-240[/TD]
[TD]AS Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]77-240[/TD]
[TD]AS Misc Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-120[/TD]
[TD]ASAE[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-120[/TD]
[TD]SHRM[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-130[/TD]
[TD]WSJ[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-140[/TD]
[TD]Billboard[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-120[/TD]
[TD]Cell Phone[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-120[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-130[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Bren[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Sound Connect[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Go To Meeting[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-240[/TD]
[TD]Sound Connect[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-240[/TD]
[TD]JR / Ken[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your help.
All the articles and videos I've found used named ranges to populate a list based on 1 lookup value. This scenario is more like an index match match where there are two look up values.
Desired output:
The Account data validation list should include: 501650 and 509450. Assuming 501650 is selected
The Sub data validation should include: 00-240, 55-240, 77-240, 99-240, 00-120, 00-130, and 00-140
The Split list would be based on the value selected above.
Does anybody have any suggestions on how to create a data validation list for the Split column based on the Account selected then the Sub selected?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Sub[/TD]
[TD]Split[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-240[/TD]
[TD]Nash Tech[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-240[/TD]
[TD]iMis[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]55-240[/TD]
[TD]CS Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]77-240[/TD]
[TD]AS Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]77-240[/TD]
[TD]AS Misc Dues[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-120[/TD]
[TD]ASAE[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-120[/TD]
[TD]SHRM[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-130[/TD]
[TD]WSJ[/TD]
[/TR]
[TR]
[TD]501650[/TD]
[TD]00-140[/TD]
[TD]Billboard[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-120[/TD]
[TD]Cell Phone[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-120[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-130[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Bren[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Conference Call[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Sound Connect[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-160[/TD]
[TD]Go To Meeting[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-240[/TD]
[TD]Sound Connect[/TD]
[/TR]
[TR]
[TD]509450[/TD]
[TD]00-240[/TD]
[TD]JR / Ken[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for your help.