Finding the most popular numbers in a spreadsheat

rogerdygas

New Member
Joined
Jul 13, 2011
Messages
5
I have a spread sheat of 48 numbers (ranging from cells B2:G9)

I would like to find the 8 most frequently occuring numbers

Could somebody please give me a formula to get this result. I have looked on the net and havent found anything that works for me and I have also looked on thsi forum and havent found anything that will help.

Thanks for your help
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Welcome to Mr Excel.

Try in H2:

=MODE(IF(COUNTIF(H$1:H1,B$2:G$9),"",B$2:G$9))

confirmed with Ctrl+Shift+Enter and copied down. The formula won't return a number if it only occurs once in the range.
 
Upvote 0
thanks for your quick reply

This formula gives me the first most reocuring number (the mode) how do I get the second, third, fourth etc most popular numbers?
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top