Dear gak67,
Thank you for your reply.
I tried your suggested formula
=IF(AND(B8="",C8=""),"",IF(OR(AND(C8="",B8>=10,B8<>"> 1000"),AND(B8>=10,C8>=10,B8<>"> 1000",C8<>"> 1000")),"OK","NG"))
but then it can be input with any text with "OK" return value.
So I try to change the <> to = sign
=IF(AND(B14="",C14=""),"",IF(OR(AND(C14="",B14>=10,B14="> 1000"),AND(B14>=10,C14>=10,B14="> 1000",C14="> 1000")),"OK","NG"))
but then value input (eg.: 10 and above) the return value become NG
I heard about ISTEXT function, is it can be combine with this IF function?
Thank you again
Bookmarks