Hello community,
I'm relatively new to Smartsheet and need some help with a formula. I am trying to have a number appear in a helper column when three specific options from a multi-select drop down list are selected in the same cell.
I have included a screenshot of an example of what I am trying to do. If Option 1, Option 2, and Option 4 are selected in a cell in the column titled Question 3, then I need the number 1 to appear in column 3 HELPER in that row.
I'm using the function =IF([Question 3]@row = "Option 1", 1) when it is just one value selected, but not quite sure what to do when three specific options are selected. Is there a variation of IF(AND) that can work for this scenario?
Any help with this would be greatly appreciated!