fernipascual
Board Regular
- Joined
- Sep 3, 2009
- Messages
- 76
Hi there:
I am trying to develop a formula to give me a result of zero if either of two adjacent cells are zero. Either column could be greater than 1
IF a1 = 0 OR b1 = 1 then c1 = 0
IF a2 = 1 OR b2 = 1 then c2= 1
IF a3 = 55 OR b3 = 0 then c3 = 0
Thanks
I am trying to develop a formula to give me a result of zero if either of two adjacent cells are zero. Either column could be greater than 1
IF a1 = 0 OR b1 = 1 then c1 = 0
IF a2 = 1 OR b2 = 1 then c2= 1
IF a3 = 55 OR b3 = 0 then c3 = 0
Thanks
Last edited: