View Single Post
  #3   Report Post  
wickedchew wickedchew is offline
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by capt.kash View Post
I figured it Out.....=IF(AND(ISBLANK(A2),ISBLANK(B2)),"",C1+A2-B2)
If you're going to use the AND function, remember that both statements should be TRUE or else it would return FALSE.

The AND operand function works like MULTIPLICATION.

I suggest you use the OR function.
=IF(OR(ISBLANK(A2),ISBLANK(B2)),"",C1+A2-B2)

The OR operand function works like ADDITION.
__________________
Asobi Wa Owari Da