Hello,
I've searched this forum and many examples on google of a formula or data validation list formula that might accomplish my needs to no avail. I'm looking to populate a dropdown box's list of values from a table on another sheet that matches a cell value. I've seen many examples of the "cascade" dropdown using the indirect, but don't believe it applies to my situation.
Here is a barebones limited version of the sales order template [Sheet1]. The objective would be to select the options (Choice) for each line item into column B. The values would come from the data table on Sheet2.
Here is the table that holds the choices for the items [Sheet2]. Column C has the line item based on Sheet1 and Column D has the values I want to show in the dropdown on Sheet1, Column B. I would like a formula for the cell or the data validation that gets me to the solution. In the real world, the sales order template would have many more sections and line items and the table of choices would be much larger, so the dropdown list of values would need to be dynamic as choices are added/removed.
Either I can't wrap my head around how to link up the lists or delirium is setting in
Any help is greatly appreciated and thanks in advance!
I've searched this forum and many examples on google of a formula or data validation list formula that might accomplish my needs to no avail. I'm looking to populate a dropdown box's list of values from a table on another sheet that matches a cell value. I've seen many examples of the "cascade" dropdown using the indirect, but don't believe it applies to my situation.
Here is a barebones limited version of the sales order template [Sheet1]. The objective would be to select the options (Choice) for each line item into column B. The values would come from the data table on Sheet2.
Sales Order Template.xlsx | ||||
---|---|---|---|---|
A | B | |||
1 | General | |||
2 | Item | Choice | ||
3 | NE State | |||
4 | Décor Kit | |||
5 | Countertop Color | |||
6 | ||||
7 | Electrical | |||
8 | Item | Choice | ||
9 | Panel Box | |||
10 | Minisplit | |||
Sales Order Template |
Here is the table that holds the choices for the items [Sheet2]. Column C has the line item based on Sheet1 and Column D has the values I want to show in the dropdown on Sheet1, Column B. I would like a formula for the cell or the data validation that gets me to the solution. In the real world, the sales order template would have many more sections and line items and the table of choices would be much larger, so the dropdown list of values would need to be dynamic as choices are added/removed.
Sales Order Template.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Category | Department | Item | Choice | ||
2 | GENERAL | GENERAL | NE State | Y | ||
3 | GENERAL | GENERAL | NE State | N | ||
4 | GENERAL | FINAL | Décor Kit | Coral | ||
5 | GENERAL | FINAL | Décor Kit | Sage | ||
6 | GENERAL | FINAL | Countertop Color | White | ||
7 | GENERAL | FINAL | Countertop Color | Grey | ||
8 | ELECTRICAL | ELECTRICAL | Panel Box | 50 Amp | ||
9 | ELECTRICAL | ELECTRICAL | Panel Box | 100 Amp | ||
10 | ELECTRICAL | ELECTRICAL | Minisplit | Y | ||
11 | ELECTRICAL | ELECTRICAL | Minisplit | N | ||
Choices |
Either I can't wrap my head around how to link up the lists or delirium is setting in
Any help is greatly appreciated and thanks in advance!