formula.jpg
I've used the following formula successfully to find the class average of letter grades for my class in each area (see photo above - averages in the row highlighted green).
=IFERROR(INDEX({"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},ROUND(AVERAGE(IF(E8:E35<>"",MATCH(E8:E35,{"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},0))),0)),"")
However, I've tried to adapt the formula to create an average for the individual student for each learning area and I'm not having any luck. I want the T column to be the individual average of the students grade in the E, J, and O columns, and then I'll fill this down for all students. This is where I'm at now.
=IFERROR(INDEX({"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},ROUND(AVERAGE(IF(E8,J8,O8<>"",MATCH(E8,J8,O8,{"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},0))),0)),"")
With the bold areas being where the issue lies (I believe), because that's the only part of the formula that I changed.
Where am I going wrong?
Any and all help would be appreciated!!
Bookmarks