Countif Function

J

Joseph M. Yonek

I am trying to use countif to count cells that have text in a range.

Can someone help?

Thanks.
Joe
 
M

mikelee

not sure about countif, but you can use count and counta
to do it.

=counta(range) - count(range)

counta will count the nonblank cells, and count will
count the cells with numbers in them. the remainder
should be the cells with text.

hope that helps.
 

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