Thread: comparing lists
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rrow2 Rrow2 is offline
external usenet poster
 
Posts: 1
Default comparing lists

I want to compare 2 lists and extract the differences to a third, and
indicate why they are different.
I have a list of 300+ current employees, but current as of a few months ago.
Every few months HR sends a current list as of right now.
Is it possible to populate a third sheet by comparing the 2 lists, and
having employees on the new list only marked as a new hire, and those on the
old list only marked as terminated?
I can do it on each sheet separately, but I am trying to be elegant.

Thanks,
Richard