How to assign static Due Date based on IF function

From the table example below. When a specific value is chosen from the "Progress" dropdown column I want Due Date to have a static date assigned.
Currently I have the following but every day the Due Date is updated due to TODAY function I used. Any recommendations?
IF(Progress@row = "Waiting on Sales", TODAY(5), IF(Progress@row = "Waiting on Pricing", TODAY(5)..................
Answers
-
I use a workflow to set a date on the row when a specific cell in that row changes. This will keep the date static until the status changes on the cell in that row again. You will need a helper column to use the plus 5 function.
Example:
Static Date - Use automation to set this date.
Due Date =[Static Date]@row+5
-
@JamesB got it to work. Thank you so much.
-
Your Welcome.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!