Introduction
The INDEX-MATCH combination helps you find information in a table by looking up a value in one column and returning a related value from another column. It solves the problem of searching for data when you want more flexibility than simple lookup functions.
When you want to find a price of a product by searching its name in a list.
When you need to get an employee's department by looking up their ID number.
When you want to find a student's grade by searching their name in a gradebook.
When your data has columns in any order and you want to look up values without rearranging.
When you want a more reliable alternative to VLOOKUP that can look left or right.