Excel Function
DATE
Builds a date from year, month, day.
DATE(year, month, day)Arguments
year
RequiredEnter a numeric value.
month
RequiredEnter a numeric value.
day
RequiredEnter a numeric value.
Practice Preview
calculate and display date/time values. Use DATE to Builds a date from year, month, day. use 2026 for year, use 3 for month, use 8 for day. Fill the argument fields below and complete a formula that achieves this goal.
Sample correct formula
=DATE(2026, 3, 8)