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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!