counting non-empty rows in a column

F

Fede Querio

I'd like to calculate the number of non-empty cells contained in a specific
column, how can I do it?
Thanks,
Federico
 
A

Arvi Laanemets

I'd like to calculate the number of non-empty cells contained in a specific
column, how can I do it?
Thanks,
Federico


Hi

=COUNTIF(A:A."<>")

This leavs out cells with functions returning nothing, like
IF(condition,value,""), also
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top