
- Create a drop-down list - Microsoft Support- You can insert a drop-down list of valid entries (also called a drop-down menu or drop-down box) in Excel to make data entry easier, or to limit entries to certain items that you define. 
- Add a list box or combo box to a worksheet in Excel- Add a list box to your Excel worksheet from which users can choose a value. Make data entry easier by letting users choose a value from a combo box. A combo box combines a text box … 
- Add or remove items from a drop-down list - Microsoft Support- Edit a drop-down list that's based on an Excel Table If you set up your list source as an Excel table, then all you need to do is add or remove items from the list, and Excel will automatically … 
- Remove a drop-down list - Microsoft Support- To remove a drop-down list, click the cell with the list, then click Data > Data Validation, and then on the Settings tab, click Clear All, then OK. A drop-down list is also known as a drop-down … 
- Insert a multiple-selection list box - Microsoft Support- In the Multiple Selection List Box Properties dialog box, you can type the entries yourself or configure the multiple-selection list box to retrieve entries from a database or other data source. 
- How to use the forms controls on a worksheet in Excel- To use the drop-down box or combo box, click any cell so that the object is not selected. When you click an item in the drop-down box or combo box, cell G1 is updated to a number that … 
- Insert a date picker - Microsoft Support- On the Data tab, click Format. In the Display the date like this list box, in the Date format dialog box, click the display format that you want. Note: You can change the display format of the … 
- Insert a drop-down list box - Microsoft Support- In the Drop-Down List Box Properties dialog box, you can type the entries yourself or configure the drop-down list box to retrieve entries from a database or other data source. 
- Insert a combo box - Microsoft Support- Drop-down list box Like a combo box, a drop-down list box enables users to select a value in a list that is hidden on the form by default. However, with a drop-down list box, users cannot add … 
- Using check boxes in Excel - Microsoft Support- For example, if you have a check box in cell A1, you can use a formula like =IF (A1, "Checked", "Unchecked") to display a custom message based on the check box's state.