Join tables with INDEX and MATCH
This formula pulls the customer name and state from the customer table into the order table. The MATCH function is used to locate the right customer and the INDEX function is used to retrieve the data.
Retrieving customer name
Working from the inside out, the MATCH function is...Read more