In Excel I'm trying to find if any keyword from a list of keywords exists in a string from within an array.
I'm aware of the instr function, but does this work for searching a string from an array of keywords?
I'm not sure how many keywords I am likely to require, so ideally wanted a solution that didn't involve a loop.
Hope you can help!
I'm aware of the instr function, but does this work for searching a string from an array of keywords?
I'm not sure how many keywords I am likely to require, so ideally wanted a solution that didn't involve a loop.
Hope you can help!