View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
dpdave dpdave is offline
external usenet poster
 
Posts: 1
Default comparing values from one workbook with another workbook

I have 2 workbooks. workbook1 contains a list of employees, emp# and date of
hire. Workbook 2 has a differnt list of employees. I need to compare the
emp# in book1 against all emp# in book2. If the emp# from book1 matches the
emp# in book2, I need to copy the date of hire from book1 into the
appropriate cell in book2. I must compare the entire contents of book1
against book2.