Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Misti
 
Posts: n/a
Default look up functions

If I have a worksheet that is a series of text logs that ascend vertically
down and I want the last entered log to be displayed on another worksheet,
how do I do this??
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default look up functions

If you mean the very last row in the sheet, you can use

=INDEX([Book2]Sheet1!$C$1:$C$19,MATCH(1,--(NOT(ISBLANK([Book2]Sheet1!$C$1:$C$19))),1))

This is an array formula, meaning you commit it by simultaneously pressing
Ctrl-Shift-Enter. Adjust it to reflect your workbook and worksheet names and
ranges

Note - it assumes there are no blank rows.

"Misti" wrote:

If I have a worksheet that is a series of text logs that ascend vertically
down and I want the last entered log to be displayed on another worksheet,
how do I do this??

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default look up functions

Another way:

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

Biff

"Misti" wrote in message
...
If I have a worksheet that is a series of text logs that ascend vertically
down and I want the last entered log to be displayed on another worksheet,
how do I do this??



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 I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Visible rows and functions that work tracy Excel Worksheet Functions 2 August 19th 05 05:25 AM
Default User Defined Functions - How? flycast Excel Discussion (Misc queries) 4 May 26th 05 04:26 AM


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