retrieve last entry in column

  • Thread starter Thread starter Darrell Shuman
  • Start date Start date
D

Darrell Shuman

I have a column that shows hours on a machine each time it is worked on. How
can I retrieve the bottom entry for use in another cell?
Thanks for your help.

Darrell
 
Darrell

Assuming you haven't got gaps in your data:

=INDEX(H:H,COUNTA(H:H))

Ian
 

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