T tony wong May 6, 2004 #1 How can i set up one more logical test =IF(B3>=$C$2, B3, 0) My condition is B3>=C2 and B3<20000 Thanks a lot.
How can i set up one more logical test =IF(B3>=$C$2, B3, 0) My condition is B3>=C2 and B3<20000 Thanks a lot.
T tony wong May 6, 2004 #3 Thanks Andy Andy B said: Hi Try this: =IF(AND(B3>=$C$2,B3<20000),B3,0) Hope this helps. Click to expand...
Thanks Andy Andy B said: Hi Try this: =IF(AND(B3>=$C$2,B3<20000),B3,0) Hope this helps. Click to expand...