Thread: [Solved] comparing data
View Single Post
 
Old 07-22-2014, 10:36 AM
shilabrow shilabrow is offline Windows Vista Office 2007
Advanced Beginner
 
Join Date: Apr 2014
Posts: 45
shilabrow is on a distinguished road
Default

sjp1966, I am confused because from your request the formula should work. All duplicates that come out in Cell C are those entries that are 304 names while all NO that it spills out are those part of 923 names in Column A that are not in Column B.

Note, the B2 portion of the Formula above looks at Column A and gives result.

OR since Column A is 923 lines and Column B is 304, use as below and copy down.

=IF(COUNTIF($B:$B,A2)>=1,"Duplicate","No")

hope this works. All duplicate are 304 and all No are others...
Reply With Quote