AND OR SEARCH together
Im trying to use the below but not getting much joy.
=IF(AND(CW11=1,OR(SEARCH({"PRO","NOP","VAL"},$B11) ))),7,9)
I would like to implement the condition that if CW =1 and B11 contains
either PRO , NOP or VAL it returns the value 7.
Can anyone help
Thanks
JAmie
|