Excel dropdown INDEX MATCH MATCH formula

You are currently viewing Excel dropdown INDEX MATCH MATCH formula

In Excel, to extract data from the database based on the selection of dropdown list, I will use the data validation to make dropdown list, the INDEX function that returns the value at the given location and the MATCH function that returns the numeric position of the item.

The following dataset contains weekly sales report:

Dataset

Now I want the program to extract data of all the columns instantly when the user makes a selection of the emp name from the dropdown list, like shown below:

Extracting data from the database based on the selection of dropdown list

To accomplish the task, I will create dropdown list and use the INDEX and MATCH formula.

I use data validation using the shortcut [Alt A V Enter] in sequence to create a dropdown list in I5, listing all the emp names in column A, like so:

Creating dropdown list using data validation

After this, I construct my INDEX and MATCH formula in I6 and drag the fill handle down to copy the formula to the rest of the cells like shown below:

Constructing INDEX and MATCH formula

Your dropdown INDEX and MATCH formula is ready! I hope this post helped you.

Download Practice Workbook

Kunal

Hey, I am Kunal Aggarwal, the founder and author of Kunal Excel Tip based in New Delhi, India. I have completed my postgraduation from NIIT Limited, New Delhi in Excel course in 2019. Since then, I have been using and learning Microsoft Excel and started writing posts on the spreadsheet software here since March 2024.

Leave a Reply