Hello! I need to use a named range of words ("wordlist"):
red
green
blue
etc...
And I need to search for ANY cell in another sheet that may contain any of these words (at the beginning, middle, or end of a string), and highlight that cell in red.
I'm using Excel 2010, and I can't get my =COUNTIF(wordlist,A2) formula (with A2 being the start of the target data) to work with wildcards. It will only find cells that START with any of the strings int he named range used for searching.
Any help is appreciated!
red
green
blue
etc...
And I need to search for ANY cell in another sheet that may contain any of these words (at the beginning, middle, or end of a string), and highlight that cell in red.
I'm using Excel 2010, and I can't get my =COUNTIF(wordlist,A2) formula (with A2 being the start of the target data) to work with wildcards. It will only find cells that START with any of the strings int he named range used for searching.
Any help is appreciated!