Please Help!

  • Thread starter Thread starter jamalsbro
  • Start date Start date
J

jamalsbro

Hi All,

I am having a brain freeze and I hope some kind hearted person here
can help me...

I have a spreadsheet where I have sorted the numerical data into
columns containing the numbers 0-9.

Is there a function in Excel to where I can calculate the number of
instances which each number shows up in the column? As in I want to
know how many times the number 1 shows up, the number 2, and so forth.
I don't want to sum them, just to find out how many times they appear.

Is there a way? I feel I have done it before I just can't get it
out.


Thank you to all who reply!

Have a great night!

Jam
 
Hi All,

I am having a brain freeze and I hope some kind hearted person here
can help me...

I have a spreadsheet where I have sorted the numerical data into
columns containing the numbers 0-9.

Is there a function in Excel to where I can calculate the number of
instances which each number shows up in the column? As in I want to
know how many times the number 1 shows up, the number 2, and so forth.
I don't want to sum them, just to find out how many times they appear.

Is there a way? I feel I have done it before I just can't get it
out.


Thank you to all who reply!

Have a great night!

Jam

=COUNTIF(rng,1)

etc.
--ron
 
Hi,

Try this, say your data is in A1:A500
Put the digits 0 to 9 in B1:B10
Put this in C1
=COUNTIF(A$1:A$500,B1)
and drag down to C10

HTH
Martin
 
Back
Top