P
Param
I have grades that (link from diferrent worksheets)
e.g.
A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)
Formula I used as below:
the return answer is #div/0!
how to modify this formula to cater for grades.
e.g.
A1: C
A2: A
A3: D
A4: #DIV/0! (because no input at that particular worksheet)
A5: #DIV/0! (because no input at that particular worksheet)
Formula I used as below:
ARRAY FORMULA*
A6: =AVERAGE(IF(A1:A5>0,A1:A5))
the return answer is #div/0!
how to modify this formula to cater for grades.