counting text strings

  • Thread starter Thread starter Keith Rathband
  • Start date Start date
K

Keith Rathband

This is probably really simple - but how can i count how many cells in colum
contain a certian text varible ?
 
=countif(a:a,"sometext")
will count the number of cells in column A that are equal to "sometext"

=countif(a:a,"*sometext*")
will count the number of cells in column A that contain "sometext"
 
Back
Top