+ Reply to Thread
Results 1 to 4 of 4

Finding Duplicates

Hybrid View

  1. #1
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Finding Duplicates

    Many ways to skin that cat:

    =IF(COUNTIF(A:A,A1)>1,"Duplicate","")
    in column B and drag down.

    abousetta
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  2. #2
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: Finding Duplicates

    Another approach... if you only want to highlight the duplicates and leave the original unique entry you can use something like this:

    =IF(COUNTIF($A$1:A1,A1)>1,"Duplicate","")
    in cell B1 and drag down.

    abousetta

+ Reply to Thread

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