Forum Discussion

4 Replies

  • mtarler's avatar
    mtarler
    Silver Contributor
    for some reason I couldn't download your sample file but here is a formula that should work:
    =TEXTJOIN(";",TRUE,IFERROR(MATCH("*" & $E$2:$E$10 & "*",$B2,0)*$F$2:$F$10,""))
    where B2 is the input and columns E and F are the index and lookup values respectively
    if you want/need non-numeric then just change the product to be an IF statement.

Resources