I am struggling to create a formula on matching the exact list of keywords to a dataset. I have tried many formulas but seems like nothing is working. So my requirement is to detect keywords from the list of keywords mentioned in col R and data set is present from column B to Colmn N. If suppose there are two keywords found in row 2 then it will give me True value and name of those two keywords that are found. Also if keyword is BAT and in data set we have something like BATMAN then it should not detect Batman for keyword BAT.
Formula i tried =IFERROR(INDEX($R$2:$R$5,MATCH(TRUE,SEARCH($R$2:$R$5,B2)>0,0)),"Not found")