Hi all,
So this is what I'm trying to do:
1. I have a list of string in column D
2. I have a list of keywords : keyword1, keyword2, keyword3. They're all listed in column E
3. I need to check if column D contains any keyword listed in column E. If it does, return the string NEXT to the keyword (ignoring multiple spaces). So, "keyword1 abc def" should only return "abc" even if there are a lot of spaces between "keyword1" and "abc".
4. If it doesn't contain any keyword, return "nothing"
If possible, I'd like to avoid VBA and use excel formula, but I'm open to VBA too.
Could anybody please help with this?
Thanks
Bookmarks