> I think your looking more for the count function.
>
[quoted text clipped - 17 lines]
> >
> > Mudbug
I take it the responses are a value of a rating of the question. Thus, 5
being completely agree and 0 being completely disagree (or something along
that line).
So, if you want to count all the 5, 4, 3, 2, 1, & 0's, just insert the
number of rows at the top you need (0 to 5 would be 6 additional rows). Be
sure to change the range to first and last row of all questions.
Formula =COUNTIF(B$8:B$16,"=5"), =COUNTIF(B$8:B$16,"=4"),
=COUNTIF(B$8:B$16,"=3"), etc... Fill to the right for each question.
Here's Result
A B C D E F
Tally 5 2 1 1 2 1
Tally 4 1 1 0 0 0
Tally 3 0 1 1 1 1
Tally 2 0 0 1 0 0
Tally 1 0 0 0 0 1
Tally 0 0 0 0 0 0
Person Q1 Q2 Q3 Q4 Q5
Mr. C. 5 3 2 5 1
Mr. L 5 5 5 5 5
Mr. T 4 4 3 3 3
> Wow--that was fast! I tried that formula, but I must be putting in the wrong
> cell? I don't think I explained it well enough either. Where would I put it
[quoted text clipped - 26 lines]
> > >
> > > Mudbug
Mudbug - 21 Dec 2007 03:58 GMT
TYTYTYTYTY!!!!!!! You are awesome M !!

Signature
Mudbug
> I take it the responses are a value of a rating of the question. Thus, 5
> being completely agree and 0 being completely disagree (or something along
[quoted text clipped - 50 lines]
> > > >
> > > > Mudbug