View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
ScottO
 
Posts: n/a
Default function to retrive last entry in a column

One way ...
=OFFSET(A1,COUNTA(A:A)-1,)
This should give you the value of the last cell in column A.
Rgds,
ScottO

"rsanandkumar" wrote in
message ...
| How to retrive the last entry in a series of rows in a column.