J
Joe
Hi,
Using the nested IF function, i have the following
function
=IF(AND(H18=2,OR(ROUNDDOWN(W18,0.5)>=1, ROUNDDOWN
(W18,0.5<2))),"Not Exceed SL2",IF(AND(H18=1,OR(ROUNDDOWN
(W18,0.5)>=0,ROUNDDOWN(W18,0.5)<=1)),"Not Exceed SL1",IF
(AND(H18=3,ROUNDDOWN(W18,0.5)<=3),"Not Exceed
SL3", "Exceed SL3"))
how can i display the message "Exceed SL2" as apply for
the above function?
thanks,
regards,
Joe
Using the nested IF function, i have the following
function
=IF(AND(H18=2,OR(ROUNDDOWN(W18,0.5)>=1, ROUNDDOWN
(W18,0.5<2))),"Not Exceed SL2",IF(AND(H18=1,OR(ROUNDDOWN
(W18,0.5)>=0,ROUNDDOWN(W18,0.5)<=1)),"Not Exceed SL1",IF
(AND(H18=3,ROUNDDOWN(W18,0.5)<=3),"Not Exceed
SL3", "Exceed SL3"))
how can i display the message "Exceed SL2" as apply for
the above function?
thanks,
regards,
Joe