Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
DATE assembles a valid date from three numeric inputs — year, month, and day — returning the corresponding Excel/Sheets serial number. It handles out-of-range month and day values automatically (e.g., month 13 becomes January of the next year), making it ideal for date arithmetic, building dates from text parts, or constructing dynamic date ranges.
=DATE(2025,5,27)=DATE(2025,5,27)Computed by a real spreadsheet engine on the sample data below.
| Year | Month | Day | Date |
| 2025 | 1 | 15 | 2025-01-15 |
| 2025 | 6 | 1 | 2025-06-01 |
| 2024 | 12 | 31 | 2024-12-31 |
=DATE(2025,5,27)→45804
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Combine separate year, month, and day columns into a single date value”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: