In Excel can you add cell A2:A10 that only have text

  • Thread starter Thread starter Guest
  • Start date Start date
If you want to count the number of TEXT cells in a range, try this:

=COUNTA(A1:A10)-COUNT(A1:A10)
That subtracts the count of numeric entries from the count of non-blank cells.

Does that help?

••••••••••
Regards,
Ron
 

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