COUNTIF Formula for all occurances of X

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

Guest

Cells contain:

0 A B
1 X X1
2 X1 X AD
3 XI MX
4 REX OMTX
5 X M-X
TOTAL ? ?

I want a TOTAL count of any occurance with the 'X' in it. When I use "X*"
in my formula, it does count all X* occurances but when I try "*X*", it does
not count any.
 
=countif(a1:A5,"*x*")
gives you 0??????

It gives me a count of the number of cells that contain at least one X.
 

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

Similar Threads


Back
Top