how do I stop this appearing.......#DIV/0!

  • Thread starter Thread starter Scudo
  • Start date Start date
S

Scudo

This appears in a cell when no information is in the `other` cells that it
calulates from #div/0! is there a way so that if no info in the cells then
the cell with the formula remains (or appears) blank.

thanks
 
=IF(A2="","",A1/A2)

--
Regards,

Peo Sjoblom

(No private emails please)
 
I should have put my formula in sorry.

=N5/B5 this is in cell L5 and #div/0! appears in L5 if N5 or B5 are blank.
 
Use this in L5..........

=IF(OR(N5=0,B5=0),"",N5/B5)

Vaya con Dios,
Chuck, CABGx3
 

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


Back
Top