Thread: #DIV/O!
View Single Post
  #3   Report Post  
 
Posts: n/a
Default

jerie wrote:
I have a formula as follows =TRUNC(G6/F6+0.5) when there
is no value in the cell it returns #DIV/O!
Is there a way that the cell becomes blank instead of
#DIV/O!


=if(f6 = 0, "", trunc(g6/f6+0.5))