ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I count nonblank text cells in Excel (https://www.excelbanter.com/excel-discussion-misc-queries/65466-how-do-i-count-nonblank-text-cells-excel.html)

gerns

How do I count nonblank text cells in Excel
 
I am trying to count text information in a column. Using =CountA (H1:H500),
the figure comes out much too high.

Anne Troy

How do I count nonblank text cells in Excel
 
Then the cells likely aren't really blank. With that formula in place, try
selecting a couple of the "blank" cells and hitting Edit--Clear--All. Save
the file and hit F9.
************
Hope it helps!
Anne Troy
www.OfficeArticles.com

"gerns" wrote in message
...
I am trying to count text information in a column. Using =CountA
(H1:H500),
the figure comes out much too high.




RagDyer

How do I count nonblank text cells in Excel
 
You say that you wish to count "text" information in a column, yet you are
using COUNTA() !

That function counts *everything* ... numbers, text, logicals, errors, and
zero length strings ( "" ).

If you're really looking to count *only* text, try this:

=COUNTIF(H1:H500,"*?")

--
HTH,

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



"gerns" wrote in message
...
I am trying to count text information in a column. Using =CountA

(H1:H500),
the figure comes out much too high.



Helen in Tucson

How do I count nonblank text cells in Excel
 
Thanks a lot, RagDyer -- that did the trick for me!!

"RagDyer" wrote:

You say that you wish to count "text" information in a column, yet you are
using COUNTA() !

That function counts *everything* ... numbers, text, logicals, errors, and
zero length strings ( "" ).

If you're really looking to count *only* text, try this:

=COUNTIF(H1:H500,"*?")

--
HTH,

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



"gerns" wrote in message
...
I am trying to count text information in a column. Using =CountA

(H1:H500),
the figure comes out much too high.





All times are GMT +1. The time now is 06:50 AM.

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