Count certain characters

J

Jason

I am running WIN XP Home with Office XP Pro.

I have a form that I need only select symbols to be added.
I need to be able to count the number of "/" that are in
a column. This column also includes blank cells and the
letter "C". If anyone knows how this can be done I would
appreciate the help.
 
P

Peo Sjoblom

One way

=COUNTIF(A:A,"*/*")

if there are more than one / per cell


=SUMPRODUCT(LEN(A1:A1000)-LEN(SUBSTITUTE(A1:A1000,"/","")))
 

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