EDUCBA

EDUCBA

MENUMENU
  • Blog
  • All Courses
  • All in One Bundle
  • Login
Home Excel Excel Resources Excel Tips Drop Down List in Excel

Drop Down List in Excel

By Madhuri ThakurMadhuri Thakur

What is Drop Down List in Excel?

A drop-down list in Excel is a feature that allows you to choose an option from a list that appears when you click on a cell. It’s like a menu where you can pick what you want to eat. With a drop-down list, you can limit the options that someone can select to make sure they choose the correct information. We can use it to keep employee attendance records, perform large accounting data entry, or in financial modeling.

For example, we can use a drop-down list in Excel to mark student attendance in a class, reducing the risk of manual entry errors.

Drop down list in Excel

Key Highlights

  • Dropdown lists in Excel involve a simple click on the drop-down arrow and offer an easy and efficient way to select the option we desire.
  • This reduces the likelihood of making typos or errors that can occur with manual entry, improving the accuracy of data.
  • The use of dropdown lists also helps to maintain the consistency and accuracy of data, which is especially important for tasks such as data analysis and reporting.
  • Whenever we attempt an invalid entry, Excel displays an error alert message.
  • It is possible to add new values to the dropdown list by simply adding them to the list items, giving users greater flexibility and ensuring that the list is always up-to-date.

How to Create Drop Down List in Excel?

You can download this Drop Down List Excel Template here – Drop Down List Excel Template

#1: Using List Items

To create a drop-down list using list items, follow these steps:

  1. Select the cell for which you want to create a drop-down list
  2. Go to Data
  3. Under the Data Tools group click on the Data Validation (icon)
  4. Click on Settings
  5. Choose List from the drop-down of the “Allow” section
  6. Specify the source by selecting the list items (drop-down menu) in the worksheet.
  7. Click OK.

Consider the below example which demonstrates the steps in detail:

A teacher has a table of students’ Maths test marks and passing marks. They need to easily determine which students have passed, just passed, or failed. To simplify this task, the teacher wants to create a drop-down menu for selecting the appropriate result for each student.

Solution:

Step 1: Write drop-down menu options in column F

Drop Down List in Excel-drop-down menu

Step 2: Click on the cell where you want to insert a drop-down list and

Go To Data > under Data Tools click on the Data Validation drop-down > Data Validation

Data Tools

A Data Validation dialogue box will display

Step 3: Click on Settings > choose List from the drop-down of Allow

drop-down of Allow

Step 4: Enter the Source by selecting the “Drop-down Menu” in the worksheet.

Enter the Source

Step 5: Click OK.

Note: The source is the list items or Drop-down Menu that we want to add to the drop-down list.

This will insert a drop-down arrow adjacent to the selected cell.

 list items

Step 6: Click on the drop-down arrow to view the list items.

view the list items

Output: The values Pass, Fail, and Just Passed are added as the drop-down list items. We can choose the desired item to fill in the cell.

Step 7: Simply drag the cross (+) to the desired row to add the drop-down list to the remaining cells.

drag the cross (+)

This will copy the feature and insert a drop-down list till the last cell.

drop-down list till the last cell

Step 8: To indicate a student’s test result based on their marks in Maths, select Pass from the drop-down list if they scored above 35 marks, select Just Passed if they scored 35 marks, and select Fail if they scored less than 35 marks.

student's test result

#2: Using the Comma-Separated Values

To create a drop down list in Excel using the Comma-separated value method,  follow the given steps:

  1. Select the cell for which you want to create a drop-down list
  2. Go to Data
  3. Under the Data Tools group click on Data Validation (icon)
  4. Click on Settings
  5. Choose List from the drop-down of the “Allow” section
  6. Type the values that you want to add to the list
  7. Click OK.

Consider the below example which demonstrates these steps in detail:

The table below shows a list of questions that candidates appearing for an interview need to answer. We want to create a drop-down list that would allow the candidates to choose from three options- Yes, No, or May Be.

Drop Down List in Excel-Example 2

Solution:

Step 1: Click on the desired cell

Step 2: Go To Data > click on the Data Validation drop-down under Data Tools group > Data Validation

Data Validation

A Data Validation dialogue box will pop-up

Step 3: Click on Settings > choose List from the drop-down of Allow

drop-down of Allow

Step 4: In the Source section, enter the values- Yes, No, May Be

Source section

Note: This method is called Comma-delimited because we manually provide the list items separating each with a comma.

Step 5: Click OK

This inserts a drop-down arrow adjacent to the selected cell.

Step 6: Click on the drop-down arrow to view the list items- Yes, No, and May Be.

drop-down arrow

Step 7:  Drag the cross (+) to the last row to insert the drop-down list into the remaining cells.

Drag the cross (+)

Excel adds the drop-down feature to all the rows.

drop-down feature

Step 8: To fill the data table choose the appropriate answer from the drop-down list.

Drop Down List in Excel-data table

#3: Creating Dependent Drop-down List

To create a dependent drop-down list, follow the steps:

  1. Select the cell that contains for which you want to create the main drop-down list
  2. Go to Data
  3. Under the Data Tools group click on Data Validation (icon)
  4. Click on Settings
  5. Choose List from the drop-down of the “Allow” section
  6. Specify the source by selecting the list items (drop-down menu) in the worksheet.
  7. Click OK.
  8. Select the cell where you want to create a dependent drop-down list
  9. Go to Data
  10. Under the Data Tools group click on Data Validation (icon)
  11. Click on Settings
  12. Choose List from the drop-down of the “Allow” section
  13. Under the Source section type the formula, =INDIRECT(cell containing main drop-down list)
  14. Click OK.

The below example demonstrates the above steps in detail:

The table below mentions 3 countries- India, the United States, and Malaysia along with their popular cities. We want to create a drop down list so that whenever a user chooses a specific country it displays the respective cities in the list.

Creating Dependent Drop-down List

Solution:

Step 1: Click on cell C14 to create a drop-down list of the countries- India, the United States, and Malaysia

Step 2: In the Excel, ribbon go to Data > under Data Tools group click on Data Validation (icon) > Data Validation

Drop Down List in Excel-Data Tools group

A Data Validation dialogue box appears on the screen.

Step 3: Click on Settings > choose List from the drop-down of Allow and specify the Source by selecting the countries (row 5) in the  worksheet

Drop Down List in Excel-Settings -

Step 4: Click OK.

Step 5: This will create a drop-down list of the country names

list of the country names

Step 6: To create a dependent drop-down list of cities select the cell B14

Step 7: Go To Data > under Data Tools click on Data Validation drop-down > Data Validation

Drop Down List in Excel-Data

A Data Validation dialogue box will appear

Step 8: Click on Settings > choose List from the drop-down of Allow

Step 9: To specify the Source enter the formula,

=INDIRECT($A$14) and click OK.

Drop Down List in Excel-enter the formula

Explanation: Here, we want the drop-down list(of cities) to change as per the country. It means the drop-down list will depend upon another drop-down list, therefore, it is known as a dependent drop-down list.

So, to insert a dependent drop-down list we use the function INDIRECT followed by the cell with country names in closed brackets.

Output: A dynamic drop-down list of cities is added in cell B14.

Drop Down List in Excel-Output

Each time you choose a different country the dependent drop-down displays a list of cities belonging to that country.

different country

Things to Remember

  • While creating a drop-down list we can add a message from the Input Message tab in the Data Validation dialogue box. It will display a message (instruction) whenever a user clicks on the cell.

Input Message

  • Keep the list size reasonable and consider using scroll bars or combo boxes for longer lists.
  • Ensure that the data source for the drop-down list is accurate and up-to-date.
  • Consider customizing your drop-down lists with sorting options, color coding, or other formatting changes.
  • Keep in mind that drop-down lists may not work in all versions of Excel or with all other software programs. Therefore, test your lists for compatibility with intended users and applications.

Frequently Asked Questions (FAQs)

What is the difference between a list and a dropdown?
A list and a dropdown are tools that let you give users a set of options to choose from in Excel. But they have some differences. A list shows the options in a column or row, while a dropdown is a button that opens up a list when you click it. Also, a list can be as big as the worksheet, while a dropdown has a limited display size.

How do I add or remove items from a drop-down list in Excel?
Prerequisite: While creating a drop-down list select extra blank cells while specifying the source.

drop-down list in Excel

To Add an item to a drop down list enter the new value into the List Items menu. Excel will automatically insert the new value into the drop down list.

Add an item to a drop down

To Remove/ Delete an item from the drop down list:

Step 1: Select the entire row containing the desired value. This will shift the cells up when the value is removed.

Step 2: Right-click the selected row

Right-click the selected row

Step 3: Select Delete from the menu.

Select Delete from the menu

How to remove drop down list in Excel?
To remove drop down in Excel

Step 1: Select the cell from which you want to remove the drop down list

Step 2: Go to Data > Under Data Tools click on Data Validation > Clear All > OK.

Data Validation > Clear All > OK

Data Validation > Clear All > OK1

What is the disadvantage of dropdown lists in Excel?
The disadvantages of a drop down list are:

  • Limited space for displaying data
  • Potential for data entry errors
  • Limited customization options
  • Compatibility issues with other software programs
  • Time-consuming to set up and manage.

Recommended Articles

This has been a guide to creating a Drop down list in Excel with practical examples and downloadable excel templates. To learn about more useful features of Excel you can go through our other suggested articles-

  1. Excel INDEX Function
  2. Weighted Average in Excel
  3. OR in Excel
  4. HLOOKUP in Excel
MICROSOFT POWER BI Training
48+ Hours of HD Videos
8 Courses
Verifiable Certificate of Completion
Lifetime Access
4.5
MS Excel & VBA for Data Science
128+ Hours of HD Videos
24 Courses
10 Mock Tests & Quizzes
Verifiable Certificate of Completion
Lifetime Access
4.5
All-in-One Financial Analyst Masters Training Program
1000+ Hours of HD Videos
43 Learning Paths
250+ Courses
Verifiable Certificate of Completion
Lifetime Access
4.9
All in One Data Science Bundle (360+ Courses, 50+ projects)
1500+ Hour of HD Videos
80 Learning Paths
360+ Courses
Verifiable Certificate of Completion
Lifetime Access
4.7
Primary Sidebar
Popular Course in this category
MS Excel Course
 223+ Hours of HD Videos
35 Courses
13 Mock Tests & Quizzes
  Verifiable Certificate of Completion
  Lifetime Access
4.9
Price

View Course
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Excel Charts
  • Excel Tips
  • All Tutorials
Certification Courses
  • All Courses
  • Excel VBA Course - All in One Bundle
  • VBA Course
  • Excel Data Analysis Course
  • Excel for Marketing Course
  • Excel for Finance Course
  • Excel for HR Training

ISO 10004:2018 & ISO 9001:2015 Certified

© 2023 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

Download Drop Down List Excel Template

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

Download Drop Down List Excel Template

EDUCBA

डाउनलोड Drop Down List Excel Template

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more

🚀 Hurry! - Any Learning Path @ $19 | OFFER ENDING IN ENROLL NOW