Answer the question
In order to leave comments, you need to log in
How to split cell data separated by commas and transfer to another sheet? How to automate this?
Hello, I ran into some difficulties. Created a Google Form with data submission to Google Sheets. After filling out the form, it looks like this:
Answer the question
In order to leave comments, you need to log in
I recommend the script.
In general, this problem can be solved with formulas, but "transfer" here will be conditional, only by reference, i.e. data can "float", and this will have to be dealt with somehow.
First, to the right of your data, you need to break the column in which the enumerated data is located. Please note that there can be many of these columns (as many as you have unique values, in your case directions).
Further, already on another sheet, you create an array of arrays of all options and filter it. The number of arrays depends on the number of unique values that can be obtained by iterating over all the values in the cells to split. And this is the most difficult task. If you have 20 or more values, then the formula can become monstrous. In this case, there are only three values "Apples, Pears,
Spreadsheet with example https://docs.google.com/spreadsheets/d/1hmbgD-nW7w...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question