COUNTIF

  • Thread starter Thread starter Don
  • Start date Start date
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
 
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*")
 
Back
Top