A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Alex,
You can use a combination of Data Validation and INDIRECT function to create a dependent drop-down list. Start with creating a list of each category. See the sample image below.
Place a unique Define Name on each category by following these steps:
- Highlight the list and right-click it.
- Choose Define Name.
- Enter the unique name of the category.
- Hit OK.
Once you’re done with creating the list, you can start with applying the Data Validation in by following the instructions in this article. On the column where the price should be, apply Data Validation with INDIRECT function by following the steps below:
- Select the first cell.
- Go to the Data tab.
- Click Data Validation.
- Choose Data Validation.
- Select List on the Allow section.
- On the text box under Source, enter =INDIRECT(cell number). See this image.
Apply the formula to the other cells on the Price column.
If you have other questions, feel free to post back.