+ Reply to Thread
Results 1 to 6 of 6

Highlight duplicate rows without helper column

  1. #1
    Forum Contributor
    Join Date
    06-15-2011
    Location
    Chester, England
    MS-Off Ver
    Excel 2013
    Posts
    117

    Highlight duplicate rows without helper column

    I am using:

    =COUNTIF($D$2:$D$14,D2)>1

    to give me TRUE / FALSE, where column D is a helper column consisting of columns A, B and C concatenated.

    Is there any way to use a single formula for CF without a helper column?
    Last edited by tone640; 08-23-2011 at 08:20 AM.

  2. #2
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Highlight duplicate rows without helper column

    Hi,

    Yes, you're using XL 2007 so you can use COUNTIFS() directly in the conditional formatting.

    =COUNTIFS($A$2:$A$14,$A2,$B$2:$B$14,$B2,$C$2:$C$14,$C2)>1
    Hope that helps,

    Colin

    RAD Excel Blog

  3. #3
    Registered User
    Join Date
    08-22-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: Highlight duplicate rows without helper column

    Use conditional formatting..

  4. #4
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Highlight duplicate rows without helper column

    Try this, note the anchors ($)
    Formula is:=
    Please Login or Register  to view this content.
    Applies To:=
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Marcol; 08-23-2011 at 08:19 AM. Reason: Added example w/book
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  5. #5
    Forum Contributor
    Join Date
    06-15-2011
    Location
    Chester, England
    MS-Off Ver
    Excel 2013
    Posts
    117

    Re: Highlight duplicate rows without helper column

    Thanks Colin, can't quite get my head round these yet.

    In earlier versions I take it you would use SUMPRODUCT?

  6. #6
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256

    Re: Highlight duplicate rows without helper column

    Hi,
    In earlier versions I take it you would use SUMPRODUCT?
    COUNTIFS wasn't available pre 2007 so, yes, SUMPRODUCT would be an alternative option.

+ 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