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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!