How to Create a Drop Down List in Excel with Data Validation

Those wondering how to create a drop down list in Excel will be relieved to know that it is easier than it sounds. As you may already know, drop down lists make data entry a breeze. For example, if you have ever used such a menu for surveys, polls, and web forms, you know how convenient they are. As tech nerds, we’re happy that such an option exists within an Excel spreadsheet.

Adding a drop-down list to a cell or range using Data Validation is a simple matter. Data Validation is used to define restrictions on what data can or should be entered into a cell. Here we’ll use a List to restrict what values can be entered into a cell. This article walks you through a step-by-step guide of how to create a drop down list in Excel.

How to Create a Drop Down List in Excel for a Cell or Range

Select the cell or range you want to use for a drop-down list, then

  • Choose Data Validation from the Data Tools group on the Data tab
  • Select the Settings tab
  • In the Allow box, select List
  • Click the Source box
  • Type in a list of values separated by a comma
  • Make sure the In-cell dropdown box is checked
  • Click OK

Data validation - Excel pick from drop down list

The list I created was for cell A1, which is shown below.

Excel 2010 Drop Down List

Excel 2010 drop down list

List Data Sources

Manually entering the source data for the Excel 2010 drop down list is probably the least desirable method. A better way is to put the list in a range, then refer to the range.

Data Validation list source range

The same list data was put into the range J1: J6, then I changed the source reference to these cells. This is a better method than manually entering the values, but older versions of Excel require the list to be on the same worksheet. One way around this and a better solution is to give the List range a Name.

Data Validation list source Named rangeYou can give the List range a Name then use it for the Source. For example, I selected the range J1: J6 then typed TheNames into the Name box, thereby creating a Named Range. On the Data Validation dialog box, I typed in =TheNames into the Source box.

Change the Reference to the Named Range

Now let’s assume that we have to add a couple more names to the list. Instead of changing every cell that references this Data Validation list, we just change the reference to the Named Range. (Choose Formulas > Name Manager, select the Named Range, change the reference in the Refers to box, then click the green arrow to make the change and click Close.)

But if the list will grow over time, changing the reference should be done automatically with a dynamic Named Range formula. We’ll do this by using the OFFSET formula.

  • Choose Formulas > Name Manager
  • Select New
  • Type a Name in the Name box (I’ll use myNamesList)
  • In the Refers to box type =OFFSET(Sheet1!$J$1,0,0,COUNTA(Sheet1!$J:$J),1)
  • Click OK

Now select the cell or range with Data Validation and,

  • Choose Data > Data Validation
  • Select the Settings tab
  • In the Source box type in =myNamesList (or the Name you created)
  • Click OK

This Named Range formula is dynamic, which means the source list will expand when names are added to the list. If the list contains more than 8 values the drop-down list will have a scroll bar.

Excel – Pick from Drop Down List

Data Validation list source range expanded

Bonus Tips

One of the things we love the most about creating a drop down list in Excel is that the program reminds you to save your work before you click out. However, the program will not remind you to create a backup. If you do not have an automated backup system in place, we highly recommend implementing one. For example, you can download and save a copy locally to your desktop and USB drive. If you are using a thumb drive, store the saved copy offsite. Does this sound like overkill? Maybe. But you will not think so if you lose your first copy and then find yourself in need of it. 

How to use a drop down list in Google sheets. 

If you are not close to a device with Excel, you might have to use spreadsheets. Things in spreadsheets are simple. All you have to do in order to create a drop down list is to select the columns you need and afterward to go to Data. Then you will have to select data validation. 

In spreadsheets, data validation gives you the following criteria: List from a range, List of items, Number, Text, Date, Custom Formula, and Checkbox. Also, you can allow someone to type invalid data or to reject it by default. 

You can also create a Yes/No Drop down list, by using the criteria “List of items” and by typing in the box yes and no separated by a comma. The last step is to choose the option “On invalid data reject input”.

Another thing you can do with Google sheets is to search for the items in your list by just using a few letters from the word. This comes in handy when you have a long list of names or terms and you want to find a specified one or a group of them. 

How to Create a Drop Down List in Excel: Final Thoughts.

Now that you know how to create and use a drop down list in Excel and Google Sheets, you can have fun and do some easy exercises. Try to organize what each member of your family wants to eat for a week or use a spreadsheet as a grocery list.

With Google Sheets, you can also do some real time checkups with your friends or family members. Just share the spreadsheet with them and let them come up with the needed items for the events you are attending together. 

That’s it. We hope you enjoyed reading our article on how to create a drop down list in Excel with data validation. It’s not as hard as you might have thought.  Hopefully, you can now create a drop-down list that will meet your needs. Use as many drop lists as you need, now that you know how to make them it will only take you from a few seconds to some minutes. Anyways, Happy organizing!

16 thoughts on “How to Create a Drop Down List in Excel with Data Validation”

  1. Hi Sir,
    Data validation description is very good. Now I am learning how to make it as dynamically Using offset function along with countA .

    Thanks

    Reply
  2. Problem–How to display a default selection from DDLs?

    Great tool Gregory… Thanks.
    Great posts for very basic Excel user.

    Problem defined–
    Using your Drop Down List for Suites, Discounts, Specials, and other options in B&B booking system database (Generally selecting various costs via LOOKUP)
    –On selection of new booking record–
    How to display a default selection from DDLs?
    i.e. Discounts=”None”, Special Packages=”None”

    Tools–
    iMac-3.06 GHz Intel Core i3,
    OS X 10.6.8 Snow Leopard plan to upgrade to OS X 10.7x Lion
    Working–
    Upgrading small (<40 bookings/year) B&B booking database from Appleworks 6.0 to Excel for Mac 2011, version 14.1.4.

    Reply
  3. Thanks Gregory…
    Been looking at that technique also.

    Main question is…
    How does one set a ‘default’ DDL selection when using Excel B&B booking database system to create a new Booking record?

    Reply
    • It sounds like you need to import the default data list from your database, by using the Data import tools in Excel 2011. The problem you’ve been describing is only giving me a fuzzy idea of what needs to be done.

      Is the default selection a single value or a list you pick from? And were is the data coming from to populate the default value or list: Excel or Appleworks?

      Reply
  4. I see all kinds of dependent drop down lists where you select an item and then go to the next column and select another item. In my case I would like to create a dependent drop down list where you select a Hallway (example: Hallway 1) in say cell A1, after selecting Hallway 1, I would then click on cell a1 drop down list again and have it show me a list of all the Room Numbers in Hallway 1 being the final result. So, Click on drop down arrow, Click on Hallway 1, Click on drop down arrow, Click on Room # 125. Cell A1 should now show 125. I am doing this for a High School for Substitute Teachers. Any Help would be greatly appreciated. Thanks Larry

    Reply
    • At first I dismissed this as not possible, but the more I thought about it the more likely it’s solution seemed within reach. It will require some VBA code, but I believe it can be done. Please let me know what version of Excel you are using. Thanks for the challenge, Larry.

      Reply
      • Hi Gregory,

        I did find a spreadsheet that will do exactly what I want without VBA (I think). I am having trouble trying to figure out the formulation in the spreadsheet. In this spreadsheet you select the A-Names and when that comes up, you click on the drop down arrow again and then a list of Names beginning with A appears and you select the name. This is the name that will appear in the same drop down list after clicking on the drop down list twice. HOWEVER, when I try to modify this sheet to show Hallways and Room #s I run in error problems. (For some reason which I do not know it does not like numbers???). I tried to stick a letter in front of the number and it works. But, the room #s do not have letters in front of them. I even tried to make the letter white but when it allows you to select it the letter appears in front of the room # which will not be acceptable.
        I would be most willing to send you this small spreadsheet example for you to look at if you wish.

        Thanks

        Larry

        Reply
  5. Before I was upgraded to Excel 2010 I typed numbers in my drop down box because it’s faster than stopping and looking down the list. Now if I do that I get a message telling me “The value you entered is not valid. A user has restricted values that can be entered into this cell.” The sheet isn’t protected. Can anyone help?

    Reply
    • Not sure exactly, but is sounds like some data validation was invoked when you upgraded. I know there are some serious problems with upgrading from Excel 2003 to Excel 2010. Sorry I couldn’t be of more help.

      Reply
  6. I’ve a lot of upgrading from Excel 2003 to Excel 2007/2010 to do, so this was a great find – thanks. One question…
    I’ve sorted my lookup list; let’s say it’s colours in a LUPallette list: Red, Green, Blue, Purple.
    I’ve applied that to the right cell in the row in my table – all good.
    However, folks can type in directly, so they may enter “red” not “Red” – that presents some presentational differences which are a bit fussy I know but annoying none-the-less.
    Is there a way to force the entry to appear as Capitalized without the user having to hit the shift key?

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.