Introduction
The INDEX function helps you find a value inside a table or range by giving its row and column numbers. It is useful when you want to get data from a specific position without searching manually.
When you want to get the price of a product from a price list by its row and column position.
When you have a table of monthly sales and want to find the sales number for a specific month and product.
When you want to extract a value from a large data set without scrolling or filtering.
When you combine it with other functions like MATCH to find data dynamically.
When you want to avoid errors from manually looking up values in a table.