Last text entry in a column

A

AnotherNewGuy

I know I've seen this discussed here, but I haven't been able to find it.

I have a long column of text entries that will continue to grow
indefinitely. I simply want to use the value of the bottom entry in a cell
on another worksheet. There will be many repeats, entries are in no
particular order, and there will always be an entry.

For instance, with the following in column A on Sheet 1, I'd like "Larry" to
appear in cell A1 on Sheet 2.

John
Sam
Joe
Larry

thx
 
D

Domenic

If the data does not contain formula blanks (""), try...

=LOOKUP(REPT("z",255),'Sheet1'!A2:A100)

Adjust the range, accordingly.
 

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