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.

Excel formula: XLOOKUP with logical criteria

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.

Excel formula: XLOOKUP with multiple criteria

When the text is not found, FIND returns a #VALUE error.

Excel formula: XLOOKUP case-sensitive

Excel XLOOKUP function

Excel SEARCH function

Excel FIND function

Excel ISNUMBER function