#DIV/0 error

B

Byron

I'm trying to find the average of a range of cells and have the following
formula =average(D3:N3). I keep getting the following message #DIV/0!. The
formula works and the error goes away once I start entering information into
the cells. The cells do not have a value untill I enter it. I tried using anf
IF function =IF(average(D3:N3)=0,0,average(D3:N3)) but I still get the same
result.

Thanks in advance for any assistance you can provide me
 
V

Vitordf

Hi,

Try using the ISERROR statment;

=IF(ISERROR(AVERAGE(D3:N3)),0,AVERAGE(D3:N3)).

Hope this helps,

Regs,
 

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

Need "Div/0" Average Relief ... 4
Excel =0/div 6
conditional formula needed 2
Supress DIV/0 2
#div/0 array 1
#DIV/0! error 1
Average Error 1
How do I average cells that contain #DIV/01? 2

Top