I apologize in advance for posting a question that may be very basic math. Please bare with me .
I have an online questionnaire with hundreds of multiple choice questions where my students get 1 hour to solve as many as they can (it is technically impossible to solve all).
I collect in a spreadsheet the number of correct answers each student was capable of answering during the 1 hour time session:
Student | Correct Answers | Score
----------+-----------------+-------
Student A | 130 | 100
Student B | 70 |
Student C | 30 |
Student D | 50 |
Student E | 60 |
Student F | 20 |
Student G | 30 |
Student H | 40 |
Student I | 30 |
Student J | 30 |
Student K | 20 | 0
What I would like to do is to grade each student relative to the highest and lowest scores in their specific group so that the student who correctly answered 130 questions will get 100 and the student who answered only 20 will get zero.
I am trying to come up with the right excel formula to do the job but i'm lacking the mathematical understanding of how to calculate this as a function.
I guess my question is if someone can explain in laymen terms the mathematical logic to achieve this kind of task.
Thank you,