I'm Andrew from Italy!
I'm trying to write a script that inserts a blank row between some data in a spreadsheet.
Example, I have this data set:
and I want to obtain something like this:
In other words:
The script should check all the rows and, when the date change and the name change, must add an empty row.
Any idea about this? I've tried to modify a script that I've found online that remove blank rows in a sheet but I'm not able to get any results.
Thanks!
(: I agree with Sandy Good... Just of the top of my head, here's a piece of code that can get you started: