mdperry8190
New Member
- Joined
- Jan 31, 2025
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have a formula to spit out certain dates, for example:
will return 1/1/2025
and
will return 6/26/2025.
How do I get it so that it will automatically set it to that date for the previous year? When I open the spreadsheet, I want it to automatically set those dates for 2024 for now, but set them as 2025 when it is opened next year.
Excel Formula:
=DATE(YEAR(TODAY()),1,1)
and
Excel Formula:
=DATE(YEAR(TODAY()),6,26)
How do I get it so that it will automatically set it to that date for the previous year? When I open the spreadsheet, I want it to automatically set those dates for 2024 for now, but set them as 2025 when it is opened next year.