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
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 500 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 78 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!