ChocksterNo1
New Member
- Joined
- Mar 22, 2011
- Messages
- 24
Hi
I have keywords in a named Range called Table. I'm trying to see if a an excel report has any of these keywords in Column O and if so, return that keyword.
The formula I've tried is
=IFERROR(INDEX(Table,MATCH(TRUE,ISNUMBER(SEARCH(Table,"*"&O2&"*")),0)),"Not Found")
All it returns is Not Found for every row.
Could someone have a look at my formula to see what I've done wrong?
Thanks
Chock
I have keywords in a named Range called Table. I'm trying to see if a an excel report has any of these keywords in Column O and if so, return that keyword.
The formula I've tried is
=IFERROR(INDEX(Table,MATCH(TRUE,ISNUMBER(SEARCH(Table,"*"&O2&"*")),0)),"Not Found")
All it returns is Not Found for every row.
Could someone have a look at my formula to see what I've done wrong?
Thanks
Chock