How to delete duplicates?

M

Mitch Page

Hello and Merry Christmas still ;-)

Now in the column to the right of OldSuspects you add a forumula and fill
down: =IF(ISNA(MATCH(A1,UsualSuspects,0))," ","DUP")

And in column to the right of UsualSuspects you add a formula and fill
down: =IF(ISNA(MATCH(C3,OldSuspects,0))," ","DUP")

========

Any idea how this works on a Mac using "numbers"? I tried the following but it didn't work ( didn't name the columns but used the column letters "A" and "C" respectively and I placed the formulas in the fields "B1" and "D1" respectively )

Now in the column to the right of OldSuspects you add a forumula and fill
down: =IF(ISNA(MATCH(A1,C,0))," ","DUPL")

And in column to the right of UsualSuspects you add a formula and fill
down: =IF(ISNA(MATCH(C3,A,0))," ","DUPL")

Thanks a lot
 

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

Top