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
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 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!