View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Helen in Tucson Helen in Tucson is offline
external usenet poster
 
Posts: 1
Default 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.