i have seen a few discussions about using wildcards in excel but it seems to cover partial text as a single word: Finding partial text in range, return an index
i want to be able to Index and MATCH by finding a word in string for example
D4: "bob jim fred gary"
=INDEX(D7:D10,MATCH(""&D4&"",C7:C10,0)) (please note i have also tried(D4&"*") and other variations of this)
C9: fred D: yay
This doesnt seem to work using range of wildcard options?
Is there a way to match a segment of text in a string to do INDEX MATCH or produce data from a partial text match that isnt a full string?
thank you for your expertise!