View Single Post
  #1  
Old May 14th, 2010, 11:49 AM posted to microsoft.public.excel.newusers
sebastico
external usenet poster
 
Posts: 74
Default How do I match records from two Sheets?

Excel 2003

Sheet1 has one column with 904 records (alphanumeric)
Sheet2 has one column with 1069 records (alphanumeric)
Both fields have same format (17 characters)

I need a code to read each record in sheet 1, then go to sheet 2 and read
the records, if the record is found then copy the record from sheet2 and
paste it in sheet1 next to the record. Do the same with all records in sheet2.