docs / articles / Dynamic Dates in Excel: How to Enter & Format

Dynamic Dates in Excel: How to Enter & Format

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

Entering dynamic dates in Excel is a common task when you want your data to update automatically based on the current date. This is particularly useful in tracking deadlines, events, or trends over time. Here's a step-by-step guide on how to achieve this using Excel's built-in functions and features.

How to Add Dates in Excel Automatically (2 Simple Steps)
How to Add Dates in Excel Automatically (2 Simple Steps)

Before we dive into the methods, let's ensure you're familiar with Excel's date functions. Excel stores dates as serial numbers, where January 1, 1900, is serial number 1. Each day after that is represented by a sequential number. This system allows Excel to perform calculations with dates just like it does with numbers.

How to fill date by week in Excel quickly and easily?
How to fill date by week in Excel quickly and easily?

Using the TODAY Function

The TODAY function in Excel returns the current date. This function is volatile, meaning it recalculates every time the worksheet is opened or recalculated. Let's see how to use it.

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

1. In the cell where you want the dynamic date to appear, type the following formula: `=TODAY()`.

2. Press Enter. Excel will display the current date in the cell. Each time you open the workbook or recalculate the worksheet, the date will update automatically.

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

Formatting the Date

By default, Excel displays dates in the format set by your regional settings. However, you can format the date to display in a specific way. Here's how:

1. Select the cell with the date.

How to change date format in Excel 365 Online
How to change date format in Excel 365 Online

2. Click on the 'Number' group in the 'Home' tab.

3. Select 'Format as Date' and choose the date format you prefer. For example, 'mm/dd/yyyy' or 'dd/mm/yyyy'.

Displaying the Date with a Time Stamp

How to Use Excel UserForm as Date Picker (with Easy Steps) - ExcelDemy
How to Use Excel UserForm as Date Picker (with Easy Steps) - ExcelDemy

If you want to display the current date with a time stamp, you can use the NOW function instead of TODAY. The NOW function returns the current date and time.

1. In the cell where you want the dynamic date and time to appear, type the following formula: `=NOW()`.

Don't save the date ๐Ÿ“†
Don't save the date ๐Ÿ“†
How to put dates in excel!
How to put dates in excel!
Boost Productivity: Create a Dynamic, Interactive Calendar in Excel ๐Ÿ—“๏ธ
Boost Productivity: Create a Dynamic, Interactive Calendar in Excel ๐Ÿ—“๏ธ
How to make a dynamic calendar in excel
How to make a dynamic calendar in excel
How to create a drop down list calendar (date picker) in Excel?
How to create a drop down list calendar (date picker) in Excel?
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 Filter Dates by Month and Year in Excel (4 Easy Methods)
How to Filter Dates by Month and Year in Excel (4 Easy Methods)
How to Use Dates in Excel - 10 Things You Must Know
How to Use Dates in Excel - 10 Things You Must Know
How to Add 7 Days to a Date in Excel (3 Methods)
How to Add 7 Days to a Date in Excel (3 Methods)
How to Create a Timestamp in Excel
How to Create a Timestamp in Excel
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
2 Ways To Display Weekday For A Date In Excel
2 Ways To Display Weekday For A Date In Excel
NEW Date Picker in Excel for Web โ€“ Finally Here
NEW Date Picker in Excel for Web โ€“ Finally Here
How to find Day of any Date in Excel | Imran Ansari
How to find Day of any Date in Excel | Imran Ansari
Concatenate Date in Excel - How to Do? Examples And Templates.
Concatenate Date in Excel - How to Do? Examples And Templates.
How to list Weekdays, Workdays and Weekend Dates using Dynamic Formula in Excel
How to list Weekdays, Workdays and Weekend Dates using Dynamic Formula in Excel
How to Quickly Insert Date And Time In Excel
How to Quickly Insert Date And Time In Excel
Calculate days from/before date in Excel
Calculate days from/before date in Excel
Data Entry Form in Excelโ€ผ๏ธ #excel
Data Entry Form in Excelโ€ผ๏ธ #excel
Dynamic Calendar with Single formula
Dynamic Calendar with Single formula

2. Press Enter. Excel will display the current date and time in the cell. The date and time will update automatically each time you open the workbook or recalculate the worksheet.

Using the TEXT Function to Display Dynamic Dates

The TEXT function allows you to display a date in a specific format. This can be useful when you want to display a date in a format that Excel doesn't support natively.

1. In the cell where you want the dynamic date to appear, type the following formula: `=TEXT(TODAY(), "format")`. Replace "format" with the format you want. For example, to display the date as "dddd, mmmm dd, yyyy", you would use `=TEXT(TODAY(), "dddd, mmmm dd, yyyy")`.

2. Press Enter. Excel will display the current date in the specified format. The date will update automatically each time you open the workbook or recalculate the worksheet.

Remember, the key to working with dates in Excel is understanding how Excel stores and manipulates them. With a bit of practice, you'll be entering dynamic dates like a pro. Now, go forth and make your data dynamic!