Task Health Indicator Formula (IF/AND/OR)
Got burnt out looking for my exact scenario in the forums, so looking for direct help. Trying to create a formula to automate my Health column KPIs based on task status and assigned dates.
Status options: Not started, In Progress, Blocked, Complete
Desired Status Colors
Blue: Status = Complete
Red: Status <> Complete AND Past End Date OR Status = "Blocked"
Yellow: Status = "Not Started" AND Start Date < TODAY AND End Date > TODAY
(i.e., task is past it's start date but status hasn't changed from "not started," and it's not yet late because it hasn't hit the due date)
Green: Everything else
Desired outcome (using TODAY as 10/21):
Edit: Figured it out, I had a comma in the wrong place that was messing it up. If helpful for others:
=IF(Status@row = "complete", "Blue", IF(Status@row = "Blocked", "Red", IF(AND(Status@row <> "Complete", [End Date]@row < TODAY()), "Red", IF(AND(Status@row = "Not Started", [Start Date]@row < TODAY()), "Yellow", "Green"))))
Answers
-
Hi,
Just making sure - you have fixed the problem? Or do you still need help?
Thanks
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!