Hello Everyone, sorry if this is a repeat, my first post kicked back for the registration confirmation and I am not sure if it was submitted or not.
I am trying to create a drop down list that is dependent on another cells data. I have a workbook that includes a worksheet linked to our Purchase Order Table, and I have a second worksheet that I am attempting to use as a data entry form. In the data entry sheet I have created a drop down list that validates the PO entry, but I would like to create another drop down list for the Part ID that limits the list values to only those that match the Purchase Order Table and the selected entry. I have tried using some Index Match array formulas as the source in data validation but with no luck.
Purchase Order Table
[TABLE="width: 482"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]ROWID[/TD]
[TD]VENDOR_ID[/TD]
[TD]PO[/TD]
[TD]LINE[/TD]
[TD]PART_ID[/TD]
[/TR]
[TR]
[TD]153833[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]1[/TD]
[TD]03750SA517B[/TD]
[/TR]
[TR]
[TD]153834[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]2[/TD]
[TD]05000SB575-N06022[/TD]
[/TR]
[TR]
[TD]153835[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]3[/TD]
[TD]03750SB171C71500[/TD]
[/TR]
[TR]
[TD]153832[/TD]
[TD]AMALST[/TD]
[TD]35705A[/TD]
[TD]1[/TD]
[TD]08750SA387112
[/TD]
[/TR]
</tbody>[/TABLE]
Data Entry Worksheet
[TABLE="width: 462"]
<colgroup><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]INVOICE[/TD]
[TD]PO[/TD]
[TD]PART ID[/TD]
[TD]QTY[/TD]
[TD]COST[/TD]
[/TR]
[TR]
[TD]Data Entry[/TD]
[TD]Validate[/TD]
[TD]Validate/Match[/TD]
[TD]Data Entry[/TD]
[TD]Data Entry[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?
I am trying to create a drop down list that is dependent on another cells data. I have a workbook that includes a worksheet linked to our Purchase Order Table, and I have a second worksheet that I am attempting to use as a data entry form. In the data entry sheet I have created a drop down list that validates the PO entry, but I would like to create another drop down list for the Part ID that limits the list values to only those that match the Purchase Order Table and the selected entry. I have tried using some Index Match array formulas as the source in data validation but with no luck.
Purchase Order Table
[TABLE="width: 482"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]ROWID[/TD]
[TD]VENDOR_ID[/TD]
[TD]PO[/TD]
[TD]LINE[/TD]
[TD]PART_ID[/TD]
[/TR]
[TR]
[TD]153833[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]1[/TD]
[TD]03750SA517B[/TD]
[/TR]
[TR]
[TD]153834[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]2[/TD]
[TD]05000SB575-N06022[/TD]
[/TR]
[TR]
[TD]153835[/TD]
[TD]RANSTE[/TD]
[TD]35706A[/TD]
[TD]3[/TD]
[TD]03750SB171C71500[/TD]
[/TR]
[TR]
[TD]153832[/TD]
[TD]AMALST[/TD]
[TD]35705A[/TD]
[TD]1[/TD]
[TD]08750SA387112
[/TD]
[/TR]
</tbody>[/TABLE]
Data Entry Worksheet
[TABLE="width: 462"]
<colgroup><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]INVOICE[/TD]
[TD]PO[/TD]
[TD]PART ID[/TD]
[TD]QTY[/TD]
[TD]COST[/TD]
[/TR]
[TR]
[TD]Data Entry[/TD]
[TD]Validate[/TD]
[TD]Validate/Match[/TD]
[TD]Data Entry[/TD]
[TD]Data Entry[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?