How do I create a workflow to record a date in the future?
I have created a workflow that will record a date once a request has been approved. However, now I need to create a workflow that will document a review date 1 year from the approval date. I can select the record a date option, but it will be the current date not 1 year from that date. Any assistance would be greatly appreciated. Thank you.😀
Answers
-
Greetings,
If you are trying to create a date 1 year in the future based on an approval date, I'm guessing you already have a column on your sheet for review date, correct?
If so, I would use a formula to calculate the review date in the column and not need a workflow. The formula would calculate the date 1 year in the future based on the request approved date. Using the column formula option would populate the formula to the entire column.
An example: =IFERROR(WORKDAY([Request Approved]@row, # of days in the future, holiday list if available), " ")
The formula will create a date in the future based on working days (excludes Saturday and Sunday). If you have a list of other holidays you can use that list in the formula.
Based on a start date of today there are aprox. 250 working days until next year. Your days may vary but wanted to provide a starting point.
I hope this helps.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
@Frank Smith Thank you so much for your suggestion. I will try it out now!
-
@Frank Smith Hi! I just entered the following formula and received an error (#UNPARSEABLE). The approved date is automatically saved in the CEO APPROVAL DATE column. Do you notice anything wrong? Thank you.
=IFERROR(WORKDAY([CEO APPROVAL DATE]@row, # of days in the future, holiday list if available), " ")
-
Try this:
=IFERROR(WORKDAY([CEO APPROVAL DATE]@row, 250), " ")
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
@Frank Smith Thank you so much. It worked!! 🎉
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!