function onEdit(e) {
Browser.msgBox(e.changeType);
if (e.changeType == 'EDIT') {
...
}
}
The event fires successfully when a sheet cell is changed from empty to a number, but the msgBox output shows "undefined".
Shouldn't e.changeType contain 'EDIT'?
I'm using this reference: https://developers.google.com/apps-script/understanding_events