SyntaxFix
Write A Post
Hire A Developer
Questions
This seems like the simplest solution that I've found to retrieve the last value in an ever-expanding column:
=INDEX(A:A,COUNTA(A:A),1)