fernipascual
Board Regular
- Joined
- Sep 3, 2009
- Messages
- 76
Hi:
I am having difficulty with a formula that is returing FALSE when I want it to return 1.
=IF(A2=0,IF(B2=0,0),1)
When a = 0 and b > 0, then FALSE (this should be 1)
When a > 0 and b = 0, then 1 (OK)
When a = 0 and b = 0, then 0 (OK)
I can't figure it out.
Thanks for the help.
I am having difficulty with a formula that is returing FALSE when I want it to return 1.
=IF(A2=0,IF(B2=0,0),1)
When a = 0 and b > 0, then FALSE (this should be 1)
When a > 0 and b = 0, then 1 (OK)
When a = 0 and b = 0, then 0 (OK)
I can't figure it out.
Thanks for the help.