Due date Automation

Hi
I would like my due date to update based on status
A date requested is already added when previous data is entered. due date should equal requested date. When a status is updated
"Waiting on vendor" it adds 3 days to the current day that this status was selected once complete the status will change to
"Waiting on funding" it will then add another 3 days once that status was selected for that step .
What formula do I add so that it will automatically update the dates.
Answers
-
Hi @Jett,
If I understand you correctly, you want a due date that equals the requested date when submitted, adds 3 days from the date that status was changed to "Waiting on Vendor", and then when the status changes to "Waiting on Funding", it adds 3 days to when that status is changed?
If that's correct, I think you'd want to have a column to keep track of when the order status is changed (so maybe a Status Change Date)?
Then, for the due date, a formula like this should work:
=IF(Status@row = "Ordered", [Requested Date]@row, WORKDAY([Status Change Date]@row, 3))
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!