I have a populated Google Spreadsheet with multiple editors and need to track changes made to it. The easiest way I thought to do this was to have cells automatically change their background color to red when adjusted by a user.
i.e. if a user changes the text in cell B3 from "Peter" to "Parker", B3's background color would automatically change to red.
Is this something that should be done in script editor? If so, I would imagine the function onEdit (e) would be applicable?
Any guidance is greatly appreciated.
-Adam