.setvalue() Not Consistently Working For Google Sheets Script
I've been struggling with a piece of script I wrote in a Google Sheet. The purpose of the script is to monitor the input value (from the keyboard) for a given cell and validate tha
Solution 1:
I'm not sure why the setValue()
function isn't working, but instead, try using clear()
after you use getRange()
.
Post a Comment for ".setvalue() Not Consistently Working For Google Sheets Script"