I have two sheets, I would like to find and match both sku's on both sheets, if the sku from sheet1 matches the sku from sheet2, i want to extract a column from sheet 2.
Sheet1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]QOH[/TD]
[/TR]
[TR]
[TD]1008[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1011[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1013[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2135[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Sheet2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]QOH[/TD]
[/TR]
[TR]
[TD]1008[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1011[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]1013[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2954
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Notice the last number, sheet1 will not have all of the sku's from sheet2, Sheet2 has over 5000 products, sheet1 has around 1000. So i would like to take the information from sheet2 to fill in sheet1 or create a new sheet that gives me the sku's and QOH.
Hope this makes sense.
Thank you in advance.
Sheet1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]QOH[/TD]
[/TR]
[TR]
[TD]1008[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1011[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]1013[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2135[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Sheet2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU[/TD]
[TD]QOH[/TD]
[/TR]
[TR]
[TD]1008[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]1011[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]1013[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2954
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Notice the last number, sheet1 will not have all of the sku's from sheet2, Sheet2 has over 5000 products, sheet1 has around 1000. So i would like to take the information from sheet2 to fill in sheet1 or create a new sheet that gives me the sku's and QOH.
Hope this makes sense.
Thank you in advance.