DATE
Description
Returns the date based on the specified year, month, and day.
Syntax
DATE(
year
, month
, day
) - year: The integer representing the year.
- month: The integer representing the month.
- day: The integer representing the day.
Example
Formula | Result |
|---|---|
=DATE(2016,7,15) | "7/15/2016" |
Notes
- If the result is a numeric value instead of a date, check the formatting for the cell to make sure it's set toDate.
Related Functions
DATESBETWEEN