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

Similar Threads

#DIV/0! error 1
#div/0 error 2
Need "Div/0" Average Relief ... 4
Div / 0 5
#DIV/0! error 4
getting rid of a #Div/0! error 2
Find Average w/ #DIV/0! in Cell 5
problem with an averaging formula 2

Top