docs / articles / Dynamic Date & Time in Excel: Inserting Live Dates & Times in Cells

Dynamic Date & Time in Excel: Inserting Live Dates & Times in Cells

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

Ever found yourself in need of updating a spreadsheet with the current date and time, but didn't want to manually input it every time? Excel offers a simple solution to this common problem through the use of dynamic date and time functions. Let's delve into how you can insert a dynamic date and time in a cell in Excel.

How to Create a Timestamp in Excel
How to Create a Timestamp in Excel

Before we dive into the specifics, it's crucial to understand that Excel uses a serial number system to represent dates and times. This system starts from January 1, 1900, and each day is represented by a whole number. Times are represented as fractions of a day, with 0 being midnight and 1 being the next midnight.

How to Quickly Insert Date And Time In Excel
How to Quickly Insert Date And Time In Excel

Using the TODAY Function

The TODAY function in Excel inserts the current date into a cell. It's a volatile function, meaning it recalculates every time Excel performs a calculation, ensuring the date is always up-to-date.

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

To use the TODAY function, simply type it into a cell followed by a closing parenthesis, like this: =TODAY(). The current date will then appear in the cell.

Formatting the Date

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

By default, Excel displays dates in a short format (e.g., 4/23/2022). If you prefer a different format, you can change it using the Number Format option in the Home tab of the ribbon. For example, to display the date as April 23, 2022, select Custom from the Number Format dropdown and enter mmmm d, yyyy.

Alternatively, you can use the TEXT function to format the date. The syntax is =TEXT(TODAY(), "format"), where "format" is the desired date format. For instance, =TEXT(TODAY(), "mmmm d, yyyy") will display the date as April 23, 2022.

Using the NOW Function

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

The NOW function in Excel inserts the current date and time into a cell. Like the TODAY function, NOW is also volatile and recalculates whenever Excel performs a calculation.

To use the NOW function, simply type it into a cell followed by a closing parenthesis, like this: =NOW(). The current date and time will then appear in the cell.

Using the DATE and TIME Functions

How to Insert a Calendar in Excel (the Simplest Way)
How to Insert a Calendar in Excel (the Simplest Way)

If you need more control over the date and time components, you can use the DATE and TIME functions separately and combine them using arithmetic operations.

The DATE function takes three arguments: year, month, and day. For example, =DATE(2022, 4, 23) will insert the date April 23, 2022 into the cell.

How to record date and time automatically when cell changes?
How to record date and time automatically when cell changes?
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 7 Days to a Date in Excel (3 Methods)
How to Add 7 Days to a Date in Excel (3 Methods)
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
2 Ways To Display Weekday For A Date In Excel
2 Ways To Display Weekday For A Date In Excel
How to Use Excel UserForm as Date Picker (with Easy Steps) - ExcelDemy
How to Use Excel UserForm as Date Picker (with Easy Steps) - ExcelDemy
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
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 make a dynamic calendar in excel
How to make a dynamic calendar 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
How to Use Dates in Excel - 10 Things You Must Know
How to Use Dates in Excel - 10 Things You Must Know
the excel time and date sheet
the excel time and date sheet
Concatenate Date in Excel - How to Do? Examples And Templates.
Concatenate Date in Excel - How to Do? Examples And Templates.
Daily Work Tracker Excel: Essential Functions for Better Planning
Daily Work Tracker Excel: Essential Functions for Better Planning
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)
Calculate Number of Days Between Two Dates in Excel - TheAppTimes
Calculate Number of Days Between Two Dates in Excel - TheAppTimes
Elapsed Time Excel
Elapsed Time Excel
How to put dates in excel!
How to put dates in excel!
EVERYTHING about working with Dates & Time in Excel
EVERYTHING about working with Dates & Time in Excel
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)

Combining DATE and TIME

The TIME function takes three arguments: hour, minute, and second. For example, =TIME(12, 30, 0) will insert the time 12:30:00 into the cell.

To combine a date and time, you can use the following formula: =DATE(year, month, day) + TIME(hour, minute, second). For instance, =DATE(2022, 4, 23) + TIME(12, 30, 0) will insert the date and time April 23, 2022 12:30:00 into the cell.

Incorporating dynamic dates and times into your Excel spreadsheets can save you time and ensure your data is always up-to-date. Whether you're using the TODAY and NOW functions or combining DATE and TIME, Excel provides powerful tools to manage dates and times in your workbooks.