{"id":224,"date":"2025-10-12T18:01:57","date_gmt":"2025-10-12T18:01:57","guid":{"rendered":"https:\/\/blog.callmelazy.eu\/?p=224"},"modified":"2025-10-31T22:43:20","modified_gmt":"2025-10-31T22:43:20","slug":"tips-and-tricks-for-excel-in-cell-dropdowns","status":"publish","type":"post","link":"https:\/\/blog.callmelazy.eu\/?p=224","title":{"rendered":"Tips and tricks for Excel in-cell dropdowns"},"content":{"rendered":"\n<p>Are you tired of users (even yourself) mis-typing data in Excel cells, breaking your lookup formulas? Do you want to select from a list of items to reduce typing and copy\/paste?<\/p>\n\n\n\n<p>You probably saw Excel worksheets where you click on the &#8220;down&#8221; arrow and get a list. This quick guide will help you do it and reveal a few tips and tricks to make your life easier.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting started with data validation and in-cell dropdowns<\/h2>\n\n\n\n<p>In-cell dropdowns start with &#8220;Data Validation&#8221;. This limits the data a user can enter in a cell. It is available in the &#8220;Data&#8221; ribbon, within Microsoft Excel:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"105\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1024x105.png\" alt=\"Data Ribbon in Excel, with the Data Validation button highlighted.\" class=\"wp-image-225\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1024x105.png 1024w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-300x31.png 300w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-768x79.png 768w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image.png 1445w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Click on the Data Validation button and you get the &#8220;Validation criteria&#8221; window, where you choose what to allow. By default, it is &#8220;Any value&#8221;:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"396\" height=\"137\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1.png\" alt=\"\" class=\"wp-image-226\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1.png 396w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1-300x104.png 300w\" sizes=\"auto, (max-width: 396px) 100vw, 396px\" \/><\/figure>\n\n\n\n<p>For in-cell dropdown lists, select &#8220;List&#8221; from the &#8220;Allow&#8221; options:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"396\" height=\"237\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-3.png\" alt=\"\" class=\"wp-image-228\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-3.png 396w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-3-300x180.png 300w\" sizes=\"auto, (max-width: 396px) 100vw, 396px\" \/><\/figure>\n\n\n\n<p>Then, in the &#8220;Source&#8221; field, enter the list of data to choose from:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"387\" height=\"216\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4.png\" alt=\"\" class=\"wp-image-229\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4.png 387w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4-300x167.png 300w\" sizes=\"auto, (max-width: 387px) 100vw, 387px\" \/><\/figure>\n\n\n\n<p>Note also the &#8220;In-cell dropdown&#8221; checkbox: it must be checked to get an in-cell dropdown (this is the default). You have few ways to enter the Source, and I will provide some tips about it. I start with the most scalable approach and I present some shortcuts later.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The best way: use tables and named ranges<\/h2>\n\n\n\n<p>The best way to set the source for a data validation list is:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a Table<\/li>\n\n\n\n<li>Create a Named Range inside the table<\/li>\n\n\n\n<li>Use the named range as the Source in the Data Validation window<\/li>\n<\/ol>\n\n\n\n<p>Let&#8217;s explain this step by step.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A short introduction to Tables<\/h3>\n\n\n\n<p>First, let&#8217;s explain an often misunderstood feature in Excel: Tables.<\/p>\n\n\n\n<p>For many users, Tables is only a cosmetic feature. This misunderstanding may be due to the choice of words on the button: &#8220;Format as Table&#8221;:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"135\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-15-1024x135.png\" alt=\"\" class=\"wp-image-248\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-15-1024x135.png 1024w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-15-300x40.png 300w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-15-768x101.png 768w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-15.png 1092w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In reality, &#8220;Format as Table&#8221; does a lot more than pleasing the eye. Internally, Excel handles Tables very differently to Ranges. This improves data validation lists, among other things. If you want to understand tables better, you can read more about them <a href=\"https:\/\/blog.callmelazy.eu\/?p=290\">here<\/a>. For now, let&#8217;s see how they affect Data Validation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Set up a Table for Data Validation<\/h3>\n\n\n\n<p>To prepare the table, follow these steps (or check the video below):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter a title and, underneath, the list of values you wish to use. Skip the first row: start from the second row, or lower.<\/li>\n\n\n\n<li>Select the cells where you entered the values, including the title.<\/li>\n\n\n\n<li>Click &#8220;Format as Table&#8221; in the ribbon. In the popup that comes up, select &#8220;My Table has headers&#8221;.<\/li>\n\n\n\n<li>Use the &#8220;Table Name&#8221; field in the &#8220;Table Design&#8221; ribbon (it appears when a Table cell is selected) to rename your table to be something meaningful. I apply the &#8220;tbl&#8221; prefix, shorthand for &#8220;table&#8221;.<\/li>\n\n\n\n<li>Then, hover the mouse close to the top boundary of the table&#8217;s header, until it becomes a black arrow pointing down. Click, and the cells under the title will be selected. This is easier if the table does not start at the top row, or the black arrow can select the entire worksheet column. If this happens, click somewhere else and try again.<\/li>\n\n\n\n<li>With the cells under the title selected, click in the Name Box (the cell right above Column A, where you find the address of the selected cell) and type a name. This creates a named range, and this will also be the name of your data validation list. I usually use the same name as the table title, but with a &#8220;lst&#8221; prefix instead of &#8220;tbl&#8221;: if the title is &#8220;Title&#8221;, the table name would be &#8220;tblTitle&#8221; and the range name &#8220;lstTitle&#8221;.<\/li>\n<\/ul>\n\n\n\n<p>Check it out:<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"442\" style=\"aspect-ratio: 1080 \/ 442;\" width=\"1080\" controls src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-for-Data-Validation.mp4\"><\/video><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Use the Table for data validation<\/h3>\n\n\n\n<p>You can now use the Table you just created for data validation. Start where we left off earlier, the Source field in the Data Validation window:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"387\" height=\"216\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4.png\" alt=\"\" class=\"wp-image-229\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4.png 387w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-4-300x167.png 300w\" sizes=\"auto, (max-width: 387px) 100vw, 387px\" \/><\/figure>\n\n\n\n<p>Type the equal sign (=) followed by the name of the range you created (noted as &#8220;lstTitle&#8221; above) in the &#8220;Source&#8221; field. Then click ok and the in-cell dropdown is ready to use:<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"492\" style=\"aspect-ratio: 1914 \/ 492;\" width=\"1914\" controls src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Data-validation-with-table-named-range.mp4\"><\/video><\/figure>\n\n\n\n<p>This approach has the following benefits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Using a named range makes it much easier to track data validation lists, as you can choose meaningful names. You could accomplish the same by creating a named range outside a table, but using a table brings a second advantage.<\/li>\n\n\n\n<li>The named range within the table makes it expand automatically if you add values at the bottom. It may not sound as much, yet it makes it expanding your data validation list much easier, when needed later, and helps avoid errors.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Upgrade your lists with <a href=\"https:\/\/appsource.microsoft.com\/en-us\/product\/office\/WA200008888\">Power Dropdown<\/a><\/h2>\n\n\n\n<p>Using the tips explained above, your in-cell dropdown lists will scale well, helping you create and maintain even complex workbooks without worrying much about errors.<\/p>\n\n\n\n<p>To make your in-cell dropdown lists even more powerful, consider using the <a href=\"https:\/\/appsource.microsoft.com\/en-us\/product\/office\/WA200008888\">Power Dropdown<\/a> add-in:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It displays the list in a popup window, making it more user-friendly.<\/li>\n\n\n\n<li>It extends the list to the entire table column, if your data validation list is inside a table.<\/li>\n\n\n\n<li>You can display additional text (a &#8220;label&#8221;), next to the selectable value, to help users choose.<\/li>\n\n\n\n<li>The values can be deduped taking labels into account.<\/li>\n\n\n\n<li>You can filter the list by typing. If you added labels, the filter also applies to them.<\/li>\n\n\n\n<li>A button can take you to the data validation list, very handy if you have many of them.<\/li>\n\n\n\n<li>With the Premium version, you can also pre-define filters, to shorten the list.<\/li>\n<\/ul>\n\n\n\n<p>Check it out:<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"720\" style=\"aspect-ratio: 1280 \/ 720;\" width=\"1280\" controls src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Power-Dropdown-Basic-Demo.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Lazier in-cell dropdowns<\/h2>\n\n\n\n<p>The method explained above, using tables and named ranges, is the safest and most scalable way to create in-cell dropdown lists. But I admit it is laborious and it can be tempting to skip some steps. Here, I explain some shortcuts you can take, and their consequences.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Skipping the Table: using a range as the Source<\/h3>\n\n\n\n<p>If you skip creating a table, you can enter the list of values in any range inside your workbook before clicking the Data Validation button:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"303\" height=\"188\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-12.png\" alt=\"\" class=\"wp-image-237\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-12.png 303w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-12-300x186.png 300w\" sizes=\"auto, (max-width: 303px) 100vw, 303px\" \/><\/figure>\n\n\n\n<p>Then, in the Data Validation window, click inside the &#8220;Source&#8221; field and select the range where you entered the values:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"238\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-14.png\" alt=\"\" class=\"wp-image-247\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-14.png 614w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-14-300x116.png 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/figure>\n\n\n\n<p>Click ok, and you still get an in-cell dropdown which works quite well:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can easily find and modify the list of valid values.<\/li>\n\n\n\n<li>If you have multiple cells pointing to the same data validation range, they all pick up changes at once.<\/li>\n\n\n\n<li>You can insert rows within the range and Excel automatically expands the data validation list to include inserted cells:<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"314\" height=\"229\" data-id=\"241\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/data-validation-in-range1-1.png\" alt=\"In-cell dropdown connected to a range\" class=\"wp-image-241\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/data-validation-in-range1-1.png 314w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/data-validation-in-range1-1-300x219.png 300w\" sizes=\"auto, (max-width: 314px) 100vw, 314px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"283\" height=\"206\" data-id=\"246\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/data-validation-in-range2-4.png\" alt=\"\" class=\"wp-image-246\"\/><\/figure>\n<\/figure>\n\n\n\n<p>Even though using a range for the source works well enough, it has a few problems:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Excel displays the range using coordinates (like $C$4:$C:$8 above). It can become confusing when using multiple ranges as data validation lists.<\/li>\n\n\n\n<li>If you add items at the bottom of the list, the data validation list does not extend to include them. This can be inconvenient and cause errors.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Skip the named range, but still use a table<\/h3>\n\n\n\n<p>A slight variation to the above, is to create a Table, as explained earlier, but skip creating the named range and just click on the cells inside the table to use them as the Source, using cell coordinates.<\/p>\n\n\n\n<p>The downside of this is that the range will not expand when the table expands, when you add to the bottom of your list. In this case, <a href=\"https:\/\/callmelazy.eu\/?page_id=42\">Power Dropdown<\/a> can help again, because it will always use the full length of your table, even if a range skips some cells.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8220;quick and dirty&#8221;, and least recommended way<\/h3>\n\n\n\n<p>The most obvious (and least recommended) way is to enter a list of values directly in the Source field, like shown below, and hit the OK button (depending on your regional settings, you may replace the semicolons &#8220;;&#8221; with commas &#8220;,&#8221;):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"391\" height=\"318\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-7.png\" alt=\"\" class=\"wp-image-232\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-7.png 391w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-7-300x244.png 300w\" sizes=\"auto, (max-width: 391px) 100vw, 391px\" \/><\/figure>\n\n\n\n<p>I recommend against using this approach because:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The list of valid values is hidden within the data validation settings. The only way to see the list or change it is using the same sequence described above and that&#8217;s not convenient at all.<\/li>\n\n\n\n<li>It is possible to apply the same data validation list to multiple cells, but then if you need to change the list you have to apply it everywhere again. Not convenient. And error prone.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">More about the Power Dropdown Excel add-in<\/h2>\n\n\n\n<p>Power Dropdown doesn&#8217;t send any of your data to the cloud, it&#8217;s all kept within your file. It only makes in-cell dropdown lists even more powerful; and easier to use.<\/p>\n\n\n\n<p>When you install Power Dropdown, a 3-month trial period starts, during which you can use all features (including Premium). Once the trial is over, you will need a subscription to keep using it. You can also install Power Dropdown from Microsoft Appsource using the links provided below.<\/p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/appsource.microsoft.com\/en-us\/product\/office\/WA200008888\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"163\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_AppSource.png\" alt=\"\" class=\"wp-image-258\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_AppSource.png 367w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_AppSource-300x133.png 300w\" sizes=\"auto, (max-width: 367px) 100vw, 367px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/portal.azure.com\/#view\/Microsoft_Azure_Marketplace\/GalleryItemDetailsBladeNopdl\/preview\/undefined\/id\/callmelazy.powerdropdown\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"163\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_Azure_Marketplace.png\" alt=\"\" class=\"wp-image-259\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_Azure_Marketplace.png 450w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/MS_Azure_Marketplace-300x109.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<p>If you&#8217;d like to learn more about Power Dropdown, click <a href=\"https:\/\/powerdropdown.callmelazy.eu\/help.html\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> for the user guide.<\/p>\n\n\n\n<p>You can also <a href=\"https:\/\/powerdropdown.callmelazy.eu\/assets\/Power%20Dropdown%20Demo%20v2.xlsx\">download a demo file<\/a> to experiment with Power Dropdown using a some pre-defined in-cell dropdowns and label\/filter rules.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you tired of users (even yourself) mis-typing data in Excel cells, breaking your lookup formulas? Do you want to select from a list of items to reduce typing and copy\/paste? You probably saw Excel worksheets where you click on the &#8220;down&#8221; arrow and get a list. This quick guide will help you do it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[38,39],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-microsoft-office","tag-excel","tag-microsoft-office"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tips and tricks for Excel in-cell dropdowns - Call me lazy blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.callmelazy.eu\/?p=224\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tips and tricks for Excel in-cell dropdowns - Call me lazy blog\" \/>\n<meta property=\"og:description\" content=\"Are you tired of users (even yourself) mis-typing data in Excel cells, breaking your lookup formulas? Do you want to select from a list of items to reduce typing and copy\/paste? You probably saw Excel worksheets where you click on the &#8220;down&#8221; arrow and get a list. This quick guide will help you do it [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.callmelazy.eu\/?p=224\" \/>\n<meta property=\"og:site_name\" content=\"Call me lazy blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-12T18:01:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-31T22:43:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1445\" \/>\n\t<meta property=\"og:image:height\" content=\"148\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\"},\"headline\":\"Tips and tricks for Excel in-cell dropdowns\",\"datePublished\":\"2025-10-12T18:01:57+00:00\",\"dateModified\":\"2025-10-31T22:43:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224\"},\"wordCount\":1484,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-1024x105.png\",\"keywords\":[\"excel\",\"microsoft office\"],\"articleSection\":[\"Microsoft Office\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224\",\"name\":\"Tips and tricks for Excel in-cell dropdowns - Call me lazy blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-1024x105.png\",\"datePublished\":\"2025-10-12T18:01:57+00:00\",\"dateModified\":\"2025-10-31T22:43:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#primaryimage\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image.png\",\"width\":1445,\"height\":148},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=224#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.callmelazy.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tips and tricks for Excel in-cell dropdowns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#website\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/\",\"name\":\"Call me lazy blog\",\"description\":\"Laziness as a source of innovation and creativity\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/blog.callmelazy.eu\"],\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tips and tricks for Excel in-cell dropdowns - Call me lazy blog","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:\/\/blog.callmelazy.eu\/?p=224","og_locale":"en_US","og_type":"article","og_title":"Tips and tricks for Excel in-cell dropdowns - Call me lazy blog","og_description":"Are you tired of users (even yourself) mis-typing data in Excel cells, breaking your lookup formulas? Do you want to select from a list of items to reduce typing and copy\/paste? You probably saw Excel worksheets where you click on the &#8220;down&#8221; arrow and get a list. This quick guide will help you do it [&hellip;]","og_url":"https:\/\/blog.callmelazy.eu\/?p=224","og_site_name":"Call me lazy blog","article_published_time":"2025-10-12T18:01:57+00:00","article_modified_time":"2025-10-31T22:43:20+00:00","og_image":[{"width":1445,"height":148,"url":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.callmelazy.eu\/?p=224#article","isPartOf":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224"},"author":{"name":"admin","@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9"},"headline":"Tips and tricks for Excel in-cell dropdowns","datePublished":"2025-10-12T18:01:57+00:00","dateModified":"2025-10-31T22:43:20+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224"},"wordCount":1484,"commentCount":0,"image":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224#primaryimage"},"thumbnailUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1024x105.png","keywords":["excel","microsoft office"],"articleSection":["Microsoft Office"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.callmelazy.eu\/?p=224#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.callmelazy.eu\/?p=224","url":"https:\/\/blog.callmelazy.eu\/?p=224","name":"Tips and tricks for Excel in-cell dropdowns - Call me lazy blog","isPartOf":{"@id":"https:\/\/blog.callmelazy.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224#primaryimage"},"image":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224#primaryimage"},"thumbnailUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-1024x105.png","datePublished":"2025-10-12T18:01:57+00:00","dateModified":"2025-10-31T22:43:20+00:00","author":{"@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9"},"breadcrumb":{"@id":"https:\/\/blog.callmelazy.eu\/?p=224#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.callmelazy.eu\/?p=224"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.callmelazy.eu\/?p=224#primaryimage","url":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image.png","contentUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image.png","width":1445,"height":148},{"@type":"BreadcrumbList","@id":"https:\/\/blog.callmelazy.eu\/?p=224#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.callmelazy.eu\/"},{"@type":"ListItem","position":2,"name":"Tips and tricks for Excel in-cell dropdowns"}]},{"@type":"WebSite","@id":"https:\/\/blog.callmelazy.eu\/#website","url":"https:\/\/blog.callmelazy.eu\/","name":"Call me lazy blog","description":"Laziness as a source of innovation and creativity","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.callmelazy.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/blog.callmelazy.eu"],"url":"https:\/\/blog.callmelazy.eu\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=224"}],"version-history":[{"count":25,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":313,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/224\/revisions\/313"}],"wp:attachment":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}