Counting
I used part of this and it got me thinking of how could I count how many
times a character is appears within a CELL. I would like to count the
backward slash character "\". If cell A2 contains "w:\jason\hopson\file.xls"
the number would be 3. Any advise?
"Domenic" wrote:
The "*" is a wildcard character. So basically any cell where the first
5 characters are '#Call' gets counted. If you change the formula to...
=COUNTIF(A2:A100,"*#Call*")
....a cell gets counted when "#Call" occurs anywhere in the string. For
example, cells containing the following strings all get counted...
#Call
#Callxxxxx
xxxx#Call
xxxx#Callxxxx
Hope this helps!
In article ,
kelljeff
wrote:
The First worked... Thank you.
Just out of curiosity, I tried that minus the "*" and it did not work.
Does the "*" do something special ?
Again Thank you...
|