Excel Function

DATE

Builds a date from year, month, day.

DATE(year, month, day)

Arguments

year

Required

Enter a numeric value.

month

Required

Enter a numeric value.

day

Required

Enter a numeric value.

Practice Preview

Use DATE to return the result with these settings (Year: 2026, Month: 3, Day: 8).

Example Table

#
ATask ID
BStart Date
CEnd Date
DNotes
EHoliday
2T0012026/03/012026/03/05Standard task2026/03/03
3T0022026/03/032026/03/10Priority task2026/03/06
4T0032026/03/052026/03/12Standard task2026/03/10
5T0042026/03/082026/03/14Urgent task2026/03/12
6
7
8

How to Use (Formula)

=DATE(2026, 3, 8)

Result

2026/03/08

Practice This Function

DATE FAQ

How do I use DATE in Excel?

Use DATE when you want to build a date from year, month, and day. Enter Year, Month, Day in that order, then add optional arguments when needed.

Where can I practice DATE?

Use the "Start Function Practice" button to jump straight into DATE drills.

What arguments does DATE use?

The main arguments are Year, Month, Day. Enter them in order.