How do I reference last cell having an entry in a column?

U

USNavy Sailor

Have a problem: trying to create formula for a cell to display the last entry
in a column. Example: column has 100 cells, 48 of which have data. The
48th entry in the column was "556". How do I get 556 displayed in a cell by
the top of the column (used as a summary)?
 
A

Aladin Akyurek

=LOOKUP(9.99999999999999E+307,A:A)

USNavy said:
Have a problem: trying to create formula for a cell to display the last
entry
in a column. Example: column has 100 cells, 48 of which have data.
The
48th entry in the column was "556". How do I get 556 displayed in a
cell by
the top of the column (used as a summary)?
 
Top