+ Reply to Thread
Results 1 to 13 of 13

Conditional formatting for duplicate values

  1. #1
    Registered User
    Join Date
    06-02-2011
    Location
    Mauritius
    MS-Off Ver
    Excel 2010
    Posts
    16

    Conditional formatting for duplicate values

    Hi
    i am using excel 2010.i am actually using the following formula =IF(A2=A1,1,0) to find duplicate values in a column.The result is shown as 0, 1, 0 ,1, etc. whenever the values are not duplicate the formula returns 0, 0.Now I want to use conditional formatting to highlight only those cases which appear as 0 but only if they are consecutive .

    Kris

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    Why not use =COUNTIF($A$2:$A$999,$A2)>1

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional formatting for duplicate values

    Hi

    Let's see if my Google translate, works ok!

    ...Now I want to use conditional formatting to highlight only those cases which appear as 0 but only if they are consecutive .
    So, in this case, both of your formula, together..

    In Conditional Formatting rules.

    =AND(COUNTIF(A2:A100;A2)>1;A1=A2)
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    @Fotis: think you'd need to make the COUNTIF range absolute

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional formatting for duplicate values

    Good morning TMS.

    It is absolutte, in the sample workbook.... Look there if you like.

    I forgot to do it in my post description... When a man grows older, begins to forget ..

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    @Fotis: ah, fair enough. When I first looked and replied, I was using my iPad ... which isn't so good at displaying formulae.

    Yes, old age has a mix of advantages and disadvantages ... but I forget what they are

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional formatting for duplicate values

    hA ha ha.. Me too...........!!

  8. #8
    Registered User
    Join Date
    06-02-2011
    Location
    Mauritius
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Conditional formatting for duplicate values

    I am using the formula as my data has over 40,000 items and am comparing an old list with a new one. As the Data on the old list is not 100% correct am using this formula to update the data too.see attached file
    Attached Files Attached Files

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    =AND(COUNTIF($A$3:$A$15,$A3)>1,$A3=$A2)


    See attached example.

  10. #10
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional formatting for duplicate values

    Maybe i am stupid....,but i do not understand which is the criterion that row 4, is highlighted.

  11. #11
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    Probably not you ... most likely that I have misinterpreted the requirement.

    It'd be good to have a response from the OP. The example didn't have a lot in the way of examples, no formulae and no conditional formatting.

    I expanded the data, added the original formula for calculating 0s and 1s and then applied a modified version of your CF formula (above). So, it's highlighting a duplicate record but only where it's "mate" is in the previous cell. Is that not what is required?


    Regards, TMS

  12. #12
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional formatting for duplicate values

    @TMS

    My Question was for OP, not for you(I haven't see your answer, when i posted)

    When i saw your formula, i understand...

  13. #13
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,302

    Re: Conditional formatting for duplicate values

    Then we are of one accord

+ 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