Help with IF/CONTAINS function

Hi!

I am trying to write a formula that would return a subset of values from another column. EX:one column is a multiple drop down that contains "Apples","Oranges", "Asparagus", "Broccoli" and I want my other column to just return "Apples", "Oranges".

So the new column would just display basically a filtered version of "Apples","Oranges", "Asparagus", "Broccoli" so the new column would be a dropdown that could have multiple values as well so it would be "Apples", "Oranges"..so not a yes/no but returning those filtered values based on CONTAINS criteria.

The tough part is I am simplifying - it needs to be a pretty lengthy if // contains to capture all the potential options +multiples so the goal would be if contains "Apples" then it would be "Apples" + whatever other contains are caught like "Oranges", then it would be "Apples", "Oranges" in the new column.

Basically -partially CONTAINS() logic but including multiple values and filtering from the other column.

recreate.JPG

Is there a way to do this?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!