how to hide #DIV/0!

  • Thread starter Thread starter chicrocker21
  • Start date Start date
C

chicrocker21

im having a problem with my formula here..my formula is d8/d9, but there is
no values yet for those cells and #DIV/0! appears,but i want the worksheet to
look clean..how can i hide #DIV/0! but the formula remains. thanks!
 
Or, if you want to flag the divide error if you genuinely have a zero in D9,
but leave the result blank if D9 is empty, try
=IF(D9="","",D8/D9)
 

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

getting rid of a #Div/0! error 2
HIDE #div/0 1
Div / 0 5
hide #div/0 2
#div/0 error 2
#DIV/0! error 1
Div/0 2
Div 0 help 1

Back
Top