Hello
I am trying to use wildcards in an If statement but cant seem to get it to work. Here is what I have so far
=IF(OR(ISNUMBER(SEARCH({"*FF*","*HV*","*CTC*","*CLC*"},I12:V12))),"Full","Error")
If I only reference one cell (I12) it works beautifully but when I add in the additional cells...