Thread: [Solved] Searching for Dupes
View Single Post
 
Old 03-01-2015, 08:07 PM
Gef Gef is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Jan 2015
Posts: 11
Gef is on a distinguished road
Default Searching for Dupes

Hello,

The formula I am using is marking all the duplicates, but I need it to leave the first record (do not mark the first record as a dupe)-- but mark the duplicates after that.

I want to keep only 1 unique record of first name, last name. Here's the formula I used:

=IF(OR(AND(C4=C5,D4=D5),AND(C4=C3,D4=D3)),"Duplica te Contact Name","")

Please help!

Thank you in advance,

Gef
Reply With Quote