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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!