Reputation: 299
Hey guys this may be a silly question but i have been Googling everywhere on how to reset a spreadsheet. I am currently having this issue where every time i erase data from the spreadsheet and then have a user to input some data via the Form the information gets placed where where the last cell once had information.
eg: http://gyazo.com/72b5e58fc17dae3c76cebcd0d72e30e0
and then when i delete this data and have the user input some information again, it will start the posted data on Row 8 and so forth.
Is there a way to reset this so that data will be stored on Row 1.
Upvotes: 8
Views: 29115
Reputation: 634
You need to delete all the responses in the form, then go back to the responses sheet and delete (not clear) all the rows (not cells) of data.
It's possible to make a Google App Script to do the last part for you.
You can create a Named Version (in File > Version History) before you delete the responses, if you want to keep a record of them.
Upvotes: 1