View Single Post
  #1   Report Post  
RDM
 
Posts: n/a
Default is statement with an empty cell as result

Hello,
I would like to have en empty cell as recul instead of a zero or a ""
here is the formula I use :
=if(A5=0,"",if(B5=0,"",A5/B5))
I want to make a graph and when I have a blank my graph falls as if it was a
zero
can anybody help me ?