Drop Down Box in a Microsoft Excel Cell

Have you ever been in a situation where you weretext box simply type in the name Title and press the
building a template in Microsoft Excel 2003 and itOK button. What you have now done is to simply
would have been really useful to actually have a dropcreate a named range which you can work with.
down box so that your users could choose from aNow, return to the first worksheet. We now have to
preset list, rather than them simply typing in theirgo to cell A2 and define the drop down box. Click on
own values? Well the cool part is that Microsoft Excelcell A2 and then choose the Data menu. From the
2003 allows you to build your own drop down boxesdrop down menu choose Validation. This will open the
in the application and in this article we will show youData Validation dialog box.
exactly how to do this.In the Allow drop down list, choose the List option.
The first step in the process of us create a dropThe next step is to define the name Title as the
down box is to first create a new workbook. So,range. You can achieve this by typing in the following
open Microsoft Excel 2003 and create your newin the Source text box –
workbook. On the first work sheet add the following= Title
headings –To complete the process, simply press the OK
Cell A1 – Titlebutton.
Cell B1 – First NameReturn to the cell A2 and you will now see a drop
Cell C1 – Last Namedown box. If you click on the arrow you will see the
Now click on the second worksheet in yourresults from your second sheet.
workbook. The name of the worksheet should beOne of the problems you will notice is that the values
called Sheet2. In cell A1 type the word Title and thenin the drop down box are not in alphabetic order. To
in the following cells –get them into the appropriate order simply go to
Cell A2 – MrSheet 2 of your workbook and choose the range A1
Cell A3 – Missto A5. Select the Data menu and then in the Sort
Cell A4 – Mrsdialog box make sure you click once on the option
Cell A5 – Msbutton – Header Row. Now press the OK button.
What we now need to do is to select the cell rangeIf you return to Sheet1 you will now find that the
A2 to A5. We are then going to give this range ofTitle drop down box is in alphabetical order.
cell addresses a name. To do this simply select theDrop down lists can be used for virtually an Microsoft
Insert menu and then choose the Name option fromExcel template. Remember one thing though, if you
the drop down menu and choose Define. The Definedo not want your range for your list to be on the
dialog box will open and in the Names in Workbooksame worksheet, then you must name the range.