+ Reply to Thread
Results 1 to 4 of 4

highlight duplicate values in their own row even if values aren't adjacent

  1. #1
    Forum Contributor
    Join Date
    04-04-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    204

    highlight duplicate values in their own row even if values aren't adjacent

    Hi all,

    I have a worksheet with 6 columns A:F
    I need to highlight duplicate values per row across the six cells even if values aren't contiguous.
    In my search for a solution I found this formula for a conditional formatting that selects numbers only:
    Please Login or Register  to view this content.
    Any assistance with this urgent request is truly appreciated.

    Thanks in advance.
    T.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: highlight duplicate values in their own row even if values aren't adjacent

    Do you NEED it be numbers only, or is that irrelevant?

    Perhaps select A2:F1000 and apply this CF formula:

    =AND(A2<>"", COUNTIF($A2:$F2, A2)>1)
    Last edited by JBeaucaire; 10-30-2016 at 01:20 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    04-04-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    204

    Re: highlight duplicate values in their own row even if values aren't adjacent

    That is really a rocket speed, FANTASTIC. Ran as a charm.
    Thank you very much JBeaucaire for your invaluable assistance.
    All the best.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: highlight duplicate values in their own row even if values aren't adjacent

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Appending adjacent values, based on duplicate values
    By avilash in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2016, 01:39 PM
  2. Highlight Duplicate Values
    By voniom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-18-2015, 08:48 AM
  3. Sum up values when there are duplicate values in an adjacent cell
    By MileWide in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-02-2014, 05:01 PM
  4. [SOLVED] Need Urgent help on Adjacent values of Duplicate column values should be be in single row.
    By anto_01 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-11-2012, 09:55 PM
  5. Highlight duplicate values
    By abibayley in forum Excel General
    Replies: 3
    Last Post: 04-23-2012, 12:03 PM
  6. Need help on how to highlight duplicate values
    By avadakedava in forum Excel General
    Replies: 3
    Last Post: 04-10-2012, 11:27 AM
  7. Highlight duplicate row values
    By Brian Tam in forum Excel General
    Replies: 5
    Last Post: 08-27-2010, 04:54 PM

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