count cells with data

D

dlotz

what formula will count cells that contain any randmon data
text number, just basicly it will return a count for a range of cell
that are not empty
 
R

Rick Rothstein

Sounds like you want the COUNTA function...

=COUNTA(C3:D500)

Just set the range reference as needed.
 
D

dlotz

nope, that counted the range.

I would like someithing that only counts the cells in the range that have
data and does not count the empty cells
 
G

Gord Dibben

=COUNTA(range)

Explanations of different types of COUNT functions are in help.


Gord Dibben MS Excel MVP
 

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