IF cell A contains a "°" and cell B contains the phrase "heat safe" then enter the word "ERROR", if false enter "GOOD".
Here is what I have written so far but it only works for the True:
=IF(AND(FIND("heat safe",V11,1), FIND("°",S11,1)), "ERROR", "GOOD")
Help Appreciated.
Here is what I have written so far but it only works for the True:
=IF(AND(FIND("heat safe",V11,1), FIND("°",S11,1)), "ERROR", "GOOD")
Help Appreciated.