N
Neon520
I tried to set up an IF criteria:
IF(A1>=10,True_Action1, Else IF(A1>=20, True_Action2, False_Action)
It seems like the formula only perform True_Action1 because criteria 2
overlap criteria one as well. How can I fix this bug? I was thinking
changing criteria one to if A1 is between 10 and 19.99, but I don't know how
to code this.... Any idea how to code BETWEEN in Excel?
Thanks,
GU
IF(A1>=10,True_Action1, Else IF(A1>=20, True_Action2, False_Action)
It seems like the formula only perform True_Action1 because criteria 2
overlap criteria one as well. How can I fix this bug? I was thinking
changing criteria one to if A1 is between 10 and 19.99, but I don't know how
to code this.... Any idea how to code BETWEEN in Excel?
Thanks,
GU