In column D, for each student I'd like to find average of percentage of all the tests they took.
For Student 1, I need to take percentage of each test by 8/10, 25/25, 35/50 and find average in D6, etc.
I tried =average(($E6:$E100)/($E3:$AB3))
but it did not work. How can I get this?