compare two columns and remove duplicates

M

Moni39

I have a list of phone numbers from the do not cal list and a number from
another list. I want to compare the two lists and look for dupes to I know
who I can call. I would like the duplicates from the two lists to be
identified and the other numbers not on the do not call list to be accessable
in order to call.
 
D

David McRitchie

COUNTIF suggested by John via Chip Pearson's site is better
for finding duplicates than VLOOKUP, but use of AutoFilter will
get you the second part -- a list of uninformed people who didn't
get on the do not call list.

Wonder how misspelling of VLOOKUP got through my spelling
check anyway.
 
Top