Updating Overall Status based on 3 other Statuses
Hello, I need help writing a formula for the Overall Health cell based on the Scope Health, Budget Health, and Schedule Health cells.
If any of the 3 cells are yellow, Overall is yellow. If any of the 3 cells are red, Overall is red. If all 3 are green, overall is green.
Best Answer
-
Hi @Bvinston
Please see if this will work for you:
=IF(CONTAINS("Red", [Scope Health]@row:[Schedule Health]@row), "Red", IF(CONTAINS("Yellow", [Scope Health]@row:[Schedule Health]@row), "Yellow", IF(CONTAINS("green", [Scope Health]@row:[Schedule Health]@row), "Green", "")))
Hope this helps!
Answers
-
Hi @Bvinston
Please see if this will work for you:
=IF(CONTAINS("Red", [Scope Health]@row:[Schedule Health]@row), "Red", IF(CONTAINS("Yellow", [Scope Health]@row:[Schedule Health]@row), "Yellow", IF(CONTAINS("green", [Scope Health]@row:[Schedule Health]@row), "Green", "")))
Hope this helps!
-
@ker9 That worked, thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!