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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!