can I make an equation to count how many cells are filled below acertain cell?

V

V L

would like the top cell to automatically tell me how many cells below
it have text.
 
T

trip_to_tokyo

would like the top cell to automatically tell me how many cells below
it have text.

EXCEL 2007

=COUNTA
- will count the number of cells in a range that are not empty.
 
C

Cimjet

Hi
Not sure if i understand but try this :
=counta(A3:A200)
Adjust the range to your needs.
Cimjet
 
Top