RAG status help
I am trying to right a formula to give a RAG status based on 6 columns of check boxes. I want Green for all boxes ticked, Yellow for some, and Red for none. This is the formula I have but it comes up as Unparseable
=IF(COUNTIFS([PTC CRBA]@row:[PTC Aud]@row, 1) = 6, "Green", IF(COUNTIFS([PTC CRBA]@row:[PTC Aud]@row, 1) < 6, “Yellow”, IF(COUNTIFS([PTC CRBA]@row:[PTC Aud]@row, 1) =0, “Red”)))
Thanks
Answers
-
Hi @Claire Hedges
Hope you are fine, please try the following formula and convert it to column format formula ( change the columns name as per your sheet)
=IFERROR(IF(COUNTIF([Column5]@row:[Column10]@row, 1) = 6, "Green", IF(COUNTIF([Column5]@row:[Column10]@row, 1) = 0, "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"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!