Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / April 2006

Tip: Looking for answers? Try searching our database.

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

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
waterdancn - 12 Apr 2006 22:51 GMT
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
daddylonglegs - 12 Apr 2006 23:35 GMT
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+ENTE
Peo Sjoblom - 12 Apr 2006 23:36 GMT
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

Signature

Regards,

Peo Sjoblom

http://nwexcelsolutions.com

> 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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.