How to express function > (bigger than) and < (smaller than) in excel?
B Bob Phillips Apr 6, 2006 #2 =IF(AND(A1>10,A1<20),"Yes","No") -- HTH Bob Phillips (remove nothere from email address if mailing direct)
=IF(AND(A1>10,A1<20),"Yes","No") -- HTH Bob Phillips (remove nothere from email address if mailing direct)