+ Reply to Thread
Results 1 to 7 of 7

Counting duplicate values

  1. #1
    Registered User
    Join Date
    10-06-2009
    Location
    Diemen, The Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    87

    Thumbs up Counting duplicate values

    bump
    Hello friends,

    I'm trying to find a code that will count duplicate values in columns B,C and D and put the outcomes in B1, C1 and D1.

    If've tried conditional formatting but can't count any formatted cells with duplicate values.

    Any Ideas?


    Greetings,

    Roberto, The Netherlands
    Last edited by roberto1111; 11-21-2009 at 06:43 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Count and color duplicate values

    Use conditional formatting with Formula Is something like

    =COUNTIF(range,criteria)>1

  3. #3
    Registered User
    Join Date
    10-06-2009
    Location
    Diemen, The Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Count and color duplicate values

    Hi there Teylyn,

    Thank you for the suggestion but I'm really looking for a modification of the code I've posted.

  4. #4
    Registered User
    Join Date
    10-06-2009
    Location
    Diemen, The Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Count duplicate values

    ..........
    Last edited by roberto1111; 11-21-2009 at 06:44 AM.

  5. #5
    Registered User
    Join Date
    10-06-2009
    Location
    Diemen, The Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: Counting duplicate values

    ..............

  6. #6
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Counting duplicate values

    Try putting this in B2 and dragging right
    =SUM(IF(FREQUENCY(B2:B11,B2:B11)>1,FREQUENCY(B2:B11,B2:B11)))
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  7. #7
    Registered User
    Join Date
    10-06-2009
    Location
    Diemen, The Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    87

    Thumbs up Re: Counting duplicate values

    Hello MikeRickson I fixed the problem with your advise.

    Thank you very much.


    Roberto

+ 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