notsonoobexcel
New Member
- Joined
- Jun 11, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I will try to be as clear as possible. This is my destination where I would like for a drop down in the column "Pick a batch" for each row.
Base data is in the below format:
An example of what I would like to see as end result under "Pick a batch" :
For row 1 where "Concat" = abc12345 - required result should be a drop down list of "BU9872, MY6283, LI1233"
For row 2 where "Concat" = def 98765 - required result should be a drop down list of "8B8123, PP8122"
Plant | SKU | Concat | Pick a batch |
abc | 12345 | abc12345 | |
def | 98765 | def98765 | |
ghi | 33333 | ghi33333 | |
abc | 12345 | abc12345 |
Base data is in the below format:
Plant | SKU | Concat | Batch |
abc | 12345 | abc12345 | BU9872 |
abc | 12345 | abc12345 | MY6283 |
def | 98765 | def98765 | 8B8123 |
def | 98765 | def98765 | PP8122 |
abc | 12345 | abc12345 | LI1233 |
An example of what I would like to see as end result under "Pick a batch" :
For row 1 where "Concat" = abc12345 - required result should be a drop down list of "BU9872, MY6283, LI1233"
For row 2 where "Concat" = def 98765 - required result should be a drop down list of "8B8123, PP8122"