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.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!