I am trying to have a column to show me the next date of a given month and day.
For example, I have a column that has contract renewal dates. These would be
Jan 1
Aug 1
September 1
December 1
Etc …
I would like the column next to it to figure out the next date based on todays date. If today is August 28, These values would be:
Jan 1, 2025
Aug 1, 2025
Sept 1, 2024
December 1, 2024
Is this possible? I've tried researching but can't find this specific answer. Thanks in advance!
Answers
-
@Herculean You'll need to create one or more helper columns to convert this.
For the Month you'll have a series of if() statements (12 in total) that say if( Jan, 1, if feb, 2 etc. Then you can use a =date() function to pull the text from the right() side of the string all in all ending up with an actual date column created from the string.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!