D
Dirk
Hi,
I have a situation where I have a cell that contains a text string and I want to determine if the string contains any of the subtrings that I have in a pre-defined range of cells. For example if I had the string "This is a EXCEL test of a function" and wanted to see if the string contained any of the following substrings a) "a EXCEL test" b) "this is a test" c) "reserved word". The list of substrings are defined in a named range.
I would like to solve this without using VBA. Any help would be appreciated..
I have a situation where I have a cell that contains a text string and I want to determine if the string contains any of the subtrings that I have in a pre-defined range of cells. For example if I had the string "This is a EXCEL test of a function" and wanted to see if the string contained any of the following substrings a) "a EXCEL test" b) "this is a test" c) "reserved word". The list of substrings are defined in a named range.
I would like to solve this without using VBA. Any help would be appreciated..