I have multi-select dropdown column. (Data will be entered via form and there will some approval automation.) I have two questions. Is it possible to select individual items within the multi-select options. I was planning to use some kind of delimiter within the options and use index but wondering if there is a more built-in function.
The other more involved question is whether there is a method to take an item within the multi-selection option and then generate a new row within the sheet or another sheet. (I have to eventually export the sheet contents into a different database and it would be easier if each response had its own respective row. There is a preference of using the multi-select dropdown instead of multiple columns or addtional forms.
Here's what I'm trying to do:
Row Column 1 (multi-select dropdown)
Row 1 A, B, C, D
into something like this in another sheet
Row 1 A
Row 2 B
Row 3 C
Row 4 D
thanks in advance, -patrick.