Data Validation Drop down list - dependent on two criteria

taostep1

Board Regular
Joined
May 18, 2016
Messages
65
I have one worksheet with a table related to "Service" and "Rank" details with their applicable Job Descriptions.

In a separate worksheet, I am trying to create a data validation list that's smart enough to list all of the relative "Job Descriptions" (from the other sheet) if the Rank and Service criteria match, accordingly.

Per the example below, is there a data validation formula or method to list out the appropriate Job Descriptions from the other source table if the Service and Rank conditions are met? Please see the 2nd table - 3rd column as to what I am referring to.

Any help would be great!


[TABLE="width: 500"]
<tbody>[TR]
[TD]Service[/TD]
[TD]Rank[/TD]
[TD]Job Description[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ACA[/TD]
[TD]04[/TD]
[TD]Partner[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD]STAFF 1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD]STAFF 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]POF[/TD]
[TD]52[/TD]
[TD]Contractor[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ACA[/TD]
[TD]04[/TD]
[TD]Senior[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD]STAFF 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[TD]Service[/TD]
[TD]Rank[/TD]
[TD]Job Description (Data Validation List)[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ACA[/TD]
[TD]04[/TD]
[TD]Show Partner and Senior in Dropdown list[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD]Show STAFF 1, STAFF 2 , STAFF 3 in dropdown list[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Show STAFF 1, STAFF 2 , STAFF 3 in dropdown list[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]POF[/TD]
[TD]52[/TD]
[TD]Show Contractor in dropdown list[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ACA[/TD]
[TD]04[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Show Partner and Senior in Dropdown list[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TPA[/TD]
[TD]11[/TD]
[TD]Show STAFF 1, STAFF 2 , STAFF 3 in dropdown list[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,223,893
Messages
6,175,241
Members
452,622
Latest member
Laura_PinksBTHFT

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