I have a spreadsheet where I grab a few cell with 'importrange'
When a such a cell changes I want to fire a script.
I've tried to use 'onEdit' but this only start the script when a user changes something inside the active sheet. In my case a use changes something in a different spreadsheet.
Is there a way to detect in a script that the value of a cell is changed by importrange ?