Creating a Drop-Down List from Another Sheet in Excel
In Excel, creating a drop-down list from another sheet can be incredibly useful for maintaining data consistency and reducing manual data entry. This feature, also known as a data validation list, allows you to restrict the entries in a cell to a list of values. Here's a step-by-step guide on how to create a drop-down list from another sheet.
Preparing Your Data
Before you begin, ensure that the data you want to use for your drop-down list is in a separate sheet and is in a single column. For this example, let's assume you have a sheet named 'Data' with a list of items in column A (A2:A10).
Creating the Drop-Down List
Now, let's create the drop-down list in another sheet, say 'Main'. Here's how:

- Select the cell where you want to create the drop-down list. Let's use cell B2 in the 'Main' sheet.
- Click on the 'Data' tab in the ribbon, then click on 'Data Validation'.
- In the 'Settings' tab, under 'Allow', select 'List'.
- In the 'Source' field, enter the following formula:
=Data!A$2:A$10. This formula refers to the range of cells in the 'Data' sheet where your list is located. - Click 'OK' to close the dialog box.
Now, when you click on cell B2, you'll see a drop-down arrow. Clicking on this arrow will display the list of items from the 'Data' sheet. You can select any of these items, and the selected item will be displayed in the cell.
Applying the Drop-Down List to Multiple Cells
If you want to apply the same drop-down list to multiple cells, you can do so easily. Here's how:
- Select the cells where you want to create the drop-down list. For example, if you want to apply the list to cells B2:B10, select these cells.
- Right-click on the selected cells and choose 'Format Cells' from the context menu.
- In the 'Number' tab, click on the 'Custom' category, then click on the 'Format Cells' button at the bottom.
- In the 'Number' tab of the 'Format Cells' dialog box, click on the 'Input Message' button.
- In the 'Input Message' dialog box, click on the 'Validation' tab, then click on the 'Validation' button.
- In the 'Validation' dialog box, enter the same formula as before (
=Data!A$2:A$10) in the 'Source' field. - Click 'OK' to close all dialog boxes.
Now, all the selected cells (B2:B10) will have the same drop-down list from the 'Data' sheet.

Updating the Drop-Down List
If you add or remove items from the 'Data' sheet, you'll need to update the drop-down list in the 'Main' sheet. Here's how:
- Select the cells with the drop-down list. For example, if you've applied the list to cells B2:B10, select these cells.
- Right-click on the selected cells and choose 'Data Validation' from the context menu.
- In the 'Settings' tab, under 'Source', update the formula to reflect the new range of cells in the 'Data' sheet. For example, if you've added 5 more items to the list, your formula should be
=Data!A$2:A$15. - Click 'OK' to close the dialog box.
Now, your drop-down list in the 'Main' sheet is updated to include the new items from the 'Data' sheet.























