How do I display the last entry in a list

O

ozsteve

In Excel 2003, I have a list of values in a column and want to return the
last entry (ie highest row number) in the list to another cell. Can this be
done?
 
M

Mike H

Hi,

This does it for column A

=INDIRECT("A"&SUMPRODUCT(MAX((ROW(A1:A65535))*(A1:A65535<>""))))

Mike
 
O

ozsteve

Hi Mike
Thanks for the reply. I'm sure if understood it I could get this to work,
but Gary's response below works a treat out of the box and suits my needs.

Thanks for your input.

Steve O
 

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