End Date from Start Date IF Statement
Trying to populate an end date from a manually inputted start date. The end date is 9 months after the start date. Currently using an IF statement. Open to suggestions. If the month is April - December, the cycle ends in the next year, and will begin 3 months prior to the listed month.
Best Answer
-
From what I can see, the suggestion in this help forum might be useful to you (https://community.smartsheet.com/discussion/43131/adding-months-automatically)
The suggestion in there was to use (and replace A2 with the cell you're trying to convert): =IFERROR(DATE(YEAR(A2), MONTH(A2) + 6, DAY(A2)), DATE(YEAR(A2) + 1, MONTH(A2) - 6, DAY(A2)))
Answers
-
From what I can see, the suggestion in this help forum might be useful to you (https://community.smartsheet.com/discussion/43131/adding-months-automatically)
The suggestion in there was to use (and replace A2 with the cell you're trying to convert): =IFERROR(DATE(YEAR(A2), MONTH(A2) + 6, DAY(A2)), DATE(YEAR(A2) + 1, MONTH(A2) - 6, DAY(A2)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!