how to create drop down menu in excel

just now 1
how to create drop down menu in excel

To create a drop-down menu in Excel, use the Data Validation feature with these steps:

  1. Select the cell(s) where you want the drop-down menu.
  2. Go to the Data tab on the Ribbon, then click Data Validation in the Data Tools group.
  3. In the Data Validation dialog box, under the Settings tab, select List from the Allow drop-down menu.
  4. In the Source box, either type the list items separated by commas (e.g., Yes, No, Maybe) or select a range of cells containing the items.
  5. Ensure the In-cell dropdown box is checked so the drop-down arrow will appear.
  6. Click OK.

Now, clicking the arrow next to the cell will allow selection from your drop- down list. Using a range of cells as the source is advantageous as you can update the list dynamically by changing the source range content. For more dynamic options, Excel tables or named ranges with formulas can be used to create expandable lists.