I am looking for a formula in MS Excel to check if a cell, containing a sentence, matches (at least) one substring in a given range, and if it does, return that substring-value.
I can best explain it using following example. If the sentence (on the right) contains one of the fruits defined in the table (on the left), the result should return the (first) matching fruit:
Preferable, the lookup function should be case insensitive. Also, it is not possible for me to use VBA - it would need to be performed using Excel-native functions.
Thank you in advance!