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 Last data in colum

Can anyone help with this one, if i have a colum which is ten rows long and
on every hour i fill in a quantity. what formula can i get to say what the
last figure i filled in
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Last data in colum

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


"Neorig" wrote in message
...
Can anyone help with this one, if i have a colum which is ten rows long
and
on every hour i fill in a quantity. what formula can i get to say what the
last figure i filled in



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Last data in colum

oh...if its just 10 rows long then

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


"Neorig" wrote in message
...
Can anyone help with this one, if i have a colum which is ten rows long
and
on every hour i fill in a quantity. what formula can i get to say what the
last figure i filled in



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Last data in colum

Try this:

=LOOKUP(1E100,A:A)

Will return the last numeric value from column A.

--
Biff
Microsoft Excel MVP


"Neorig" wrote in message
...
Can anyone help with this one, if i have a colum which is ten rows long
and
on every hour i fill in a quantity. what formula can i get to say what the
last figure i filled in



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
colum 1 = product #'s than colum 2 = prod. disc. newriver Excel Discussion (Misc queries) 2 January 21st 06 09:53 PM
Keeping a sum colum correct after inserting a colum of data in fro hazel Excel Discussion (Misc queries) 3 October 19th 05 09:51 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 22nd 05 01:41 PM
Check data on colum A and find match on colum b Chris(new user) Excel Discussion (Misc queries) 3 March 20th 05 04:45 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:27 PM


All times are GMT +1. The time now is 10:04 PM.

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

About Us

"It's about Microsoft Excel"