This will pick up most of them. Probably would need VBA to do a fuzzy match. Formula is an Array Formula
Formula:
=INDEX($E$1:E$12,MATCH(1,COUNTIF(A2,"*"&$F$1:$F$12&"*"),0))
...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
Bookmarks