+ Reply to Thread
Results 1 to 4 of 4

Count if value has more than four duplicates

  1. #1
    Registered User
    Join Date
    09-28-2004
    Posts
    6

    Count if value has more than four duplicates

    Range A1:A500 contain dates and many of them are duplicates. I'd like to count al dates which have more than four duplicates. For instance if 01-01-2010 would appear more than four times in the range it should be counted.

    I tried to get it work in an array formula with frequency but to no avail.

    please help.

    Thanks
    Last edited by haan0054; 03-11-2010 at 03:25 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Count if value has more than four duplicates

    Try:

    Please Login or Register  to view this content.
    confirmed with CTRL+SHIFT+ENTER
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Count if value has more than four duplicates

    You can also use a helper column in B

    =Countif(A$1:A1,A1) copied down

    then a formula

    =Countif(B:B,">4")

  4. #4
    Registered User
    Join Date
    09-28-2004
    Posts
    6

    Re: Count if value has more than four duplicates

    NBVC, you must breathe excel!!

    The array formula works as a charm!

    Thanks!

+ 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