Need to set a Workflow for two items

Leann Gibson
✭✭✭✭✭✭
Anyone know how to set a formula: If Request is more than 20 days out and another field is blank?
I have this for the 20 days, not sure how to get the other part. =IF([Date Requested]@row < TODAY() + 20, true, false)
This will be in a Check Box that looks at the Request Date (system generated) and the Start Date (populated by the team).
Example: if today is 20 days from the date the request was summited and the Start Date is blank, then I want the Check Box to populate.
Tags:
Best Answer
-
I think I got it: =IF(ISBLANK([Start Date]@row), IF([Date Requested]@row < TODAY() + 20, true, false))
Answers
-
I think I got it: =IF(ISBLANK([Start Date]@row), IF([Date Requested]@row < TODAY() + 20, true, false))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!