VLOOKUP option
The VLOOKUP formula also supports wildcards when set to exact match.
The equivalent VLOOKUP formula for this example is:
Fullexplanation here.
The logic for ISNUMBER + SEARCH isexplained here.
Multiple matches
If you need multiple matches, see theFILTER function.
XLOOKUP supports approximate and exact matching, wildcards (* ?)
SEARCH returns the position offind_textinsidewithin_textas a number.
When the text is not found, FIND returns a #VALUE error.