Combining 2 sheets into 1 (vlookup? array?)

seriousallthetime

New Member
Joined
Sep 20, 2018
Messages
5
Before we start, I know I can do this via vlookup but it is massively time consuming. You'll see why.

The goal: to figure out when my product will arrive at my assembly centers.

The issue:
I have a spreadsheet from my freight forwarder. It looks like this:

POSKUQTYDepart DateDestinationArrival DateShipment Status
4246607896, 4246618896, 4246619896, 4246620896, 4246621896, 4246627896, 4246629896

<tbody>
</tbody>
1/1/2018Florida2/19/18Awaiting Arrival
4252919896, 4252921896

<tbody>
</tbody>
2/5/2018Ohio9/25/18Awaiting Arrival
2008788898, 2008791898, 2008796898, 2008797898

<tbody>
</tbody>
3/5/2018Washington12/5/18Awaiting Arrival

<tbody>
</tbody>


I have a spreadsheet that looks like this:

POSKUQTY
4246607896
212160008

<tbody>
</tbody>
12
42466188962121600044
42466188962121600066
4259198962121600255
42591989621216002415

<tbody>
</tbody>


How do I combine these two into some kind of coherent document that can tell me when stuff is coming in? Obviously there are a whole lot more POs, several hundred in fact. Way to many to do by hand.

Every PO in the first sheet is represented on the second sheet. Every PO can have one or more SKUs on it, all with different quantities. The first sheet gives me the PO number and all of the inbound timeline data. The second sheet gives me all of the PO content data. I need them on one sheet. How?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,214,402
Messages
6,119,304
Members
448,886
Latest member
GBCTeacher

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