Results 1 to 3 of 3

Detect duplicates

Threaded View

HelpExc Detect duplicates 02-08-2013, 05:39 PM
martindwilson Re: Detect duplicates 02-08-2013, 06:25 PM
JHric Re: Detect duplicates 09-04-2014, 04:40 PM
  1. #3
    Registered User
    Join Date
    09-04-2014
    Location
    Voorhees, New Jersey
    MS-Off Ver
    Microsoft 2010
    Posts
    8

    Re: Detect duplicates

    =COUNTIFS($B$2:$B$22, $B2, $D$2:$D$22, $D2)>1

    Range = $B$2:$B$22
    Starting cell = $B2
    Condition= ">1" meaning the condition is met if there is more than one set of data that have identical character or data sequence.

    Note the "$B2" is not "B2" because it need "$B" needs to stay the same, while "2" will change.

    That is the formula I used. It checks the First and Last Name column for duplicates and uses conditional highlighting to highlight the first name if of the contact if its a duplicate. You can modify it to include other columns using http://office.microsoft.com/en-us/ex...005209029.aspx as a reference. You will use the formula above, but change the column (ex. $B will be $A) and the number of rows per column.
    Attached Files Attached Files
    Last edited by JHric; 09-04-2014 at 04:58 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1