Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default display last entry into a cell automatically

how do i automatically display the last entry of a cell into a specified
cell. for example: A1 is the specified cell and the last entries will be on
column B. If today the last entry is 5, A1 will be 5. if tomorrow the last
entry will be 10, A1 wil be 10. The entries in column B is continuing.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default display last entry into a cell automatically

One way where 999999 is any number larger than possible in the column

=LOOKUP(999999,b:b)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"mike CBA" wrote in message
...
how do i automatically display the last entry of a cell into a specified
cell. for example: A1 is the specified cell and the last entries will be
on
column B. If today the last entry is 5, A1 will be 5. if tomorrow the last
entry will be 10, A1 wil be 10. The entries in column B is continuing.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 144
Default display last entry into a cell automatically

try

= LOOKUP(1E+30,B:B)

--
Hope this is helpful

Appreciate that you provide your feedback by clicking the Yes button below
if this post have helped you.


Thank You

cheers, francis










"mike CBA" wrote:

how do i automatically display the last entry of a cell into a specified
cell. for example: A1 is the specified cell and the last entries will be on
column B. If today the last entry is 5, A1 will be 5. if tomorrow the last
entry will be 10, A1 wil be 10. The entries in column B is continuing.

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
automatically prefix cell entry with leading zeros Automatic prefix set with leading zeros Excel Worksheet Functions 2 March 9th 07 02:32 AM
Automatically prefix cell entry rossinvrland Excel Worksheet Functions 5 January 4th 07 09:23 PM
Link cell between WS w/o dest display 0-jan if no entry at source Jack Miller Excel Worksheet Functions 1 June 5th 06 09:00 AM
automatically add borders to a cell after entry is complete BKD Excel Discussion (Misc queries) 2 January 5th 06 01:09 AM
How do i have a check display with any data entry in a cell jwomack Excel Discussion (Misc queries) 8 November 19th 05 12:27 AM


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