Excel averaging wihtout #DIV/0

  • Thread starter Thread starter Amy
  • Start date Start date
A

Amy

I am doing a spreadsheet and am having trouble with the
final average of student grades. I am having no problem
averaging block grades, but when I try to use the function
to average final grades I get a #DIV/0 error. The problem
is that I need the grades to average progressively. So if
there is no grade recorded as of yet, ( the student hasn't
made it to that part os the course) then the blank is
averaged as if it were a zero. Can anyone help me out on
how to get around my zero problem?
 
AMy,

Try something like

=IF(ISERROR(AVERAGE(A2:E2)),0,AVERAGE(A2:E2))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Averages 2
Gradebooks with missing grades 5
#DIV/0! error 1
#div/0 error 2
Combining Rows on a label 1
Tracking GPA 6
Need "Div/0" Average Relief ... 4
Find Average w/ #DIV/0! in Cell 5

Back
Top