karthick.in
New Member
- Joined
- May 12, 2011
- Messages
- 8
I need to assign a rating scale for the students based on their scores in the tests.
For example, in Column A all their test scores are entered and in Column B I have to assign their rating as below,
If Score > 95 then rating would be 5
If Score >90 and <=95 then rating would be 4
If Score = 90 then rating would be 3
If Score >= 80 and < 90 then rating would be 2
If Score < 80 then rating would be 1
Can you please tell me a formula to assign this. I tried with IF function, but I couldn't make it.
For example, in Column A all their test scores are entered and in Column B I have to assign their rating as below,
If Score > 95 then rating would be 5
If Score >90 and <=95 then rating would be 4
If Score = 90 then rating would be 3
If Score >= 80 and < 90 then rating would be 2
If Score < 80 then rating would be 1
Can you please tell me a formula to assign this. I tried with IF function, but I couldn't make it.