Thread: IF Functions
View Single Post
  #2   Report Post  
bj
 
Posts: n/a
Default

=if(C3+D3< 0, C3+D3,if(B3+D3<0,B3+D3,"")

"Krissy" wrote:

I would like to see if anyone would be able to help me out on this formula?

If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
number would show up on E3 and vice versa

Does this make sense to anyone?