Finding Repeated Items in Excel 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working on a Spreadsheet where Column A and Column B are filled with
E-mail addresses. I created the following formula to find out what E-mail
address in Column A repeats in Column B and vice versa, but it does not work:
=ISNA(MATCH(B2,$A$2:$A4661,FALSE)) All i get is True for everything
including the blank cells.
I try to do the reverse and see what e-mail address in each column does not
repeat, but it did not work.

Any Help?

Thanks,
 
Ok, so now i tried this formula:
=SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) but when it encounters a
blank cell in column b it counts the items as 7.

What am I doing wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top