Drop down list in a table based on multiple other columns

Nicole Jones

New Member
Joined
Oct 22, 2016
Messages
25
Office Version
  1. 365
Platform
  1. Windows
I have a data table with multiple columns, I would like the dropdown list in my spreadsheet to return different values depending on what is entered into other columns within the row. So every cell C# dropdown will be different

Eg if cell A5 has "PM" and cell B5 has "REP" then the following values would appear in the cell C5 dropdown
1700085160280.png


or if cell A6 has "EE" and cell B6 has "CAL" then the following values would appear in the cell C6 dropdown
1700085228659.png


Any assistance would be appreciated.

Thank you
Nicole
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
If you have Office 365 then this will be much easier. Please change your profile. I really like helping when I can copy the data you have above so I don't have to recreate it on my end
https://www.mrexcel.com/board/excel-articles/xl2bb-excel-range-to-bbcode.1/download

Assuming you have a full list with discipline code, document type, and description: Make it a structured table. Now create a formula like in the table below. Then add your Data Validation like I did.

The cells in column G and to the right would have to be put way out of your data set and need to be on the same row as your data validation

Book2
ABCDEFGH
1Disc CodeDoc TypeDescription
2PMREPProgress ReportsDesign Report
3EECALFault Current Calculation ReportMaximum Demand Calculation
4EECALFault Current Calculation ReportMaximum Demand Calculation
5EECALFault Current Calculation ReportMaximum Demand Calculation
6
Sheet2
Cell Formulas
RangeFormula
G2:H5G2=TRANSPOSE(FILTER(DeliverablesTbl[Description of Deliverable],(DeliverablesTbl[Discipline_Code]=A2)*(DeliverablesTbl[Document_Type]=B2),""))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
C2:C5List=G2#


Book2
ABC
1Discipline_CodeDocument_TypeDescription of Deliverable
2PMREPProgress Reports
3PMREPDesign Report
4EECALFault Current Calculation Report
5EECALMaximum Demand Calculation
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,995
Members
449,094
Latest member
masterms

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