Another DIV/0 Error

T

Tony P.

Hello,

I have a list of data that I need to average. In order to remove a div/0
error, I entered this formula = IF((B4<>0),AVERAGE(B:B)). This formula works
as long as there is a number in column B other than 0. If any number in
column B is blank or 0, the result is FALSE. Is there a way to remove the
FALSE statement?
 
S

Sheeloo

= IF((B4<>0),AVERAGE(B:B),"") if you want blank

and

= IF((B4<>0),AVERAGE(B:B),0) if you want zero
 

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

Top