Return the first day of the current month


 A
1=TODAY() = Saturday 01 March 2025
2=NOW() = Saturday 01 March 2025 08:38:13
3=DATE(YEAR(TODAY()), MONTH(TODAY()), 1) = 3/1/2025 0:00

Built-in Functions

TODAY - The date serial number representing today's date.
NOW - The date serial number of the current system date and time.
DATE - The date as a date serial number given a year, month, day.
YEAR - The year as an integer given a date serial number.
MONTH - The month as an integer given a date serial number.


Related Formulas

Return the first day of the next month
Return the first day of the previous month
Return the last day of the current month
Return the last day of the next month
Return the last day of the previous month


© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top