G
Guest
I have a simple if function which looks like this: =if(a1="a","good","bad") as long as A1 contains a value (text or numeric) this works fine, but if A1 is empty or contains a formula, the test always comes back as True. Any suggestions?