How do I count cells with data?

  • Thread starter Thread starter darin
  • Start date Start date
D

darin

I need to know how to setup a formula that will count the number o
cells in a column with data in them. I put text in the cells so ther
are no numbers to count. It has to be dummy proof because I need t
share this with my sites.

Thanks,
Dari
 
I have a similar issue - but I want to count the number
of times a specific text string occurs in a list. I have
tried the COUNTD functions but with no success.

Can you help?

WG
 
Hi
try
=COUNTIF(A1:A1000,"textstring")
-----Original Message-----
I have a similar issue - but I want to count the number
of times a specific text string occurs in a list. I have
tried the COUNTD functions but with no success.

Can you help?

WG
.
 
Back
Top