I have input data:
Based on the ranks scored on each subject, I need to rank them, for example, Student 3 score highest on Maths, he gets R1, Student 2 gets R2 and Student 3 gets R3 and the same applies for rest of the 3 subjects..
Basically, I need to apply the if statement on each of the rows data and get the output as attached.
Solved! Go to Solution.
No if statements needed, this is just a sorting and labeling exercise: