Date populated from a start date then a number of months after it
Maxine Roberts
✭✭✭✭
Hi everyone,
I'm after a formula that will take a date from the last time a process was completed and then add a number of months to it e.g. process was last completed 01/01/2021 and needs to be carried again 6 months later so the formula would populate the 01/06/2021
Tags:
Answers
-
Hey @Maxine Roberts
Give this a try
=IF(MONTH(Date@row) + 6 > 12, DATE(YEAR(Date@row) + 1, MONTH(Date@row) - 6, DAY(Date@row)), DATE(YEAR(Date@row), MONTH(Date@row) + 6, DAY(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!