Advanced formula/function question.....

I am trying to write a complicated "if" function to search text and provide me with a result if any of the words in quotes are found in the text string.  The formula works in excel but I cannot figure out how to replicate it in Smartsheet. Is there someone that can help? 

This is an example of the formula as it is written in excel (in this example HL$1 and $AP3 are columns in excel): 

=IF(OR(ISNUMBER(SEARCH(HL$1,$AP3)),ISNUMBER(SEARCH("lupine",$AP3)),ISNUMBER(SEARCH("lupini",$AP3)),ISNUMBER(SEARCH("lupin bean",$AP3)),ISNUMBER(SEARCH("lupin seed",$AP3)),ISNUMBER(SEARCH("lupin flour",$AP3)),ISNUMBER(SEARCH("lupin protein",$AP3)),(ISBLANK($AP3))),"HAS","---")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!