hi,
I'm sure this is real simple but I can't figure out why.
I am just trying to do a simple IF statement in Excel.
Basically, the scenario is:
If cell H3 = 0 then put a blank in cell J3.
Sounds simple huh?
Well, I've put this formula on J3: IF(H3=0,"", H3-I3)
But it keeps coming up with: 0
However, if I put: IF(H3>0,"", H3-I3) and the value of H3 is 0, it comes up with blank.
Why is that? How could 0 > 0????
Cells H3 and I3 get their values from a lookup formula. All it returns is a number (0, 1, 2, etc.)
Please, any help is appreciated. I'm sure it's something I overlooked?
Thanks,
cs
I'm sure this is real simple but I can't figure out why.
I am just trying to do a simple IF statement in Excel.
Basically, the scenario is:
If cell H3 = 0 then put a blank in cell J3.
Sounds simple huh?
Well, I've put this formula on J3: IF(H3=0,"", H3-I3)
But it keeps coming up with: 0
However, if I put: IF(H3>0,"", H3-I3) and the value of H3 is 0, it comes up with blank.
Why is that? How could 0 > 0????
Cells H3 and I3 get their values from a lookup formula. All it returns is a number (0, 1, 2, etc.)
Please, any help is appreciated. I'm sure it's something I overlooked?
Thanks,
cs