I am trying to figure out a script that basically splits a cell horizontally in a google sheet that auto populates with a form.
=SPLIT(AF5, ",") formula works, but I when a new form entry is added, a new row is created and I then need to copy paste this formula into that entry. I am just assuming a script can be applied to automatically split the entries in a column as they get submitted by the form users, but I have zero scripting knowledge.
Thanks Travis