IF Formula
Posted by Steve on January 09, 2001 2:06 PM
I'm trying to use an IF Function and I'm doing something wrong because it will return the proper answer - over,under,paid but not open when there is a zero. See formula IF(K3=F3,"paid",IF(K3>F3,"over",IF(K3<G3,"under",IF(K3=0,"open"))))
Any help would be apprecaited.