+ Reply to Thread
Results 1 to 9 of 9

Thread: Count

  1. #1
    Registered User
    Join Date
    05-14-2008
    Posts
    19

    Count

    Hi,

    Need advice. I have a spreadsheet that I would like to put a summary that can tell me what is the category have the highest name listed
    Attached Files Attached Files

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Count

    Courtesy of Richard Schollar:

    =INDEX(C5:C16,MODE(MATCH(C5:C16,C5:C16,0)))

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,201

    Re: Count

    ...........................
    Last edited by zbor; 06-10-2009 at 05:09 AM.
    "Relax. What is mind? No matter. What is matter? Never mind!"

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,201

    Re: Count

    That's better.. Mine don't even work
    "Relax. What is mind? No matter. What is matter? Never mind!"

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,201

    Re: Count

    Book4(1).xls

    here it is
    "Relax. What is mind? No matter. What is matter? Never mind!"

  6. #6
    Registered User
    Join Date
    05-14-2008
    Posts
    19

    Re: Count

    Hi Zbor, this is cool. but I have one more question. some of the roll are empty and the formula does not work.
    can you advice again..

    Thanks

  7. #7
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Count

    You could adjust the formula to become an array

    =INDEX(C5:C16,MODE(IF(C5:C16<>"",MATCH(C5:C16,C5:C16,0))))
    Committed with CTRL + SHIFT + ENTER

+ 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.2.0