Hello,
I’m trying to use the IF function in EX2K(9.0.2)to evaluate a numeric condition and return the results of a cell containing a text-field when True and insert a blank when False
IF(A2<2,C2,"")
works nicely, but when I try to evaluate for two conditions, (one textual, the other numeric) using embedded IF's,
IF(E2 X,IF(D2 > 2,C2,””),IF(D2 > 3,C2,””))
the False condition returns a numeric “0”
Most annoying.
I’d appreciate any help sorting this out.
TIA,
Mark