I have explained it on post #7, with just a few change to the formula
Here is the formula in #7
=INDEX(Sheet1!$B$1:$B$3,SMALL(IF(ISNUMBER(SEARCH(Sheet1!$A$1:$A$3,$A1)),ROW(Sheet1!$A$1:$A$3)),ROW($A$1:$A1)))
And here is the one in the most recent attached file
=IFERROR(INDEX('Client sheet'!$C$2:$C$12,SMALL(IF(ISNUMBER(SEARCH(TRIM('Client sheet'!$A$2:$A$12),$A3)),ROW($A$2:$A$12)-1),1)),"")
If you ignore the IFERROR in the second formula, they are the same. The only changes I did were changing the cell reference, changing the worksheet, and add a -1 to the ROW formula in the IF because now you have a header row.
Bookmarks