Return the first day of the previous month


 A
1=TODAY() = Monday 03 February 2025
2=NOW() = Monday 03 February 2025 14:07:07
3=DATE(YEAR(TODAY()), MONTH(TODAY())-1, 1) = 01/01/2025

Built-in Functions

DATE - The date as a date serial number given a year, month, day.
NOW - The date serial number of the current system date and time.


Related Formulas

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


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