Possible Duplicate:
Extract values from a range that are missing from another
I have two vertical lists. I need to compare the two with each other and get the names that are NOT included in both lists.
ListA | ListB
----- | ------
ABC | ABC
DEF | DEF
ASD | GHI
| ASD
Should return:
GHI