I have a list containing of 80 students, belonging to 13 groups. I want to get the group result for each student by using a formula, hence student nr 1 belongs to group 2 and the column displays the result for that group.
I know I can do it like this... =IF(M2=1;Case_grading!B26;
(IF(Indivi
dual_Grade
!M2=2;Case
_grading!C
26;0)))
(the two sheets are called individual grade and group grade), but I don't wan't to write a 13-level nested IF-statement, but I would like to enumerate/pair the group number and the result cell in the other sheet.
Any ideas?
Start Free Trial