Common Numbers Formula

  • Thread starter Thread starter bradrob
  • Start date Start date
B

bradrob

I wonder if anyone has tried this before i have a large spreadsheet of
numbers which i need to find the most common numbers that appear in the
tabel so i am looking for a formula that will calculate one column at a
time.


Any help would be appreciated.

Thanks
Brad
 
bradrob said:
I wonder if anyone has tried this before i have a large spreadsheet of
numbers which i need to find the most common numbers that appear in the
tabel so i am looking for a formula that will calculate one column at a
time.


Any help would be appreciated.

Thanks
Brad
seems to me that you want to construct a histogram. I believe Excel has
a built in histogram routine.
 
If your numbers are in column A ( say A1:A100 )then =MODE(A1:A100) will give
you the most common number.
 
bradrob said:
I wonder if anyone has tried this before i have a large spreadsheet of
numbers which i need to find the most common numbers that appear in the
tabel so i am looking for a formula that will calculate one column at a
time.


Any help would be appreciated.

Thanks
Brad
Expanding on my original reply...

You need to first load the analysis toolpack by going to tools / Add-ins
and selecting "Analysis Toolpack"

Then you need to follow instructions under Tools | Data Analysis |
Histogram.

Before it will generate the histogram, you need to indicate the size of
the bins into which the data tallies are to be placed. For example, a
table showing 100, 1000, 10000 would have three bins, for number of
occurances of under 100, for number of occurances over 100 by under 1000
, and so on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top