Date formulas - Months
Comments
-
Try something like the below. We first use a DATE function to simply add 6 to the month. Then we use an IFERROR function to produce a different date if the month + 6 is more than 12. The different date would simply be subtracting 6 months and then adding 1 to the year.
=IFERROR(DATE(YEAR([Execution Date]@row), MONTH([Execution Date]@row) + 6, DAY([Execution Date]@row)), DATE(YEAR([Execution Date]@row) + 1, MONTH([Execution Date]@row) - 6, DAY([Execution Date]@row)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!