Explanation

This formula pulls the customer name and state from the customer table into the order table.

Retrieving customer state

The formula to retrieve customer state is almost identical.

you’re able to use INDEX to retrieve individual values, or entire rows and columns.

Excel formula: Merge tables with VLOOKUP

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

Often, MATCH is combined with the…

Excel formula: INDEX and MATCH exact match

Excel formula: Two-way lookup with INDEX and MATCH

Excel INDEX function

Excel MATCH function