COUNTIF

D

Don

I need to count the number of cells containing a
particular character string. There may be other
characters in the string. Just want to count it if my
string is in it. Any ideas??

Thank you
 
H

Harlan Grove

I need to count the number of cells containing a
particular character string. There may be other
characters in the string. Just want to count it if my
string is in it. Any ideas??

=COUNTIF(YourRangeHere,"*YourSubstringHere*")
 
Top