Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I compare two columns of data in Numbers to find the unique results?

Hello all,


I'm looking for a way to compare the data from two columns so I can find the unique results and display that data in a third column. To be specific, here's what I'm doing.


Column A is a list of email addresses for people I have already written. Column B is a list of email addresses for people I would like to contact. I am not sure if there are email address from Column A in Column B, but there may be and if there are, I must find out so that I don't send a second email to these recipients. How can I have Numbers look at both columns and tell me which email addresses in Column B are not in Column A?


Thanks for the help!!!

MacBook Pro, Mac OS X (10.7.4)

Posted on Sep 4, 2012 9:05 AM

Reply
Question marked as Best reply

Posted on Sep 4, 2012 10:52 AM

This may help:

User uploaded file


C2=IF(NOT(ISERROR(MATCH(B2, A,0))), "DUPLICATE", "")


select C2 and fill down

5 replies

How do I compare two columns of data in Numbers to find the unique results?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.