Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Automating Project Status
Hello,
I would like Smartsheet to automatically assign a project status based on duration and number of days behind project. I have specifically been asked to assign a project status of red if the task is 20% behind schedule.
Please let me know if you are aware of how to automate this in SS.
Thanks in advance for your assistance.
Jenise
Comments
-
Hi Jenise,
You can place a nested IF statement in your status column that automates this. The following example uses days (not a percentile) to set status to red if a task is behind:
=IF([Due Date]3 > TODAY(), "Red", "Green")
When placed in an RYG symbol column, the above example will set the status to red if the date in row 3 of a column named Due Date is greater than the current date. Otherwise, it sets the status to green.
More on creating formulas can be found in our help article: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
You can find our complete functions list here: https://help.smartsheet.com/functions
-
You can also look at my post here for an example: https://community.smartsheet.com/discussion/automatic-rygrag-schedule-status-formulas
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives