blank values

E

etefonori

I have a formula =IF(I4="","",IF(I4<J4,1,0)) that in other worksheets is
leaving the cell blank but in this particular worksheet it always returns a
value 0 or 1 even if I4 is blank
 
P

Peo Sjoblom

What does this formula return?

=LEN(I4)



--
Regards,

Peo Sjoblom

(No private emails please)
 
E

etefonori

If was returning an 0 or 1 - what I figured out was even though the orginal
cell appeared empty there must have been something left - I cleared the cell
completely and it now works.

Thanks anyways!
 
Top