R
RJS
Given two lists of names (ListA and ListB), I'd like to
find which names from ListA *ARE NOT* in ListB.
ListA ListB
----- -----
Joe Joe
Jim Frank
Amy Andy
Sue
Put another way - Is there a way in excel to compare these
two lists in a way that results in:
ListComparison:
---
Jim
Amy
I can't comprehend VLOOKUP and MATCH doesn't seem to work
either.
Thanks for any help,
--Bob
find which names from ListA *ARE NOT* in ListB.
ListA ListB
----- -----
Joe Joe
Jim Frank
Amy Andy
Sue
Put another way - Is there a way in excel to compare these
two lists in a way that results in:
ListComparison:
---
Jim
Amy
I can't comprehend VLOOKUP and MATCH doesn't seem to work
either.
Thanks for any help,
--Bob