Countif Function

  • Thread starter Thread starter Joseph M. Yonek
  • Start date Start date
J

Joseph M. Yonek

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

Can someone help?

Thanks.
Joe
 
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.
 
Back
Top