How do I count nonblank text cells in Excel

G

Guest

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

Anne Troy

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
 
R

RagDyer

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!
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top