ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Count (https://www.excelbanter.com/excel-worksheet-functions/141651-count.html)

No Name

Count
 
Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.



bj

Count
 
try = counta(A2:A100)

"JoJo" wrote:

Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.




Gromit12

Count
 
Would COUNTA do it for you?

"JoJo" wrote:

Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.




Tom Ogilvy

Count
 
=Counta(A2:A100)

--
Regards,
Tom Ogilvy


"JoJo" wrote:

Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.




Vergel Adriano

Count
 
=COUNTA(A1:A100)

will give you the count of non-blank cells in the range.


--
Hope that helps.

Vergel Adriano


"JoJo" wrote:

Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.




Dave Peterson

Count
 
If those empty cells are really empty, then you could use:

=counta(a2:a100) to count the non-empty cells.

Cells with Text, Numbers, and even formulas that evaluate to "" will be counted.



JoJo wrote:

Folks:

I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP

POW
ZAP

* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100

Thanks,
John.


--

Dave Peterson

Dave Peterson

Count
 
Check your other post, too.

JoJo wrote:

Folks:

I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP

POW
ZAP

* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100

Thanks,
John.


--

Dave Peterson

Huber57

Count
 
If some have numbers:

=COUNTIF(A1:A100,"*")

That will count any cell with text in it.



"JoJo" wrote:

Folks:



I have a single column of information. Only SOME of the cells within this
column contain a string of alphabetic characters.
Some cells are empty. For example:

Column A
ABC

ZEP


POW
ZAP


* What Excel command would allow me to count the # of cells that actually
contain alphabetic information within a certain range like A2:A100



Thanks,
John.




suro

Count
 
Try =countif(a1:a100,"*")

Regards,

Angine Hazzid


T. Valko

Count
 
Another one:

=ROWS(A2:A10)-COUNTBLANK(A2:A10)

Biff

"suro" wrote in message
ups.com...
Try =countif(a1:a100,"*")

Regards,

Angine Hazzid





All times are GMT +1. The time now is 05:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com