View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Counting rows in a column

One way:

=COUNTA(A:A)

In article ,
Mar wrote:

How do I add up the "not blank" cells in a column? I just want to know how
many rows are in a column.