+ Reply to Thread
Results 1 to 2 of 2

Finding duplicate entries within a column

  1. #1
    Registered User
    Join Date
    08-29-2005
    Posts
    8

    Talking Finding duplicate entries within a column

    Hi,

    I am trying to find formula that would help me find the duplicate entries within a column. I am looking for the 1st entry to be tagged as "Unique" and any subsequent duplicated entries as"Duplicate".

    A Unique
    B Unique
    C Unique
    B Duplicate
    D Unique
    E Unique
    A Duplicate


    Please e-mail [email protected] if possible.

    Many Thanks,

    Mazhar

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Assuming your original list if items is in column A starting in row 1

    In B2 type: =IF(COUNTIF(A$1:A2,A2)>1,"Duplicate","Unique")

    Copy this formula down as far as you need

+ 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