View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary[_2_] Gary[_2_] is offline
external usenet poster
 
Posts: 32
Default How to define and select the last (bottom) number in a column?

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

Will return the last value entered in column A.
Press CTRL+SHIFT+ENTER not only ENTER.


"BrendaN_at_Welke_Customs"
m wrote in message
...
I want to select the last entry in a column, and insert this value into a
formula elsewhere. A new number is added daily to this column. There are
empty cells throughout the column. Thanks!