Good Evening,
I'm having some trouble getting my formula to do what I want it to do. I would like it to do the following:
If C29 is "0" or "1", then return "25". If not, return "0".in cell C30
My formula works great:
=IF(AND(C29=0,C29<=1),25,IF(AND(C29>1),0))
However, it is returning "25" when the C29 is left blank (which I do not want). I only want C30 to return a "25" if the value entered in C29 equals 1 or 0...any other value should return a "0"
Is there an easy way to do this? I tried an ISBLANK, but I think my parentheses got messed up.
Any help that you all could offer would be greatly appreciated!
-Peace![]()
Bookmarks