Skip to content
Advertisement

Tag: google-sheets

‘Range not found’ when trying to input value into first empty cell

Google Script/Spreadsheet issue, here. Am trying to copy data from one cell and put it into the first empty cell in column E. When I perform the following, I get ‘Range not found’ on line 15: I’ve tried replacing report.getRange(lastRow).setValue(row[1]); with something like report.getRange(‘E5’).setValue(row[1]); and it works fine, so there must be something wrong with my find empty cell/row function.

Google sheets automatic Notes [with onEdit() function] on cells’ values resulting from formulas

Is it possible to create automatic Notes based on cells variable values resulting from formulas ? For example A1=stxt(B1;1;4) gives “some” with B1=sometext (variable value), so that A1’s Note would be “some” And a second question : how to add at least a third condition for exceptions treatment in I didn’t neither succeed having many OR conditions in one single

Google Script required to copy and save data from one tab to another, then clear original tab cells – Google Sheets [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question I have next to no code experience and have been set this task – any help would be much appreciated. I have a google sheet

Advertisement