Test results analysis

Flightnurse

New Member
Joined
Jun 22, 2008
Messages
5
I am in charge of reviewing multiple tests from around the country and
evaluating each question, each testing site, etc. I need to find an easy way with excel if possible to input the "answer key" in collum A then
each of the tests that I receive from the testing locations in collums B, C, D,..etc.
Then i need to evaluate how many attempts for the test, number of people who chose A, number who chose B, etc. This will help identify the
"bad" questions or the questions that need to be looked at.
This is how I currently have it started but not sure how to proceed.

Question# Key Student1 student2 student3
1 A A C B
2 B C B B
3 D D D D
4 A A A C


Any ideas or suggestions?

Thanks,
Doc
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Welcome to the Board!

How about the % of correct answers:
Book1.xls
ABCDEF
1Question#KeyStudent1student2student3% Correct
21AACB33%
32BCBB67%
43DDDD100%
54AAAA100%
Sheet1


Hope that helps,
 
Upvote 0
Smitty,
Thanks for the prompt reply. I am actually using the following cells,
Key is H6..H56
answers are in I6-AB6 through I56-AB56

I attempted to change your formula but I messed something up and I and it doesnt want to work.
I also need to add in the formula or the next cell over the number or % that choose A, B, C, D, etc.

I will be posting another question soon that relates to the people who took the test and their education/job.
Thanks again,
Doc
 
Upvote 0
So you'd just adjust the ranges to suit:

=COUNTIF(I6:AB6,H6)/COUNTA(I6:AB6)

And copy down.
 
Upvote 0
I am also trying to get the averages of G6:AD6 of the number of students who answered A,B,C or D. This need to be displayed in AD7,AE7,AF7, and AG7.
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,826
Members
449,190
Latest member
rscraig11

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