I\'m writing scripts for a google docs spreadsheet that run when cells are edited using the onEdit function.
So far it performs things beyond what spreadsheet functi
On edit triggers aren't fired when a row is edited in the mobile view. Clicking the link "Go to spreadsheet view" will open the full spreadsheet editor, where triggers will fire. There may be technical complications that make it impractical to have triggers work in the mobile view, but you can create feature request for it on the issue tracker.