K Keith Rathband Jun 21, 2007 #1 This is probably really simple - but how can i count how many cells in colum contain a certian text varible ?
This is probably really simple - but how can i count how many cells in colum contain a certian text varible ?
D Dave Peterson Jun 21, 2007 #2 =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"
=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"