lbradbury1013
New Member
- Joined
- May 2, 2022
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
Hello,
I'm looking for a way to pull all row data from another sheet based off a cell value. I have an open sales order list that I want to extract all lines related to a single customer. But this is pulling from another sheet.
Here is an example of the data sheet:
I want to have another sheet that has headers for table listing the customer name in the example above it would be Customer 1, and pull all the row information based off cell value of the header "Customer 1"
I hope that makes sense.
I'm looking for a way to pull all row data from another sheet based off a cell value. I have an open sales order list that I want to extract all lines related to a single customer. But this is pulling from another sheet.
Here is an example of the data sheet:
Customer Name | PO Number | Line | Release | Part | Selling Qty | Ship By | Total Shipped |
Customer 1 | 123456 | 1 | 1 | AMMPART | 10 | 10/31/2022 | 0 |
Customer 1 | 123457 | 1 | 1 | ABBPART | 15 | 10/28/2022 | 0 |
Customer 1 | 123458 | 1 | 1 | ACCPART | 25 | 10/15/2022 | 0 |
Customer 1 | 123458 | 1 | 2 | ACCPART | 10 | 10/25/2022 | 0 |
Customer 2 | 98745 | 1 | 1 | BCCPART | 150 | 11/25/2022 | 0 |
Customer 2 | 98745 | 1 | 2 | BCCPART | 150 | 12/25/2022 | 0 |
Customer 2 | 65412 | 1 | 1 | BMMPART | 10 | 10/15/2022 | 0 |
I want to have another sheet that has headers for table listing the customer name in the example above it would be Customer 1, and pull all the row information based off cell value of the header "Customer 1"
I hope that makes sense.