Adding data to matching records...

G

Guest

I've searched through the forums, and I'm having trouble applying any
solutions to my situation.

I have two worksheets in my workbook, "MISC" and "durhambins". Here are the
headers and one row of data from MISC.

Part Description
400037 Instant Adhesive, Loctite 480


Here are the headers and one row of data from durhambins.

Part Description Bin
400037 Instant Adhesive, Loctite 480 FRIDGE




I need to have a column added to MISC that holds the correct BIN number for
records with matching Part numbers (the first columns). So that in the end,
the result of the above records would be:

Part Description Bin
400037 Instant Adhesive, Loctite 480 FRIDGE


Thank you in advance for any help.
 
G

Guest

I just realized how pointless this looks with the information I provided.
There are additional columns in each sheet, and the sheets were pulled from a
database using different criteria. I promise that I'm not insane.
 
G

Guest

hi, on MISC, use =vlookup(a2,durhambins!a1:c1000,3,0)

adjust the range as your needs

hth
regards from Brazil
Marcelo

"OcellNuri" escreveu:
 
G

Guest

all parts that you have in a both table are the same? and they are on the
same order (sort)

regards

"OcellNuri" escreveu:
 
G

Guest

The tables are not the same. I need to search for records that match part
numbers, and then append the BIN number from the durhambin sheet to the
correct record in MISC.
 
G

Guest

My mistake, it did work! I was getting #N/A because some of my records are
not repeated in both tables. Thank you for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top