#1   Report Post  
billandrus
 
Posts: n/a
Default latest entry


How do I get the last entry in a fixed column? For example:

The column is 10 rows.

Row 1 is the number 25
Row 2 is 30
The rest are blanks.

What is the function to pick the latest entry that being 30.

Then when row 3 changes to 45 then the "choose" function would select
the latest entry that now being 45.

Thanks

Bill Andrus


--
billandrus
------------------------------------------------------------------------
billandrus's Profile: http://www.excelforum.com/member.php...o&userid=27945
View this thread: http://www.excelforum.com/showthread...hreadid=478927

  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default latest entry

If there are no blanks

=INDEX(A:A,COUNT(A:A))

if there are blanks

=LOOKUP(2,1/(A1:A1000<""),A1:A1000)


--

Regards,

Peo Sjoblom


"billandrus" wrote
in message ...

How do I get the last entry in a fixed column? For example:

The column is 10 rows.

Row 1 is the number 25
Row 2 is 30
The rest are blanks.

What is the function to pick the latest entry that being 30.

Then when row 3 changes to 45 then the "choose" function would select
the latest entry that now being 45.

Thanks

Bill Andrus


--
billandrus
------------------------------------------------------------------------
billandrus's Profile:

http://www.excelforum.com/member.php...o&userid=27945
View this thread: http://www.excelforum.com/showthread...hreadid=478927



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default latest entry

=INDIRECT("B"&MAX(IF(NOT(ISBLANK(B1:B10)),ROW(1:10 ))))

which is an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"billandrus" wrote
in message ...

How do I get the last entry in a fixed column? For example:

The column is 10 rows.

Row 1 is the number 25
Row 2 is 30
The rest are blanks.

What is the function to pick the latest entry that being 30.

Then when row 3 changes to 45 then the "choose" function would select
the latest entry that now being 45.

Thanks

Bill Andrus


--
billandrus
------------------------------------------------------------------------
billandrus's Profile:

http://www.excelforum.com/member.php...o&userid=27945
View this thread: http://www.excelforum.com/showthread...hreadid=478927



  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default latest entry

Bill

=LOOKUP(9.99999999999999E+307,F:F) will return the last numeric value in
column F

=LOOKUP(9.99999999999999E+307,F1:F10) returns last numeric value in F1:F10


=LOOKUP(REPT("z",255),B2:B10000) will return the last text entry in the
range.


Gord Dibben Excel MVP

On Mon, 24 Oct 2005 15:07:51 -0500, billandrus
wrote:


How do I get the last entry in a fixed column? For example:

The column is 10 rows.

Row 1 is the number 25
Row 2 is 30
The rest are blanks.

What is the function to pick the latest entry that being 30.

Then when row 3 changes to 45 then the "choose" function would select
the latest entry that now being 45.

Thanks

Bill Andrus


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
data entry form Excel Aart Dijkzeul Excel Discussion (Misc queries) 1 September 25th 05 01:57 PM
search for latest date Sue Excel Worksheet Functions 2 August 2nd 05 11:09 PM
limit text entry in a range of cells QTPRM Excel Discussion (Misc queries) 2 May 25th 05 03:52 AM
Data Validation / Cell Entry Steve Jones Excel Discussion (Misc queries) 4 March 23rd 05 03:23 PM
Move the last entry in a column to a different cell, when the loc. MicroSoft Excell (?) Excel Worksheet Functions 2 January 7th 05 09:29 PM


All times are GMT +1. The time now is 06:13 PM.

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"