View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Amiranda Amiranda is offline
external usenet poster
 
Posts: 5
Default Compare column in 2 documents

I have two documents: one with a sendlist, one with a directory of names and
addresses. In the sendlist I have about 1200 posts, and in the directory
about 900.
Now I need to check if the mailaddresses in the directory are also in the
sendlist.

It looks like this:
Directory:
Name Address Phone E-mail
Brita xxx 555
Carl yyy 777


Sendlist:
E-mail List 1 List 2
x
x x

I want this outcome:
Name Address Phone E-mail Added
Brita xxx 555
YES
Carl yyy 777


So, I need to add a column in my directory where I can see a mark if that
post is also in the Sendlist.

I use Excel 2003 with SP3.

I tried to combine VLOOKUP and IF but just couldn't get it to work.