+ Reply to Thread
Results 1 to 3 of 3

detect duplicate number in a column

  1. #1
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    detect duplicate number in a column

    I have data in “sequence no” that represent id number data entered to this cell should be unique. How would I know if I have a duplicate entry? Is there a way a program or scripts in excel that would let know I have a duplicate number in a column?

    I have attached the sample file.

    thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: detect duplicate number in a column

    The file uploaded is 2007 format (profile indicates 2003) -- in 2007

    If you wish to format them...
    -- you can format the Dupes using Conditional Formatting (Home section on Ribbon) - Highlight Cells Rules - Duplicate Values (set format accordingly)

    If you wish to delete them...
    -- you have Remove Duplicates option in Data tab on Ribbon

    If you want to populate Column B per your sample

    B2: =REPT("DUPLICATE",COUNTIF(A:A,$A2)>1)
    copied down

  3. #3
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    Thumbs up Re: detect duplicate number in a column

    problem solved thanks !!

+ 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