Checkbox formula using =IF(OR

IBRIEOG
IBRIEOG โœญโœญโœญโœญ
edited 12/09/19 in Formulas and Functions
Hi,


I am trying to find a formula to check a box based on another cell in the row having either maintenance OR support (along with other text) but keep getting an #INCORRECT ARGUMENT SET error.


ย 


The formula works perfectly for one criteria i.e. =IF(FIND("Maintenance", $[Item description]@row) >= 1, 1, 0) but when I try to add the second FIND using the OR function I get an error message.


ย 


Please could someone advice where I am going wrong with this formula or if there is an alternative way to get to the desired outcomeย  - a checked box if either maintenance or support are present in the item description column


ย 


=IF(OR(FIND("Maintenance", $[Item description]@row) >= 1, 1, 0, FIND("Support", $[Item description]@row) >= 1, 1, 0))


ย 


Thank you
ยซ1

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!