Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Last text entry in a column

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


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Last text entry in a column

=LOOKUP(2,1/(Sheet1!A1:A65535<""),Sheet1!A1:A65535)

"AnotherNewGuy" wrote:

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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Last text entry in a column

=INDIRECT("Sheet1!"&ADDRESS(MATCH("",Sheet1!A:A,-1),1))

"AnotherNewGuy" wrote in message
...
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



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Last text entry in a column

Thank you, Sean.

"Sean Timmons" wrote:

=LOOKUP(2,1/(Sheet1!A1:A65535<""),Sheet1!A1:A65535)

"AnotherNewGuy" wrote:

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


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default Last text entry in a column

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

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

Adjust the range, accordingly.

--
Domenic
Microsoft Excel MVP
www.xl-central.com
Your Quick Reference to Excel Solutions

In article ,
AnotherNewGuy wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can a column be formated to make any entry in that column capitali Lynda Excel Discussion (Misc queries) 1 May 19th 09 05:59 PM
Automating to autofill column B based on column A entry GirlFridayCA Excel Discussion (Misc queries) 2 December 2nd 08 10:46 PM
Auto entry of data based on entry of text in another column or fie Judy Rose Excel Discussion (Misc queries) 2 May 21st 08 01:14 PM
Changing none text entry to text? Ross Excel Discussion (Misc queries) 1 July 5th 07 11:18 AM
Use custom format to add text to a text entry. Pierre Excel Worksheet Functions 4 October 30th 06 04:42 PM


All times are GMT +1. The time now is 04:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"