Given that I have a list of names (Table1 - all of the columns),
And that I have a free style text field (cell G2:G3).
I'd like to return [cust Name] when the list (cust Name to cust#4), is found in the string.
i.e. in cell G2, notice that 'Adam' (in cell C4) was found in, thus return 'First Adam'.
i.e. in cell G4, notice that 'Mary' (cell B3), 'Jane' (cell C3) and 'JANE, MARY' (cell E4) is found in the text as jane, mary (cell G2). Thus returning 'Mary Jane'
Return Value when string contains values from List.png
Bookmarks