I have a worksheet where depending on what is in the description column regulates what will be inserted into another column. In the description column there may be several words not included in my formula as well, so I cannot use lookup formula.
The first part of of IF statement works, if true, but the second (if false) does not. Where have I gone wrong.
My formula is:
=IF(FIND("high/low",B35,1),"high/low",OR(FIND("on/off",B35,1),"on/off","mod"
)
The first part of of IF statement works, if true, but the second (if false) does not. Where have I gone wrong.
My formula is:
=IF(FIND("high/low",B35,1),"high/low",OR(FIND("on/off",B35,1),"on/off","mod"