How to hide the symbol DIV/0

G

Guest

Hi,
On the cell D2 I'm looking for the average from data cell A2:C2. The formula I use like this: =average(A2:C2)

Problem: before I enter any value at cell A2:C2, on cell D2 it show the symbol DIV/0!
Question: how to hide or make the cell D2 do not show the symbol.

Thank you
 
B

Bob Phillips

alternative

=IF(COUNTBLANK(A2:C2)=3,"",AVERAGE(A2:C2))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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