How do i count rating answers from a number of respondents.. Please help

syeve9186

New Member
Joined
Jun 19, 2011
Messages
1
Please help me.. Im having a research now and i want to count the answers of my respondents in each row/category.. I want to know how to count the number of respondents that answered 1, 2, 3, 4, 5 (rate) in the first question... Please take a loot at my table.. Please...
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Please help me.. Im having a research now and i want to count the answers of my respondents in each row/category.. I want to know how to count the number of respondents that answered 1, 2, 3, 4, 5 (rate) in the first question... Please take a loot at my table.. Please...

Try to post a tiny sample illustrative of your data.
 
Upvote 0
Please help me.. Im having a research now and i want to count the answers of my respondents in each row/category.. I want to know how to count the number of respondents that answered 1, 2, 3, 4, 5 (rate) in the first question... Please take a loot at my table.. Please...
Maybe something like this...

Book1
ABCD
24_13
31_24
42_33
54_47
61_52
72___
81___
93___
104___
115___
124___
132___
144___
152___
165___
173___
184___
194___
203___
Sheet1

Formula entered in D2 and copied down:

=COUNTIF(A$2:A$20,C2)
 
Upvote 0

Forum statistics

Threads
1,224,541
Messages
6,179,418
Members
452,912
Latest member
alicemil

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