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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!