I have a range of Keywords (named range Devices) its a somewhat large list 586 lines (it will grow over time).
I have on another worksheet a large amount of data will grow to about 100,000+ lines by end of year.
I want to search to see if cell A2 in this worksheet contains one of the keywords in my "Devices" list and if it does contain the item in this list then return the vaule of the list.
Can someone help the closest I have came is a true/false or Yes/No result with an Array as in below
{=IF(OR(COUNTIF(A2,"*"&DEVICES&"*")), "Yes", "no")}
This returned yes as my list was found in A2 but I want what it actually found in my list
Thank you all for your help.
I have on another worksheet a large amount of data will grow to about 100,000+ lines by end of year.
I want to search to see if cell A2 in this worksheet contains one of the keywords in my "Devices" list and if it does contain the item in this list then return the vaule of the list.
Can someone help the closest I have came is a true/false or Yes/No result with an Array as in below
{=IF(OR(COUNTIF(A2,"*"&DEVICES&"*")), "Yes", "no")}
This returned yes as my list was found in A2 but I want what it actually found in my list
Thank you all for your help.