If any option is selected in the below example, what formula can I use to provide multiple results separated by a comma in a single cell?
Examples:
Option 1 & Option 3 selected, Formula returns "Form 1, Form 3"
Option 1, 4 & 5 are selected, Formula returns, "Form 1, Form 4, Form 5"
Also, is there an alternative way to reference each value in the drop down other than enclosing the text in quotations? When I implement the formula the "options" will be longer strings of text.