Two of these functions areXLOOKUPandINDEX.

you’re able to check the reference returned by XLOOKUP or INDEX with theCELL function.

This can be useful when debugging a lookup formula to confirm the result being returned.

Excel formula: INDEX and MATCH case-sensitive

However, underneath the surface, XLOOKUP is actually returning areferenceto cell C10.

INDEX and MATCH

Like the XLOOKUP function, theINDEX functionis another function that returns an address.

The key in of information to be returned is specified asinfo_type.

Excel formula: XLOOKUP basic exact match

XLOOKUP supports approximate and exact matching, wildcards (* ?)

you might use INDEX to retrieve individual values, or entire rows and columns.

MATCH supports approximate and exact matching, andwildcards(* ?)

Excel CELL function

Excel XLOOKUP function

Excel INDEX function

Excel MATCH function

Article image

Article image