How to count At Risk task to create a report?
Hi,
I'm using a template and it already allow me to flag a column when At Risk. I would like to count how many items I have flagged, but i'm not sure how.
I've used
=SUMIF({Sheet - Request Tracker with Form Range 1}, "Red")
=COUNTIF({Sheet - Request Tracker with Form Range 1}, "Flag")
Thanks for your help
Answers
-
Hi
The correct formula will be:
=COUNTIF({Sheet - Request Tracker with Form Range 1}, "Red")
Hope this helps!
regards
Nasir
-
Hi Nasir, I tried that and it did not work. What I am trying to count is the Pre-Assigned Column in Smartsheets standard Grid that has the "At Risk" Flags that you can select to enable or disable the flags that turn them red. However, "Red" is not a valid Criterion to count the number of activities at risks which are flagged. Is there perhaps another Criterion I can try? I also tried "Flag" ..."Flagged" and "True" and none of them work either.
Thank you kindly.
-
@lewis hamilton Your response is not related to Smartsheet.
@Julio Martinez Coronado Try this:
=COUNTIF({Sheet - Request Tracker with Form Range 1}, 1)
The 1 represents a "true" value or a "flag". 0 would represent "false" or "not flagged".
@Tashawn Payne Please see above about using 1 vs 0 as a criteria for counting flags.
-
Hi,
I understand how to count the At Risk flags but
=COUNTIF({Onboarding Tasks Range 1}), 1)
But I am not clear on how to count other symbols. For instance I need to count the number of High Priority tasks in a sheet ("!). What would be the syntax necessary to return values for that symbol?
-
@TSmelser If you click on the dropdown arrow to display the options available within a cell, you are going to want to reference the text portion.
=COUNTIFS({Range}, "High")
-
Yes, Thank you Paul. I have no text within the drop down. Only the symbol. Am I able to add text? I did try to add HAS(@cell, "!") but still return a value of 0
I may have to resort to a simple drop down rather than the symbols
-
No. When you use the text in the formula, it will register the symbol.
So the column itself will show the "!", but to reference it in formulas you need to use "High".
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!