+ Reply to Thread
Results 1 to 3 of 3

Using Mode in Excel, need more than 1st most frequent number.

  1. #1
    waterdancn
    Guest

    Using Mode in Excel, need more than 1st most frequent number.

    What formula can I use to get 1st, 2nd and 3rd number most occuring in a
    column? I am looking to count ballots for 1st, 2nd and 3rd place win of a
    contest.
    I use Excel 2000

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If your numbers are in A1:A100 then in C2

    =MODE(A1:A100)

    in C3 copied down

    =MODE(IF(ISNA(MATCH(A$1:A$100,C$2:C2,0)),A$1:A$100))

    confirmed with CTRL+SHIFT+ENTER

  3. #3
    Peo Sjoblom
    Guest

    Re: Using Mode in Excel, need more than 1st most frequent number.

    First is

    =MODE(A2:A15)

    assume you put that in C2

    in C3

    =MODE(IF($A$2:$A$15<>C2,$A$2:$A$15))

    entered with ctrl + shift & enter

    in C4

    =MODE(IF(($A$2:$A$15<>C2)*($A$2:$A$15<>C3),$A$2:$A$15))

    also entered with ctrl + shift & enter

    note that if there are ties the first occurring tie will be selected

    you can also use histogram and autofilter

    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com


    "waterdancn" <[email protected]> wrote in message
    news:[email protected]...
    > What formula can I use to get 1st, 2nd and 3rd number most occuring in a
    > column? I am looking to count ballots for 1st, 2nd and 3rd place win of a
    > contest.
    > I use Excel 2000




+ 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