Google Sheets – How to Let Users Only Change Their Own Data

google sheets

I have a Google Spreadsheet in Google Drive. Users can change everything and anything in the spreadsheet. Now, I want them to be able to change empty fields or their own fields only.

Is this possible? If yes, how?

Best Answer

It's not possible using just Google Docs. If you've written some sort of program that just uses Google Docs as a storage mechanism, then you can do anything you want. For example, you could add a column that records the name of the person who created each row. When someone tries to edit a row, verify that they are the person listed as the row creator before accepting the edit.