Is it possible to insert the date/time when a row is inserted into a google spreadsheet.
Please note this is different from the NOW() method, which will insert the current date time as your view the spreadsheet…
The main purpose of this is to turn the google spreadsheet into a ‘google form’ which can be sent out to collect feedback and will have a history of when responses were given
something like the below in a Google App Script? This should set the value of the a set column at the time the edit is made.
If you are unfamiliar with GAS, select “Tools”->”Script Editor” from Spreadsheet menu. Select “Blank Project”, then wipe out what’s there and replace with this. Save it (name is unimportant) and go back to your Spreadsheet to try an edit and see results.