Health indicator (colors) formula in the WBS Configuration template?
System
Employee
This discussion was created from comments split from: Work Breakdown Structure (WBS) - Column Formula Configuration.
Answers
-
I'm very new to Smartsheet formulas. Can someone please explain the Health indicator (colors) formula in the WBS Configuration template?
-
This is the formula.
=IF(ISBLANK([Start Date]@row), "", IFERROR((IF(OR([Start Date]@row = "", [Start Date]@row > TODAY()), "Gray", IF(OR([% Complete]@row = 1, [End Date]@row > TODAY(3)), "Green", IF([End Date]@row < TODAY(), "Red", IF(NETWORKDAYS(TODAY(), [End Date]@row) < 3, "Yellow", "Green"))))), ""))
Gray = Start Date > Today
Green = 100% Complete or End Date > 3 days from today
Red = End Date < Today
Yellow = < 3 workdays from End Date
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!