At Risk Formula with multiple Variables
Hello. I have a RISK column. The column type is Symbols. I'd like create a formula that by default the task row is Green (green circle). If it is 2 days past due it goes Yellow (yellow triangle) and if it is 4 days past due it goes Red (red octagon). Or something of that nature.
Could anyone help me with this?
Answers
-
Here is my formula I have so far but I don't know how to add multiple variables while making GREEN the default otherwise:
=IF(AND(End@row >= TODAY(-3), Status@row = "In Progress"), "Green", "Red")
Essentially, if End date is 3 days past due, and the status row is "In Progress", then change it to the Risk to RED.
-
Try this:
=IF([Due Date]@row<= TODAY(-4), "Red", IF([Due Date]@row<= TODAY(-2), "Yellow", "Green"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!