

Note: when you add new records, the UNIQUE function automatically extracts new unique list items and Excel automatically updates the drop-down list. Use this spill range to create a magic drop-down list.Įxplanation: always use the first cell (F1) and a hash character to refer to a spill range. Wow! This behavior in Excel 365/2021 is called spilling.Ĩ. Note: this dynamic array function, entered into cell F1, fills multiple cells. When using tables, use the UNIQUE function in Excel 365/2021 to extract unique list items.
Create a selection list in excel download#
Download the Excel file and create this drop-down list.ħ.

Use this structured reference to create a dynamic drop-down list.Įxplanation: the INDIRECT function in Excel converts a text string into a valid reference. The latter option will naturally make your primary spreadsheet look more tidy, professional, and less cluttered. This can be from the same spreadsheet where the drop-down list will be located, but you can also use a separate spreadsheet (add a new spreadsheet at the bottom). If you select the list, Excel reveals the structured reference.ĥ. 1.Choose a column where you want to include the data that will be shown in the associated drop-down list. Excel automatically selects the data for you. On the Insert tab, in the Tables group, click Table.ģ. On the second sheet, select a list item.Ģ. You can also store your items in an Excel table to create a dynamic drop-down list.ġ. Then, go to the Data tab and click Data Validation in the Data Tools section of the ribbon. But if the user selects Chinese from the first drop-down list, the second drop-down list contains the Chinese dishes. A second drop-down list contains the Pizza items.ģ. For example, if the user selects Pizza from a first drop-down list.Ģ.
Create a selection list in excel how to#
Want to learn even more about drop-down lists in Excel? Learn how to create dependent drop-down lists.ġ. Note: to remove all other drop-down lists with the same settings, check "Apply these changes to all other cells with the same settings" before you click on Clear All. To remove a drop-down list in Excel, execute the following steps.ġ. On the second sheet, simply add a new item to the end of the list. As a result, the range returned by the OFFSET function expands and the drop-down list will be updated.Ħ. When you add an item to the list on Sheet2, COUNTA(Sheet2!$A:$A) increases. COUNTA(Sheet2!$A:$A) counts the number of values in column A on Sheet2 that are not empty. Reference: Sheet2!$A$1, rows to offset: 0, columns to offset: 0, height: COUNTA(Sheet2!$A:$A) and width: 1. Click in the Source box and enter the formula: =OFFSET(Sheet2!$A$1,0,0,COUNTA(Sheet2!$A:$A),1)Įxplanation: the OFFSET function takes 5 arguments. You can also use a formula that updates your drop-down list automatically when you add an item to the end of the list.Ĥ. To remove an item from a drop-down list, at step 2, click Delete, select "Shift cells up" and click OK. You can check this by opening the 'Data Validation' dialog box.ĥ. Note: Excel automatically changed the range reference from Sheet2!$A$1:$A$3 to Sheet2!$A$1:$A$4. To add an item to a drop-down list, go to the items and select an item.ģ. You can add or remove items from a drop-down list in Excel without opening the 'Data Validation' dialog box and changing the range reference. You can now enter a value that is not in the list. On the Error Alert tab, uncheck 'Show error alert after invalid data is entered'.ĥ. The 'Data Validation' dialog box appears.ģ. On the Data tab, in the Data Tools group, click Data Validation.

To allow other entries, execute the following steps.Ģ. First, if you type a value that is not in the list, Excel shows an error alert. Un-Hidding it, by simply typing A1 in the Name Box next to the formula bar.You can also create a drop-down list in Excel that allows other entries.ġ. Now, if you want to hide the column that contains the original list. Your drop-down menu should appear containing your list of choice values. Once done, select any cell in column D, from D1 to D10. If you prefer, you can enter this range using the mouse, by clicking on the symbol at the right of the Source field and then selecting the required range of cells with the mouse. In the Source field, select/enter the range of cells where your original list of choice or your original list of options is present (here in my case, it’s. Ensure Ignore blank & In-cell dropdown option is ticked/selected.Ĭ. In Allow field, select the option ' List'.ī. I selected the cells in a column D from D1 to D10Ī. Select the cell/cells in a column where user wants to appear the drop-down list. (I used 4 option of choice from A1 to A4, user can increase as per their demand) This option of choice will be appear in drop down list. Create a hidden drop down list in excel using the Excel data validation options.Ĭreate a list of choice.
