I have a Range of all rows and columns in my Google Spreadsheet. I’m looping through each row. If my conditional statement is true, I need to append some data to the row in the furthest to the right column.
Any pointers as to how I can achieve this? Thanks!
The key point is to get the range data into an array; then iterate through the array; then write the array back. Acting on spreadsheet objects like cells is relatively inefficient.