Count Cells in a particular row w/ text

  • Thread starter wotanthewanderer
  • Start date
W

wotanthewanderer

Hi,

Is there a way I can total up all the cells in a range which have any
text in them what so ever?
 
E

Eduardo

Hi,
=Counta(A1:A100), will count cells that are not blank

if this helps please click yes, thanks
 
T

T. Valko

Try this:

=COUNTIF(A1:A10,"*")

That counts TEXT only, ignores numbers.

=COUNTA(A1:A10)

That will count all non-empty cells regardless of data type.
 
W

wotanthewanderer

Thanks!

Try this:

=COUNTIF(A1:A10,"*")

That counts TEXT only, ignores numbers.

=COUNTA(A1:A10)

That will count all non-empty cells regardless of data type.
 

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