COUNT IF <> ""

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

Guest

My Range contains text values. The blanks are not really blank but rather "".
I would like to count if <> to "" as an array formula but I get zero. See
below (n.b have done ctrl+shift+enter)

=COUNT(IF($B$10:$B$21<>"""",$B$10:$B$21))

Bruce
 
Try this............

=COUNTA(A1:A22)-COUNTBLANK(A1:A22)-COUNT(A1:A22)

Vaya con Dios,
Chuck, CABGx3
 

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