docs / articles / How to Create a Dropdown Calendar in Excel 64-bit

How to Create a Dropdown Calendar in Excel 64-bit

Eric Jul 09, 2026 2026-07-09 04:40:47

Creating a dropdown calendar in Excel 64-bit can enhance your productivity by streamlining date selection and data entry. This step-by-step guide will walk you through the process, ensuring you master this useful feature.

How to create a drop down list calendar (date picker) in Excel?
How to create a drop down list calendar (date picker) in Excel?

Before we dive in, ensure you're using a 64-bit version of Excel. To check, click on 'File' > 'Account' > 'About Excel'. If your version is 64-bit, you're all set. Let's get started!

How to Add Date Picker Calendar Drop Down in MS Excel (Easy)
How to Add Date Picker Calendar Drop Down in MS Excel (Easy)

Preparing Your Worksheet

Begin by opening a new or existing Excel worksheet. For this example, let's assume you want to create a calendar for the year 2023.

How to Make a Calendar in Excel [Complete Guide + Free Templates] - GeeksforGeeks
How to Make a Calendar in Excel [Complete Guide + Free Templates] - GeeksforGeeks

In cell A1, type 'Date' as the header for your calendar column. Then, in cell A2, enter the start date of your calendar range using the DATE function. For instance, to start with January 1, 2023, enter: =DATE(2023,1,1)

Creating the Calendar Range

Create a Calendar in Excel - Tutorial
Create a Calendar in Excel - Tutorial

Now, drag the small square in the bottom-right corner of cell A2 down to copy the date formula for each subsequent cell. This will create a calendar range for the entire year.

To adjust the range, simply change the start date in cell A2. For example, to start with February 1, 2023, change the formula to: =DATE(2023,2,1)

Formatting the Calendar

an image of a calendar in excel
an image of a calendar in excel

To make your calendar visually appealing, apply date formatting. Select the entire date range, then click on 'Home' > 'Number' > 'Format as Table'. Choose a table style, then click 'OK'.

Next, right-click on the date range and select 'Format Cells' > 'Number' > 'Custom'. In the 'Type' field, enter d-mmm-yy (for day-month-year format) and click 'OK'.

Creating the Dropdown List

How to insert dates from a Popup Calendar (date picker) in Excel – user guide | XLTools
How to insert dates from a Popup Calendar (date picker) in Excel – user guide | XLTools

Now that your calendar is set up, let's create the dropdown list. In a new cell, say B2, enter the following formula: =INDEX($A$2:$A$366, MATCH(B1,$B$1:$B$366,0))

This formula uses INDEX and MATCH functions to pull the date from the calendar range based on the selected month in cell B1.

How to make a dynamic calendar in excel
How to make a dynamic calendar in excel
an image of a calendar in microsoft office 365 with the date and time tab open
an image of a calendar in microsoft office 365 with the date and time tab open
How to Insert a Calendar in Excel (the Simplest Way)
How to Insert a Calendar in Excel (the Simplest Way)
Excel Autofill - how to quickly enter Months, Days, Dates and Numbers without typing
Excel Autofill - how to quickly enter Months, Days, Dates and Numbers without typing
Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel
Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel
How to Make an Interactive Calendar in Excel? (2026 Template)
How to Make an Interactive Calendar in Excel? (2026 Template)
Perfect Inserting A Dropdown Calendar In Excel
Perfect Inserting A Dropdown Calendar In Excel
Calendar in Excel: Make Dynamic, Interactive Calendar in Excel with Formula + Conditional Formatting
Calendar in Excel: Make Dynamic, Interactive Calendar in Excel with Formula + Conditional Formatting
How to Make & Format a Calendar in Excel - Tutorials
How to Make & Format a Calendar in Excel - Tutorials
Drop Down List in Excel
Drop Down List in Excel
a calendar with the words boss how did you create this calendar in excel?
a calendar with the words boss how did you create this calendar in excel?
Don't save the date 📆
Don't save the date 📆
302K views · 10K reactions | How to insert a calendar and date picker in Excel‼️ 🗂️ Don’t forget to save this post! 🧑‍🏫 Get your FREE Excel templates with the link in our bio! 🤯 Follow us on TikTok, YouTube, Twit | CheatSheets
302K views · 10K reactions | How to insert a calendar and date picker in Excel‼️ 🗂️ Don’t forget to save this post! 🧑‍🏫 Get your FREE Excel templates with the link in our bio! 🤯 Follow us on TikTok, YouTube, Twit | CheatSheets
Simple Google Sheets Mini Calendar Tutorial for Productivity
Simple Google Sheets Mini Calendar Tutorial for Productivity
How to create mini calendar in Google Spreadsheet 📅✨
How to create mini calendar in Google Spreadsheet 📅✨
Excel VBA USERFORMS #25 Date Picker Calendar revealed! Loop through Userforms and Controls  Example
Excel VBA USERFORMS #25 Date Picker Calendar revealed! Loop through Userforms and Controls Example
How to Create a Month Calendar in Excel - Tutorial 📆
How to Create a Month Calendar in Excel - Tutorial 📆
a calendar is shown with the words stop making calendars like this in green and white
a calendar is shown with the words stop making calendars like this in green and white
Creating A Drop-Down List In Excel In Just 7 Easy Steps
Creating A Drop-Down List In Excel In Just 7 Easy Steps
How To Create Drop Down List In Excel 2016 - The Tech Journal
How To Create Drop Down List In Excel 2016 - The Tech Journal

Creating the Month List

In cell B1, enter the following formula: =TEXT(TODAY(),"mmm"). This will display the current month in 'mmm' format (e.g., 'Jan').

Now, create a list of months in column A, starting from A2. You can do this manually or use the following formula in A2 and drag it down: =TEXT(DATE(YEAR(TODAY()),ROW()-1,1),"mmm")

Applying the Data Validation

Select cells B1 and B2. Then, click on 'Data' > 'Data Validation'. Under 'Settings', select 'List' and enter the range containing your month list (e.g., A2:A13). Click 'OK'.

Now, when you click on cell B1, you'll see a dropdown list of months. Select a month, and the corresponding dates from your calendar will appear in cell B2.

Congratulations! You've successfully created a dropdown calendar in Excel 64-bit. This dynamic tool will save you time and reduce errors in your data entry. Happy calculating!