Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default retrieve data item in terminal cell

Is there an easy way to retrieve the data item or value in the terminal cell
of a column or row?
--
Barth "John" Jones
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default retrieve data item in terminal cell

If the last value in column A is a number than:

=LOOKUP(99^99,A:A)

will retreive its value

the more complex formula:

=IF(ISBLANK($A$65536),LOOKUP(2,1/($A$1:$A$655350),$A$1:$A$65535),$A$65536)

will retreive the value regardless of type.
--
Gary''s Student - gsnu200856


"bluegospel" wrote:

Is there an easy way to retrieve the data item or value in the terminal cell
of a column or row?
--
Barth "John" Jones

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default retrieve data item in terminal cell

On Sun, 7 Jun 2009 11:19:01 -0700, bluegospel .(nospam)
wrote:

Is there an easy way to retrieve the data item or value in the terminal cell
of a column or row?


For the last entry (most rightward) in a row:

=LOOKUP(2,1/(LEN(2:2)0),2:2)

For the last entry (most downward) in a column:

=LOOKUP(2,1/(LEN(A:A)0),A:A)

For versions of Excel prior to Excel 2007, you may not be able to refer to an
entire column. So use this instead:

=LOOKUP(2,1/(LEN(A1:A65535)0),A1:A65535)

--ron
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
How To Retrieve Data From Last Cell In Column? Bagheera Excel Discussion (Misc queries) 14 August 8th 08 10:09 PM
HOW DO I RETRIEVE DATA FROM THE LAST UPDATED CELL IN A ROW Kevin Petro Excel Worksheet Functions 2 April 4th 06 10:59 AM
How do I retrieve data into a cell from a web site? Matty Excel Worksheet Functions 0 May 9th 05 03:43 PM
Cell comments and Terminal font: BIG problem Tesd Excel Discussion (Misc queries) 2 April 13th 05 09:30 PM
Retrieve last cell with data JimDandy Excel Worksheet Functions 2 November 20th 04 06:50 PM


All times are GMT +1. The time now is 08:48 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"