Here's the scenario ...
I have a column of data (no of rows will change) and I need to know how many records contain a specific phrase within the cell value.
The whole cell value will not match the specific phrase but it will contain it.
e.g. How many cells in Column E contain the phrase "SPECIAL REQUIREMENT"? An example of one of the cell values could be:
E2 = "THIS IS A SPECIAL REQUIREMENT. Refer to case reference 12345."
Any ideas??????
I have a column of data (no of rows will change) and I need to know how many records contain a specific phrase within the cell value.
The whole cell value will not match the specific phrase but it will contain it.
e.g. How many cells in Column E contain the phrase "SPECIAL REQUIREMENT"? An example of one of the cell values could be:
E2 = "THIS IS A SPECIAL REQUIREMENT. Refer to case reference 12345."
Any ideas??????