Need a total count for various numbers in a column

P

Patsy

I am working on a spread sheet that I built from a survey. In one of the
columns I have various numbers (1, 2, 3, 4, etc.) to define the answers to a
questions. There are approximately 75 responses.Example: 1 = don't know right
now, 2= have a clue, 3= still learning, etc.
How can I write the formula that will say I have 20 responses for 1, 15
responses for 2, etc. per column?
 
R

Ron@Buy

Suppose your various numbers are in column C (Row 1 for headings)
Then in C77 enter =COUNTIF(C2:C75,1)&" responses for 1"&COUNTIF(C2:C75,2)&"
responses for 2" etc. Copy across to other columns.
 
E

Eduardo

Hi Patsy,
Let's say your information is in column A , in first row of every column
enter the numbers 1 (Column B), 2 (Column C), etx
Then in the row below in column B enter
=COUNTIF(A:A,B1)

if you are not using excel 2007 use

=COUNTIF(A1:A100,B1)

copy the formula given above to the other columns
 

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

Top