What is the syntax for selecting the full range of rows which contain data?
Say for instance I have 200 rows of data. Im running some functions which loop through rows. If I wanted to select the range of these rows manually from column A, I would write is as A1:A200.
But is there a way to write it from "A1" : "last row in the column A that contains an entry"
Alternatively is there a way to write A1:"end of column A, regardless of entries"?
thanks