I am trying to take a Google Form response page, and change the way the data is displayed. Currently, I have the raw data on the first sheet, and I'm trying to format a second sheet that will split the checkbox answers from the first sheet into their own row.
Form responses look like this:
Expected output on next sheet, I WOULD LIKE TO look like this:
The first sheet is the responses from the Google Form, and the second sheet is how I prefer the data to be displayed.
How can I accomplish this goal?