bobby_smith
Board Regular
- Joined
- Apr 16, 2014
- Messages
- 90
Hi All,
I'm trying to write an alternative to formula below:
If(isnumber(search ("Item1",a2)),"Result1",if(isnumber(search("Item2",a2)),"Result2",if(.....
The formula is looking for a specific word in string of text and if found, returning a result.
I'm looking for a more efficient way in the event I have a long list of words I would like to search for and not having to write a long If formula.
I was thinking that I can integrate the search into a Vlookup / Lookup/ Index Match formula so that once the word is found in the string, I can lookup from a table.
I've however not been able to create such a formula.
Your assistance will be greatly appreciated.
Thanks
I'm trying to write an alternative to formula below:
If(isnumber(search ("Item1",a2)),"Result1",if(isnumber(search("Item2",a2)),"Result2",if(.....
The formula is looking for a specific word in string of text and if found, returning a result.
I'm looking for a more efficient way in the event I have a long list of words I would like to search for and not having to write a long If formula.
I was thinking that I can integrate the search into a Vlookup / Lookup/ Index Match formula so that once the word is found in the string, I can lookup from a table.
I've however not been able to create such a formula.
Your assistance will be greatly appreciated.
Thanks