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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!