docs / articles / Excel 2016: Add Date Picker to Cells

Excel 2016: Add Date Picker to Cells

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

Streamlining your workflow in Excel 2016 often involves automating repetitive tasks, and adding a date picker to cells can significantly enhance efficiency. A date picker allows users to select dates from a calendar, reducing the risk of errors and speeding up data entry. Here's a step-by-step guide on how to add a date picker to cells in Excel 2016.

Excel Date Picker Tool - Contextures Blog
Excel Date Picker Tool - Contextures Blog

Before we dive into the process, ensure that your Excel 2016 is updated to the latest version. This feature is available in the Office 365 subscription and Excel 2016 standalone version. Let's get started!

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

Enabling the Developer Tab

The date picker feature is located in the Developer tab. If you don't see this tab, don't worry, we'll guide you on how to enable it.

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

To enable the Developer tab, right-click on the Ribbon and select 'Customize the Ribbon'. Check the box next to 'Developer' and click 'OK'.

Using the Form Control Date Picker

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

Excel offers two types of date pickers: Form Control and ActiveX. We'll start with the Form Control date picker, which is simpler to use but has fewer customization options.

To insert a Form Control date picker, click on the 'Developer' tab, then click on 'Insert' in the 'Controls' group. Select 'Form Controls' and click on 'Date Picker'.

Using the ActiveX Date Picker

Excel Date Picker - How to Insert? (Step by Step Examples)
Excel Date Picker - How to Insert? (Step by Step Examples)

The ActiveX date picker offers more customization options but is slightly more complex to use. To insert an ActiveX date picker, click on the 'Developer' tab, then click on 'Insert' in the 'Controls' group. Select 'ActiveX Controls' and scroll down to select 'Date Picker'.

Once inserted, right-click on the date picker and select 'Format Control'. Here, you can customize the date picker's appearance and behavior.

Assigning the Date Picker to a Cell

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

Now that you've inserted the date picker, it's time to assign it to a cell. Right-click on the date picker and select 'Assign Macro'. In the 'Assign Macro' dialog box, select 'New' and give your macro a name (e.g., 'DatePicker'). Click 'OK'.

In the 'Module1' window, you'll see a macro has been created. You can close this window now. The date picker is now assigned to the cell where you want to display the selected date. To display the date in a different cell, you'll need to use a formula.

Calculate days from/before date in Excel
Calculate days from/before date in Excel
How to Add Dates in Excel Automatically (2 Simple Steps)
How to Add Dates in Excel Automatically (2 Simple Steps)
Use This Free Excel Date Picker to Enter Dates on Worksheet
Use This Free Excel Date Picker to Enter Dates on Worksheet
NEW Date Picker in Excel for Web – Finally Here
NEW Date Picker in Excel for Web – Finally Here
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
How to Add 7 Days to a Date in Excel (3 Methods)
How to Add 7 Days to a Date in Excel (3 Methods)
Create a date sequence in Excel and auto fill date series
Create a date sequence in Excel and auto fill date series
How To Add 3 Different Date Picker Calendars in Microsoft Excel [Free Download]
How To Add 3 Different Date Picker Calendars in Microsoft Excel [Free Download]
How to create a date picker in Excel!🙏
How to create a date picker in Excel!🙏
two screens showing the date and time tables for sales data in microsoft office 365,
two screens showing the date and time tables for sales data in microsoft office 365,
How to Use 20+ Date Formulas in Excel
How to Use 20+ Date Formulas in Excel
Auto-Write Dates in Excel With This simple Trick in Seconds!📅  #excel #excelshorts
Auto-Write Dates in Excel With This simple Trick in Seconds!📅 #excel #excelshorts
How to fill date by week in Excel quickly and easily?
How to fill date by week in Excel quickly and easily?
Perfect Inserting A Dropdown Calendar In Excel
Perfect Inserting A Dropdown Calendar In Excel
How to Filter Dates by Month and Year in Excel (4 Easy Methods)
How to Filter Dates by Month and Year in Excel (4 Easy Methods)
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 Concatenate Date in Excel
How to Concatenate Date in Excel
Hide Date Picker Calendar in Access Form - Debra D's Blog
Hide Date Picker Calendar in Access Form - Debra D's Blog
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 Create Timeline Slicer with Date Range in Excel: 4 Methods - ExcelDemy
How to Create Timeline Slicer with Date Range in Excel: 4 Methods - ExcelDemy

Displaying the Selected Date in a Cell

To display the selected date in a cell, use the following formula: `=CELL("contents", "A1")`. Replace 'A1' with the cell reference where you've placed the date picker. This formula retrieves the contents of the cell and displays the selected date.

Remember to format the cell as a date by clicking on the cell, right-clicking, and selecting 'Format Cells'. In the 'Number' tab, select 'Date' and choose the date format you prefer.

Adding a date picker to cells in Excel 2016 can greatly improve your productivity and reduce errors. Whether you opt for the Form Control or ActiveX date picker, the process is straightforward and can be mastered with a little practice. Happy automating!