{"id":5299,"date":"2020-11-25T14:48:49","date_gmt":"2020-11-25T14:48:49","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=5299"},"modified":"2024-03-26T12:32:52","modified_gmt":"2024-03-26T12:32:52","slug":"drop-down-list","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/","title":{"rendered":"Drop Down List in Excel"},"content":{"rendered":"\n
Drop-Down-List-in-Excel<\/a>Download File<\/a><\/div>\n\n\n\n

Drop-down lists are useful when it comes to selecting one item from multiple choices. They are very popular in online forms, especially for languages, countries, cities, etc.<\/p>\n\n\n\n

But the web is not the only place you can find them; They can also be present on desktop applications.<\/p>\n\n\n\n

Excel is one of them. It offers a pretty extensive set of tools that allows manipulating drop-downs in many different ways.<\/p>\n\n\n\n

Prepare drop-down list of data<\/h2>\n\n\n\n

To use drop-down lists, you have to prepare data. It’s a good idea to place data in a different worksheet than drop-down lists. This will help you to organize it better and avoid accidental deletions.<\/p>\n\n\n\n

Inside our example, there are two sheets: “countries” and “countries data”.<\/p>\n\n\n\n

\"A<\/figure>\n\n\n\n

On the first tab, we are going to create a drop-down list, and on the second one, there will be a list of countries we are going to use.<\/p>\n\n\n\n

\"Application,<\/figure>\n\n\n\n

Remember to remove blank spaces<\/a> inside the source you are going to use for a drop-down list, otherwise, these blank spaces are going to appear inside the drop-down list.<\/p>\n\n\n\n

Create a drop-down list<\/h2>\n\n\n\n

Click cell B3<\/strong> and navigate to Data >> Data Tools >> Data Validation<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

From the Settings<\/strong> tab, under Validation Criteria<\/strong>, select List<\/strong>.<\/p>\n\n\n\n

After you do this, the source textbox will appear.<\/p>\n\n\n\n

Click the arrow next to it, and select cells from cell A2<\/strong> to A11<\/strong>. Be careful, not to choose the header, otherwise, it will be present inside the dropdown.<\/p>\n\n\n\n

After you confirm your selection, it will appear in the source box.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Click OK<\/strong> to insert the drop-down.<\/p>\n\n\n\n

At first, it seems that nothing happened, but if you click the cell, you will notice that there is a small button with a triangle inside. Click it to show all the options.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

The problem with this approach is that it’s not dynamic. If you add another country at the end of the list, (A12<\/strong>) it won’t appear inside the drop-down.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

To fix this problem you can do one of two things: You can change the formula inside a validation window or you can create a table from the data and then and then define a name for it.<\/p>\n\n\n\n

But changing the formula each time is very tedious and it’s not the way we are supposed to work with Excel, so we are left with the second option.<\/p>\n\n\n\n

Using tables with defined names<\/h2>\n\n\n\n

Click any cell on the second sheet with data, and navigate to Insert >> Tables >> Table<\/strong> or the Ctrl + T<\/strong> keyboard shortcut.<\/p>\n\n\n\n

A new window called Create Table<\/strong> will appear.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Make sure that you have My table has headers<\/strong> selected, otherwise, Excel will create a header for you, and the word “Country” will be inside the drop-down list as one of the countries.<\/p>\n\n\n\n

Naming the table<\/h3>\n\n\n\n

To name a table, first, you have to click it. A new special tab, called Table Design<\/strong> will appear. On this tab, under Properties<\/strong>, you can change the table name. I called it “tbl_Countries”.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Define a name<\/h3>\n\n\n\n

After you defined a name for the table<\/a>, Now, it’s time to define a name for table data.<\/p>\n\n\n\n

Select all cells, except headers, inside a table (A2:A11<\/strong>) and navigate to Formulas >> Defined Names >> Define Name<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Name the new range “lst_Country”, and set a reference to “=tbl_Countries[Country]”. Because we want to use it on the first worksheet, leave Scope<\/strong> as is.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

You can check and edit defined names in the Name Manager<\/a>, under Formulas >> Defined Names<\/strong>.<\/p>\n\n\n\n

And indeed, there is our table and range we’ve just defined.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Let’s move back to the first sheet and add the new drop-down. It’s going to look like this:<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

When you have a mouse cursor inside the Source<\/strong> textbox, you can press F3<\/strong> and choose one of the created lists.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

To see how it works, add a new country at the end of the list.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

This new entry will be automatically added to the dropdown list.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Sorting<\/h2>\n\n\n\n

You can’t sort a drop-down list after you create it, but you can sort the table, and the drop-downs that use it as a source will be automatically updated.<\/p>\n\n\n\n

Entering data manually<\/h2>\n\n\n\n

If you have a drop-down list with a few items that don’t change, instead of using a list of cells, you can add values inside the Source<\/strong> textbox.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Click OK<\/strong> to see that these three values are inside a cell as a dropdown list.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

It’s good to know that you have this option, but since you already have a sheet with drop-down elements, it’s better to keep them there so you have all your data in the same place.<\/p>\n\n\n\n

Input messages and error alerts<\/h2>\n\n\n\n

With a drop-down list, you can give users some guidance on what to do when they click it. These are input messages and error alters.<\/p>\n\n\n\n

Input Message<\/h3>\n\n\n\n

The input message is just a hint for a user – a simple message on what to do with a drop-down.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Click OK<\/strong>. Now, the message will appear when you click a cell with the drop-down list.<\/p>\n\n\n\n

\"Application,<\/figure>\n\n\n\n

If you have a lot of similar drop-down lists, it may be wise to add just one or two, as repeating the same message many times can be irritating to a user.<\/p>\n\n\n\n

You can press Esc<\/strong> or click away from the cell for a message to disappear.<\/p>\n\n\n\n

Error Alert<\/h3>\n\n\n\n

Instead of choosing from the drop-down list, you can type a name, but if you enter a value that is not on the selected list, you will receive a generic error message.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

To override this message, you can write the specific one for the list.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

This error alert works the same as the previous one, but with a different message.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

This entry will not be accepted, so you have to click Cancel<\/strong> and type and reselect something that is on the list.<\/p>\n\n\n\n

Warning and Information<\/h3>\n\n\n\n

The warning and information messages are very similar. Contrary to the Stop<\/strong> alert, which doesn’t allow you to enter data<\/a>. These messages will only display information that the value you’ve just entered is not present on the list. You have the option to enter the value anyway.<\/p>\n\n\n\n

Warning<\/strong><\/p>\n\n\n\n

The warning is information that the creator of this drop-down probably thinks you made a mistake while typing, but you can add it anyway if you are sure of your entry.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Information<\/strong><\/p>\n\n\n\n

This is just a hint. It’s less strict than a warning message.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

These messages are optional but may be helpful in some cases when you may feel that it will help users.<\/p>\n\n\n\n

Add\/remove items<\/h2>\n\n\n\n

A drop-down list is usually connected to a table. If you want to do operations such as adding and removing items, you have to do it there.<\/p>\n\n\n\n

To add an element to a drop-down list, add one at the end of the table.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

To add an entry in a particular position, you have to use an insert feature. Let’s say you want to add Spain between France and Italy, right-click the row number (9) and choose Insert<\/strong>.<\/p>\n\n\n\n

There is an empty position between these two rows. You can add “Spain” there. It will be reflected in the drop-down.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Remove a drop-down list<\/h2>\n\n\n\n

You can remove single or multiple drop-down lists<\/a> at once. Select cell or cells with dropdowns and navigate to Data >> Data Tools >> Data Validation<\/strong>. In the bottom-left corner, there is the Clear All<\/strong> button.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Format<\/h2>\n\n\n\n

Formatting drop-down lists look the same as formatting any other cells. It will be applied only for the selected cell and not for those inside a drop-down list.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Copy<\/h2>\n\n\n\n

There are two ways to copy drop-down lists. The first one is to use Ctrl + C<\/strong> and then Ctrl + V<\/strong>. It will copy a list and visual formatting.<\/p>\n\n\n\n

\"A<\/figure>\n\n\n\n

If you want to copy the drop-down list without formatting, copy the cell and instead of standard pasting, use Paste Special<\/strong><\/a>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

From the Paste Special<\/a> options, choose Validation<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

The value is pasted without formatting.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

You can also copy the drop-down list with formatting and then use Format Painter<\/strong> (Home >> Clipboard<\/strong>). After you click Format Painter, click an empty cell and then drop-down. It will format the drop-down in the same way as an empty cell – without formatting.<\/p>\n\n\n\n

\"A<\/figure>\n\n\n\n

Apply changes to all other cells<\/h2>\n\n\n\n

After you copied the same drop-down list into many cells, you want to change it. You can either do it for a single or multiple drop-downs you’ve copied.<\/p>\n\n\n\n

Choose one drop-down and click the Data Validation<\/strong> button. At the bottom of the window, there is an option. Uncheck it if you want to change a single drop-down, or check it if you want to make changes to all copied drop-downs.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Security<\/h2>\n\n\n\n

We usually place data used in a drop-down list on the second sheet. You may want to protect this worksheet<\/a>, so nobody can make changes to it.<\/p>\n\n\n\n

To do it, select a sheet you want to restrict, and navigate to Review >> Protect >> Protect Sheet<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

You can add a password, otherwise, people can unprotect it.<\/p>\n\n\n\n

You can also right-click the worksheet tab and select Protect Sheet<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Fix potential problems<\/h2>\n\n\n\n

There are a few problems you can face when you work with drop-down lists.<\/p>\n\n\n\n

Missing Items in Drop Down<\/strong><\/p>\n\n\n\n

If you define a range for table elements as you did before, you shouldn’t encounter any problems. You can encounter them if you add an element to the normal range, and you forget to change source data.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

As you can see, the source had been selected before the last two options were added that’s why they are not present inside a drop-down list.<\/p>\n\n\n\n

Apart from changing the source each time or using tables, there is a third option to deal with this problem.<\/p>\n\n\n\n

The last option is to select the whole column.<\/p>\n\n\n\n

But you can’t type just =A:A<\/strong> when you have a header because it will be added to a drop-down list. Instead, use the formula with the OFFSET<\/a> function.<\/p>\n\n\n\n

=OFFSET($A$2,0,0,COUNTA($A:$A),1)<\/code><\/pre>\n\n\n\n

This formula adds all cells from column A<\/strong>, but the first one (header).<\/p>\n\n\n\n

Now, when you add additional elements they will be visible inside the drop-down.<\/p>\n\n\n\n

Entering any value<\/h3>\n\n\n\n

By default, you can’t enter values into a drop-down list that are not present inside the source. Even if you create a drop-down list with empty cells. But look what’s going to happen if you define a name for a list.<\/p>\n\n\n\n

Now, if you add this selection as a source of a drop-down and try to type a value that is not present, you are going to get an error, but Excel behaves differently if you give this range a name and try to use it instead of a range.<\/p>\n\n\n\n

Select cells from A2<\/strong> to A12<\/strong>.<\/p>\n\n\n\n

\"Table,<\/figure>\n\n\n\n

Navigate to Formulas >> Defined Names >> Define Name<\/strong> and call it “withEmptyCells”.<\/p>\n\n\n\n

Create a drop-down using this name.<\/p>\n\n\n\n

Now, if you try to enter any name it won’t return an error.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

It will return an error if you enter as a source the same range or you name a range<\/a> without any empty cells inside.<\/p>\n\n\n\n

There is an option you can check which will force Excel to return an error. In the Data<\/strong> Validation<\/strong> window, you have to uncheck the Ignore blank<\/strong> checkbox.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Now, if you try to enter a value that is not on the list, you will get an error.<\/p>\n\n\n\n

Case sensitive<\/h3>\n\n\n\n

If you enter values that are not inside the drop-down list, you will get an error. But it doesn’t mean that you have to enter them using the same case.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

You can use whatever case you want, even some weird ones, and Excel is not going to complain.<\/p>\n\n\n\n

But there is an exception.<\/p>\n\n\n\n

If you type a list of options directly inside the source textbox. You have to enter the exact case in the drop-down.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Now, if you type one of these values, Excel won’t complain. But if you use a different case, you will get an error.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Dependent Drop-down Lists<\/h2>\n\n\n\n

Dependent drop-down lists are the lists where one drop-down is dependent on another.<\/p>\n\n\n\n

In the following example, we are going to select a food type: fruit or vegetable. Next, depending on this choice, the other drop-down will display the relevant data.<\/p>\n\n\n\n

Let’s use the following example:<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

First, under the “Food type”, we are going to add a drop-down.<\/p>\n\n\n\n

Click cell D2<\/strong> and add a new drop-down list. In the Source<\/strong> choose =$A$1:$B$1<\/strong>.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

The first drop-down is active.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

Now, it’s time to create the second one.<\/p>\n\n\n\n

This time select the entire table (A1:B6<\/strong>). Go to Formulas >> Defined Names >> Create from Selection<\/strong>.<\/p>\n\n\n\n

From the new window, we want to uncheck the Left column<\/strong> because we want named ranges for fruit and vegetable types, and not for each fruit.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Now, if you go to the Name Manager<\/strong>, you are going to find two additional named ranges: Fruit and Vegetable.<\/p>\n\n\n\n

Click cell E2<\/strong>, and open Data Validation<\/strong>. Enter the formula with the INDIRECT<\/strong><\/a> function.<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

the INDIRECT<\/strong> function takes a text reference as an argument; For example, =INDIRECT(“B3”)<\/strong> returns “Carrot”. Depending on the drop-down value we choose, we have either Fruit or Vegetable, and the function returns these named ranges created before.<\/p>\n\n\n\n

If you haven’t chosen an option from the “Food type” list, you are going to get this message:<\/p>\n\n\n\n

\"Graphical<\/figure>\n\n\n\n

Click Yes<\/strong>, and the second drop-down will start working the moment you choose a value from the first one.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Vlookup to fill data<\/h2>\n\n\n\n

Sometimes, when a user selects a drop-down element, he doesn’t need to fill in other data. For example, if he chooses employee ID, which is a unique value<\/a>, other fields should automatically be filled.<\/p>\n\n\n\n

We are going to do it, using the VLOOKUP<\/strong> function.<\/p>\n\n\n\n

This is the table we are going to use.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n\n\n\n

Let’s name it “tbl_Employees”.<\/p>\n\n\n\n

Now, it’s time to create a drop-down from IDs and fill in other data.<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Under “ID”, in cell E2<\/strong>, insert a drop-down with IDs from the table (A2:A10<\/strong>).<\/p>\n\n\n\n

Inside cell A2<\/strong> enter this formula:<\/p>\n\n\n\n

=IFERROR(VLOOKUP(E2,tbl_Employees,2,FALSE),\"\")<\/code><\/pre>\n\n\n\n

It’s going to check cell E2<\/strong> from the current worksheet, which is “ID”, and return value from the second column in the same row of the table “tbl_Employees”.<\/p>\n\n\n\n

For B2<\/strong> and C2<\/strong> insert these formulas:<\/p>\n\n\n\n

=IFERROR(VLOOKUP(E2,tbl_Employees,3,FALSE),\"\")\n=IFERROR(VLOOKUP(E2,tbl_Employees,4,FALSE),\"\")<\/code><\/pre>\n\n\n\n

The IFERROR<\/strong><\/a> function makes sure that if the formula returns an error, it will leave the cell empty.<\/p>\n\n\n\n

\"Table\n\nDescription<\/figure>\n","protected":false},"excerpt":{"rendered":"

Drop-down lists are useful when it comes to selecting one item from multiple choices. They are very popular in online forms, especially for…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[170,190],"yoast_head":"\nDrop Down List in Excel<\/title>\n<meta name=\"description\" content=\"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Drop Down List in Excel\" \/>\n<meta property=\"og:description\" content=\"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-25T14:48:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-26T12:32:52+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png\" \/>\n<meta name=\"author\" content=\"Tomasz Decker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomasz Decker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\"},\"author\":{\"name\":\"Tomasz Decker\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"headline\":\"Drop Down List in Excel\",\"datePublished\":\"2020-11-25T14:48:49+00:00\",\"dateModified\":\"2024-03-26T12:32:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\"},\"wordCount\":2419,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png\",\"keywords\":[\"file\",\"pinterest\"],\"articleSection\":[\"examples\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\",\"url\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\",\"name\":\"Drop Down List in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png\",\"datePublished\":\"2020-11-25T14:48:49+00:00\",\"dateModified\":\"2024-03-26T12:32:52+00:00\",\"description\":\"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage\",\"url\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png\",\"contentUrl\":\"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Drop Down List in Excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/officetuts.net\/excel\/#website\",\"url\":\"https:\/\/officetuts.net\/excel\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/officetuts.net\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\",\"name\":\"Tomasz Decker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"caption\":\"Tomasz Decker\"},\"logo\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\"},\"description\":\"Spreadsheet and Python enthusiast.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Drop Down List in Excel","description":"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/","og_locale":"en_US","og_type":"article","og_title":"Drop Down List in Excel","og_description":"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.","og_url":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/","article_published_time":"2020-11-25T14:48:49+00:00","article_modified_time":"2024-03-26T12:32:52+00:00","og_image":[{"url":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png"}],"author":"Tomasz Decker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomasz Decker","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/"},"author":{"name":"Tomasz Decker","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"headline":"Drop Down List in Excel","datePublished":"2020-11-25T14:48:49+00:00","dateModified":"2024-03-26T12:32:52+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/"},"wordCount":2419,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"image":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage"},"thumbnailUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png","keywords":["file","pinterest"],"articleSection":["examples"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/","url":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/","name":"Drop Down List in Excel","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage"},"image":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage"},"thumbnailUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png","datePublished":"2020-11-25T14:48:49+00:00","dateModified":"2024-03-26T12:32:52+00:00","description":"Learn how to create drop-down lists in Excel with this step-by-step tutorial. Get started with creating and manipulating drop-downs in your worksheets.","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#primaryimage","url":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png","contentUrl":"http:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2020\/11\/a-picture-containing-graphical-user-interface-des.png"},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/examples\/drop-down-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"Drop Down List in Excel"}]},{"@type":"WebSite","@id":"https:\/\/officetuts.net\/excel\/#website","url":"https:\/\/officetuts.net\/excel\/","name":"","description":"","publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/officetuts.net\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42","name":"Tomasz Decker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","caption":"Tomasz Decker"},"logo":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/"},"description":"Spreadsheet and Python enthusiast."}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/5299"}],"collection":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=5299"}],"version-history":[{"count":9,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/5299\/revisions"}],"predecessor-version":[{"id":13997,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/5299\/revisions\/13997"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=5299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=5299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=5299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}