Compare cells in two different spreadsheets and extract data from one an place it in the other if match found

Posted by Fergie on Super User See other posts from Super User or by Fergie
Published on 2012-08-29T19:49:13Z Indexed on 2012/08/29 21:41 UTC
Read the original article Hit count: 172

I need to find a way to compare two spreadsheets and if there is a match on specific cells, pull data from one sheet to another.

Say the two spreadsheets contain a value that identifies a piece of equipment:

spreadsheet 1       spreadsheet 2
Server              Server        Serial #
123abc              123abc        123-xx-456

There are of course many, many records/rows in each sheet.

I need to look at the first cell in the server column of sheet 1 and then search a range of cells in the sever column of sheet 2 for a match. If there is a match, I need to pull the serial # value from the cell in the matching row an put it into the serial # cell of the matching row in sheet 1 (all of the "serial #" cells in sheet 1 are presently empty.)

If that description explaination is too convoluted I can explain by answering any questions you may have.

My deadline for this task is Noon tomorrow, 30 Aug 2012. Yes, I got the task today at noon.... I am not an Excel user and just get thrust into it on occassion... Any help would be a huge assist.

© Super User or respective owner

Related posts about microsoft-excel

Related posts about spreadsheet