Trying to match product sku from 2 spreadsheets and if they match can I have the product id pulled from one to the other?

MrMercz

New Member
Joined
Sep 24, 2014
Messages
2
Hey Everyone, this is my very first thread here please excuse any novice actions I may make while posting this, thanks.

I have about a dozen spreadsheets (we'll call these the "Dirty Dozen") that all have product Sku's in column A and have a column for Product ID's in column B but no actual Product ID's populating the cells.

Then I have 1 spreadsheet (we'll call it "Main Spreadsheet") that I have Product ID's in column A and Sku's in column J.

I am trying to match the match the spreadsheets by sku and if there is a match, populate the Product ID's column on the Dirty Dozen spreadsheets that are missing Product ID's. There are some Sku's on the Dirty Dozen spreadsheets that will not be found on the Main Spreadsheet.

Note: They are all in csv file format.

I've been searching for video tutorials and answers online but I find all these crazy cool things you can do with excel but nothing that does this.
Someone please Help!

- MrMercz
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
if you are able to manipulate the file I would suggest the following.
Open and save the file as Excel format.
Go to the Main Spreadsheet and insert a new column A (A becomes B, J becomes K)
make cells in A equal to K
Then put the following formula in column B of the other dozen spreadsheets:
=IFERROR(VLOOKUP(A4,'Main Spreadsheet'!A:B,2,0),"NOT FOUND")
or something like this :)
 
Upvote 0
Thanks Bobsan, I tried it but it didn't work, I appreciate your help though. You are the only one that gave it a shot. ;)
 
Upvote 0
I can't imagine why it would not work ?
What is the result? Which part didn't work?
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,737
Members
449,050
Latest member
excelknuckles

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