Finding if a text string can be found in a column

  • Thread starter Thread starter Gilles
  • Start date Start date
G

Gilles

I have two lists of clients names, A and B, that have some names in common..
I already sent a mailing to list A, and would like to send another to the
names of list B that do not belong to list A.

So far I have tried to add a column to list B with a test to see if each
name of list B is in list A. I tried to combine functions like OR and EXACT
but haven't succeeded.

I would appreciate your help!
 
Back
Top