COUNTIF and Substring

R

Rollin_Again

Can the COUNTIF function be used with another function such as FIND o
SEARCH ? What I want to do is search a range of cells for a certai
sub-string and count the cell if it contains that sub-string.

EXAMPLE:

Cell A1 "Senior Analyst"
Cell A2 "Junior Analyst"
Cell A3 "Programmer"
Cell A4 "Senior Analyst"
Cell A5 "Web Developer"



I want to count the number of cells in Column A that contain the wor
"Analyst"


Rolli
 
Top