I have created a NamedRange and used it for a data validation on . a certain cell.
ON my script, when this cell is edited, I would like to know that the certain cell uses a certain NamedRange.
can fetch the data validation range from the cell:
SpreadsheetApp.getActiveSheet().getActiveCell()
However this is not the named range.
Is there any way to do it?
Thanks!