Introduction
This feature helps you find a value in a table by looking up a matching item in one column and returning a 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 your data is not sorted and you want to find matching information without errors.
When you want to look up values from the left side of a table, which VLOOKUP cannot do easily.
When you want to combine two functions to make your lookup more powerful and flexible.