Count occurrences of a substring in an array

  • Thread starter Michael J. O''Connell
  • Start date
M

Michael J. O''Connell

Does anyone have an example of counting the number cells in a column (e.g.
D5:D30) which contain a substring using the contents of another cell as the
substring? The position of the substring in the cell contents is not
important. Also the data does not make it possible for the substring to occur
more than once in any cell.

For example:

If A10 contained "car" as the substring and D5:D30 contained various text
strings, two of them "carrot", and the remainder containing "X", the function
would return the numeric value 2.

Thanks!

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top