How to Create Drop-down Lists in Cells – Data Validation Lists

Bottom Line: The complete Excel guide on how to create drop-down lists in cells (data validation lists).  Includes keyboard shortcuts to select items, copying drop-downs to other cells, handling invalid inputs, updating lists with new items, and more.

Skill Level: Beginner

Video Tutorial

Watch on YouTube & Subscribe to our Channel

Download the Excel File

You can download the file Iโ€™m using in the video here:

What Are Data Validation Lists?

Creating a drop-down list is a great way to ensure that entries are uniform and free from spelling errors.  It also helps restrict entries so that only values youโ€™ve approved make it onto the sheet.

Thatโ€™s why they are also called data validation lists.  They help to make sure that only valid data makes it into the cells that youโ€™ve applied it to.

Drop-down Lists in Excel Prevent Input Errors Interactive2

This can be helpful when multiple users are entering data on the same sheet and you want the options to be limited to a list of items or values that youโ€™ve already approved.

We can also use drop-down lists to create interactive reports and financial models, where results change when the user changes a cellโ€™s value.

How to Create a Drop-down (Data Validation) List

To create a drop-down list, start by going to the Data tab on the Ribbon and click the Data Validation button.

Select the Data Validation Button on the Data Tab

The Data Validation window will appear.  The keyboard shortcut to open the Data Validation window is Alt, A, V, V.

Youโ€™ll want to select List in the drop-down menu under Allow.

Data Validation Window Allow List

At this point there are a few ways that you can tell Excel what items you want to include in your drop-down list.

Drop-down List from Comma Separated Values

The first way is by typing all of the options that you want in your drop-down list, separated by commas, into the Source field.  For example, if there are only two options to choose from, such as Yes and No, you would simply type โ€œYes, Noโ€ (do not include the quotation marks) in the Source box.  It doesnโ€™t matter whether a space follows your comma or not.

A longer list of options might look like this: โ€œRed, Blue, Green, Purple, Orange, Yellow, Brownโ€.  The options in your drop-down list will appear in the exact same order that you have typed them.

Data Valiation Window Comma Separated List

Note: On some language versions of Excel you will need to use a semicolon (;) instead of a comma.

Drop-down List from a Range of Values

The second way to fill your list with options is to choose them from a range of values.  To do this, instead of typing values into the Source field, you want to select the icon to the right.

Data Validation Window Select a Range of Values

Selecting this icon will open up a small window that will auto-fill when you select a range of cells on the worksheet. Once you've selected the values you want to appear in your drop-down list, you can click on the corresponding icon to take you back to the Data Validation window.

Data Validation Choose a Range

At this point, the range you've selected will show in the Source box and you can just hit OK.

Data Validation Window Select a Range of Values

Now the values in the range that you've selected show as options that you can choose from in your drop-down list.

Data Validation List Drop-down Source Range.

Shortcut for Selecting from the Drop-down List

To choose the option you want from your drop-down list, you can use your mouse to click on the option you want.  Another way to select it is to use the keyboard shortcut Alt+?.  This brings up the drop-down list and you can use your up and down arrow keys to highlight the selection you want, and then press Enter to select.

Keyboard Shortcuts for Drop-down lists

How to Search the Drop-down List

Unfortunately, Excel doesn't have an option to search the drop-down list for a particular item, but I've created an add-in that gives you that option.  It's called List Search and you can access that add-in here:

List Search Add-in Free Download 640x360

Click here to download the List Search Add-in

Note: You will create a free account for the Excel Campus Members site to access the download and any future updates.  The download site also contains installation instructions and videos.

How to Copy the Data Validation List to Other Cells

If you have created a drop-down list for a particular cell and would like other cells to have the same data validation list, you can easily copy (extend) that list to other cells.

Start by clicking on the cell that has the list, and then select any additional cells that you want to extend the drop-down list to.  This can include blank cells or cells that already have values in them.

Extend Data Validation Selection

As before, you will click on the Data Validation button in the Data tab, but this time a warning will appear that says, “The selection contains some cells without Data Validation settings.  Do you want to extend the Data Validation to these cells?”

Information Box Extend Data Validation to Other Cells

Choose Yes, and then hit OK when the Data Validation Window appears.  You'll see that each of the cells in your selection now has the same drop-down options as the original cell.

Extend Data Validation

It's also worth noting that you can copy and paste Data Validation from one cell to another just as you would copy and paste normal values and formatting.

Copy and Paste Data Validation

Handling Errors and Invalid Inputs

What happens when we enter a value into a cell that has a Data Validation List, but that value is not one of the options in the list?  That depends on the Error Alert settings, which we have control of.

Data Validation Window Error Alert Style

To change the kind of message the user receives when they enter an extraneous value, you can go back to the Data Validation window.  Under the Error Alert tab, you can find three options: Stop, Warning, and Information.

Youโ€™ll also notice that there are fields where you can change the title of the error message and the text of the message itself, so that when the user enters data thatโ€™s not part of your validation list, they will receive an alert thatโ€™s worded in the way you want it to appear.

Here is an explanation of each Error Alert Style:

Stop Style

When the user types an invalid entry, an error message will appear that gives the option to either retype the entry or cancel the attempt.  The message looks like this:

Stop message Value Doesn't Match

Warning Style

The Warning style displays a message that gives the user a choice to allow an entry that isnโ€™t on the preset list.

Warning Style for Data Validation Message

Information Style

The Information style displays a message that automatically allows the entry no matter what the value is.  The user is presented with informative text about validation rules.

Information Style for Data Validation Message

Error Checking Alert

When any invalid entry is made in a cell, the error checking alert will appear in the cell.  The error is indicated with the green triangle in the top-left corner of the cell.  Clicking the Error Box button will allow you to see more info about data validation error.  You can select โ€œDisplay Type Informationโ€ from the list to see the cause of the error.

Disable Error Alerts

Another option under the Error Alert tab is to uncheck the box that says, “Show error alert after invalid data is entered.”  This allows any value to be entered into the cell, and no message box will appear.

Data Validation Window Error Alert Allow Invalid Entries

Adding New Data to the Source Range of the List

Adding new options to our drop-down list is possible, but it isn't automatic when we add new items the bottom of our source list.  We need to tell Excel what our new extended source range is.  You can do that in the Data Validation window by just typing in the new range, or re-selecting the range to include the new data.  (See the section above entitled “Create a Drop-Down List from a Range of Values” for how to select your range.)

The great thing is that we don't have to redefine these settings for each cell that has Data Validation.  The “Apply these changes to all other cells with the same settings” checkbox does this for us.  When you click the checkbox, the other cells will selected in the background. This gives you a visual indication of what will be updated.

Data Validation Window Apply Settings to Similar Cells

Then press OK.  Any cells that shared the same data validation settings will now include the updated changes that youโ€™ve made.

There is a way to automate the process so that any change you make to the source data instantly updates your drop-down list. It involves using Excel tables and named ranges. You can find out how in this post:

How to Add New Rows to Drop-down Lists Automatically – Dynamic Data Validation Lists

Removing Data Validation from a Cell

Getting rid of a Data Validation list is simple. Open the Data Validation window and click the Clear All button.

Clear or Remove Data Validation List

If you want to clear the validation settings from other cells with the same settings, make sure to click that checkbox before hitting the Clear All button.

Make Your Workbooks Interactive

Data Validation lists are a great tool to add to your Excel toolbelt.  They help us keep our data clean and make our spreadsheets easier to use.  We can use them as the source of lookup formulas to create interactive financial models and reports.  I will do some follow-up posts with these techniques as well.

Once you feel comfortable with drop-down lists, you may want to try dependent (also called cascading) lists. These are lists that change depending on what you've already chosen in another list. For example, you may create a list of car brands, like Toyota, Ford, and Honda. Then you can have a second list of car models that populates with specific options depending on what you choose in the first list. If you choose Toyota in the first list, you might see Corolla, Camry, and Tacoma in the second. But if you go back to the first list and choose Ford, the options in the second list can change to Mustang, Explorer, and Focus. Learn how to create dependent cascading lists here.

If you have any questions or comments about how to use drop-down lists, donโ€™t hesitate to leave a comment below.  Thanks! 😊

22 comments

Your email address will not be published. Required fields are marked *

  • Great video, Jon. When are you planning to publish the second video on name ranges, etc..? Thank you

  • Thanks, Jon. The keyboard shortcuts info was particularly useful. Look forward to your name ranges video.

  • You are a gift to humanity and God will continue to pave way for you.Thank you so much I have learn a lot from your free excelcampus.

  • Now, how does one create a school report card using? Please include three to five subjects in your explanation.

  • how can I add another Data validation function with this list function. for example I added a list of “yes” and “no”. but I also want to add an OR function to this so that if “yes” is selected in one column then others only have to be “no”.

  • Is it possible to create a pull down menu that will add a new column to your data when you change the value so that you can write other information? For example, I have a pull down menu with Initial call and Follow up call. If I write some notes in the Initial call tab when I click the Follow up call can I make Excel open another column to be able to write my notes?

  • can I create a drop down list where one item can be selected only once in the same column
    ? my idea is to have a table where in the same column I can select from a drop down list items only once

  • My data is increasing. So I don’t know how much rows. I want do display list dynamic lists instead of adding last row number by manually. I should get the blank value too. Can you please guide me how I do it?

  • hi, i have a question. this Combobox in userform And Get data of Cells in Rowsource . but don’t have data validation.
    How to Create search in Coombobox?

  • “Start by clicking on the cell that has the list, and then select any additional cells that you want to extend the drop-down list to.”

    I want my source lists on another set in the same workbook. It’s too cluttered to have three source lists on the same sheet as the main user’s work / reporting sheet.

    How do I link an entire column of a data verified source list from one sheet to another entire column on another sheet (same workbook).

    Thank you

    (excel Mac 2011)

  • Hi, you say “comma separated list”, I’d say “system-wide list separator separated list”.
    Sometimes it’s comma but sometimes it’s semicolon ๐Ÿ™‚
    Regards

  • I would like to Create a Dropdown List using DATA VALIDATION, but then use the Custom Field to set a Formula (using IF), to return a specific โ€œNamed Rangeโ€ as a Dropdown List, should the Statement be correct.

  • This guide is incredibly helpful! I struggled with creating drop-down lists in Excel before, but the step-by-step instructions and the video tutorial made it so clear. Thanks for sharing such useful tips!

Generic filters
Exact matches only

Excel Shortcuts List

keyboard shortcuts list banner

Learn over 270 Excel keyboard & mouse shortcuts for Windows & Mac.

Excel Shortcuts List

Join Our Weekly Newsletter

The Excel Pro Tips Newsletter is packed with tips & techniques to help you master Excel.

Join Our Free Newsletter