How to cound items in a RAID log using the Health Color
Hello -
I would like to reoprt the # of green, vs. yellow vs. red items in my RAID log and use that # in a chart on dashboard.
I use a lot of countifs but I am not sure how to countif the health column. It shows a green dot so I want to count that as one green.
Thanks for any help you can give.
Best Regards,
Christine
Best Answer
-
Hello, @L_Christine!
If you are familiar with a COUNTIF function, this should be fairly easy to implement.
When you select your symbols from the properties menu, if you hover over the item you will get a 'definition' or 'name' for each symbol. As in my screen shot below, the lights are named simply red, yellow or green, but in order to count them, you need to use the following syntax to avoid errors: "Red" , "Yellow" , "Green"
In the second screenshot you can see an actual example from one of my sheets:
=COUNTIF([Column4]:[Column4], "Red") //answer = 1//
I hope this helps! It is super useful! Last screenshot shows how I use it on one of my dashboards. @Stacey C
Answers
-
Hello, @L_Christine!
If you are familiar with a COUNTIF function, this should be fairly easy to implement.
When you select your symbols from the properties menu, if you hover over the item you will get a 'definition' or 'name' for each symbol. As in my screen shot below, the lights are named simply red, yellow or green, but in order to count them, you need to use the following syntax to avoid errors: "Red" , "Yellow" , "Green"
In the second screenshot you can see an actual example from one of my sheets:
=COUNTIF([Column4]:[Column4], "Red") //answer = 1//
I hope this helps! It is super useful! Last screenshot shows how I use it on one of my dashboards. @Stacey C
-
This is excellent - thank you very much! I made my formula work too!
Smartsheets is great!
-
Happy to help! Have a great afternoon!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!