logo
excelfunctions.org
bookmarks

DATE

Returns the serial number of a particular date.

Date & TimeBeginner EssentialsDates & Time CalculationsMost Used

What it does

Creates a date value from year, month, and day.

Syntax

DATE(year, month, day)

Arguments

  • year(number) β€” Year component.

Examples

Build a date

Create a date from year, month, day in A2:C2.

FORMULA
=DATE(A2,B2,C2)
RESULT
2026-03-15
SAMPLE DATA
ABC
1YearMonthDay
22026315