count if cell if fill with text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if a cell is fill up with text it is consider one count. what is the formula
to use?
 
COUNTA will count *all* non-empty cells. Both TEXT and NUMBERS.

To count *only* cells that contain TEXT (this includes formula blanks):

=COUNTIF(A1:A10,"*")

Biff
 

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

Back
Top