Link to last entry

D

dthomas

Is it possible to link a cell to a column in such a way that the cel
will always return the last value in that column, and will update whe
a new value is added to the column?

Thank
 
J

JE McGimpsey

One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):

=INDEX(A:A,MAX((A1:A65535<>"")*ROW(INDIRECT("1:65535"))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top