Anyone help me with this one?
I'm using the following formula to look in Column N and indicate TRUE if the string "at home" is any place in the column. Then I sort the column and parse out the TRUE records.
=ISNUMBER(SEARCH("at home",N2))
What I would like to do is be able to look for several strings at one time and have the formula indicate TRUE or FALSE if any one or more of the strings are present. (FALSE to display if none of the strings are present.)
Example: "at home" "from home" "home based" "opportunity"
What I'm doing is extracting ads from online directories, and then parsing out the ones that are related to working from home. There may be a few hundred words in the listing. I want have the formula check all the text and indicate TRUE if any of the chosen words or phrases are present.
I can put the formula in several columns and then sort each column. That's a PIA though. Doing all at one time would be much better.
Thanks
Dale
Bookmarks