Here is a quick post, how to find the value of the last cell in a column.
Exaample below uses Column A with the first 3 rows used for the header:
=INDEX(A:A,COUNT(A:A)+3)
Here is a quick post, how to find the value of the last cell in a column.
Exaample below uses Column A with the first 3 rows used for the header:
=INDEX(A:A,COUNT(A:A)+3)
Leave a Reply