I need to get the last row of a specific column. I tried
getLastRow
but it seems to look at all columns, not just one. Then I tried
sheet.getRange(range).getLastRow
and it started after the range I specified. Can you specify a range with getlastRow?