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".
Basically - partially CONTAINS() logic but including multiple values and filtering from the other column.
Is there a way to do this?