Closed Thread
Results 1 to 4 of 4

How do I extract top 3 most frequent in a list?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-23-2004
    Posts
    5

    How do I extract top 3 most frequent in a list?

    I have a column of names of people who have logged calls within a period. Some of these names obviously pop up more than once and I am wanting to report on those top 3 people who have logged calls in that period.

    In short, I want the top 3 most frequent in a list.

    What function would I use to do this?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298
    hi fuzzyfreak,

    if you already have a list of names in column A and in B1 a name you need to check against put in C1:-

    =COUNTIF($A$1:$A$100,B1)
    this will give you the number of occurrences that it appears in the list, then you can place the other names in the B column and drag the formula down.

    thanks reg

  3. #3
    Registered User
    Join Date
    09-23-2004
    Posts
    5
    Hi Reg, thanks very much for your reply. I got a similar one on another forum and I am working on it for my needs. If I need any further help, I'll let you know.

    Kind Regards,

    Tim.

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Fuzzy, please read the forum rules, specifically those dealing with cross-posting between forums.

    Reggie was kind enough to help you when you apparently already had a resolution from another site. Future cross-posting that doesn't adhere to the forum rules will be deleted, and possibly result in greater 'punishment'.

    Thank you.

Closed 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