I am very new to smartsheet and I am trying to condition a cell to be "Yes" or "No" based on items noted in a specific column
=IF(CONTAINS("ItemA", Order:Order), "Yes", "No")
...but I also want to include OR IF "Item B" OR IF "item C" is there
The don't all have to be there to be "Yes" just at least one of them
Thank you in advance!