function to retrive last entry in a column

S

ScottO

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

message | How to retrive the last entry in a series of rows in a column.
 
Top