+ Reply to Thread
Results 1 to 6 of 6

Find unique duplicate values in rows

  1. #1
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Question Find unique duplicate values in rows

    I need to locate and highlight duplicate values in several rows. I can use the =countif function, but it takes too much time to use it for 30 different rows!

    Sample data:

    1 2 3 4 5 6 7 8 1

    2 3 4 5 6 1 7 8 3

    1 2 3 4 8 5 6 7 8

    I need to flag "1" in the first row; "3" in the second row & "8" in the third row.
    Last edited by Bay; 06-03-2011 at 11:24 AM. Reason: Solved

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Find unique duplicate values in rows

    Could you use...

    =MODE(A1:I1)
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Find unique duplicate values in rows

    Thanks for the reply Jeff, but as a new user, I need more detail please,

    Regards Peter

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Find unique duplicate values in rows

    If your data for row one extends from A1:I1 then in J1 you place this formula and then copy down.

  5. #5
    Registered User
    Join Date
    06-03-2011
    Location
    Vancouver
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Find unique duplicate values in rows

    Thanks Jeff! Beats macros & =countif

    Peter

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Find unique duplicate values in rows

    Glad it works for you Peter

    Please don't forget to mark the thread as solved if satisfied with reponse.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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