Status Formula Based on % Complete and Start Date
Hi All,
I'm a novice user of Smartsheet. I'm trying to add a formula based on % Complete and the Start Date. I'd like to automate the status based on the following parameters:
If % Complete is 100% = Yes
If % Complete is greater than 0= Hold
If % Complete is 0 = No
If Start Date is in the future = blank
Thanks in advance for any help!
Best Answer
-
Try this:
=IF([Start Date]@row<= TODAY(), IF([% Complete]@row = 1, "Yes", IF([% Complete]@row = 0, "No", "Hold")))
Answers
-
Try this:
=IF([Start Date]@row<= TODAY(), IF([% Complete]@row = 1, "Yes", IF([% Complete]@row = 0, "No", "Hold")))
-
Thank you so much Paul - it worked perfectly!
-
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!