Change RED/YELLOW/GREEN symbol based on 'At Risk' containing set # of occurrences
Hi - I'm trying to get the 'Project/Phase Health' column to change to YELLOW if I have 1 to 2 'At Risk' task, but to be GREEN if all task have empty 'at risk'. I tried to SUM the 'At Risk' column as I thought 'At Risk' = "Yes" means that the cell had "1" in in (equivocably).
What's the formula to say that IF(SUM of 'At Risk' Column <> 0 then "Yellow" in the red/yellow/green column)?
Answers
-
Hi @Zach Zalowitz
Hope you are fine, please try the following formula and convert it to column format formula:
=IFERROR(IF([At Risk]@row = 0, "Green", IF([At Risk]@row > 2, "Red", "Yellow")), "")
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi - Appreciate this answer, but it answers for the cell-by-cell equation. I'm trying to find a range of cells, and if the At-Risk flag SUM's up for those, that (only at one main heading row) I change the 'health' of that phase of the project. Is there a way to SUM ?
-
Could you please share me as an admin on a copy of your sheet after removing any sensitive data and I will check it for you
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!