I have a challenge to come up with the simplest way to test if a cell is equal to 0.
If I use A1=0, I get a TRUE response if the cell is 0 or if it is blank. If I use A1="0", I get a FALSE when it should be TRUE. I hoping to find something simpler than having to use a compound statement like AND(A1=0, NOT(ISBLANK(A1)))
Thanks
If I use A1=0, I get a TRUE response if the cell is 0 or if it is blank. If I use A1="0", I get a FALSE when it should be TRUE. I hoping to find something simpler than having to use a compound statement like AND(A1=0, NOT(ISBLANK(A1)))
Thanks