Last cell entered

  • Thread starter Thread starter Guest
  • Start date Start date
For the last entry...

=LOOKUP(2,1/(1-ISBLANK(A1:A100)),A1:A100)

For the cell address of the last entry...

=CELL("address",INDEX(A1:A100,LOOKUP(2,1/(1-ISBLANK(A1:A100)),ROW(A1:A100
)-ROW(A1)+1)))

Hope this helps!
 
Your post is a bit ambiguous. By "last cell entered" do you mean:

a) the last cell in a list (e.g., column or row)
b) the last cell selected
c) the last cell in which a value was changed?
d) something else?
 

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

Back
Top