I have an OnEdit function, when it is trigger I need to make some operations on the modified cells.Currently my code is going well when I have one modified cell or a contiguous range of modified cells because I can use simple function on my range value from OnEdit.
Now it is possible that multiple non contiguous cells can be modified at same time. When it's working like that my OnEdit range is not working anymore. I need to find a solution to get the non contiguous range or the cells that have been modified.
I have no idea if it is possible but nothing is working at the moment.
Here is my code using the range value of OnEdit function :
