ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   COUNTING TEXT CELLS IN A COLUMN (https://www.excelbanter.com/excel-worksheet-functions/25371-counting-text-cells-column.html)

Maureen

COUNTING TEXT CELLS IN A COLUMN
 
How do we count cells containing text, excluding blank cells?

Bob Phillips

=COUNTA(D:D)-COUNT(D:D)

--
HTH

Bob Phillips

"Maureen" wrote in message
...
How do we count cells containing text, excluding blank cells?




RagDyeR

Try this:

=COUNTIF(A:A,"*?")
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Maureen" wrote in message
...
How do we count cells containing text, excluding blank cells?



Harlan Grove

RagDyeR wrote...
Try this:

=COUNTIF(A:A,"*?")

....

Given the internals of pattern processing, it'd be more efficient to
use =COUNTIF(A:A,"?*").


Harlan Grove

Bob Phillips wrote...
=COUNTA(D:D)-COUNT(D:D)

....

Picky: that'd include cells evaluating to errors and booleans in the
count. It'd also include cells evaluating to "".



All times are GMT +1. The time now is 09:29 PM.

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