Summary Count w/ Multiple Criteria
Help please! I am trying to use the sheet summary to count with two criteria - Test Status and Region. I want to see the number of test scenarios that are in the US and Not Started, as well as Europe/Not Started, India/Not Started, etc. I have tried several variations of what I thought would work and I'm still getting #UNPAREABLE.
=COUNTIFS(CHILDREN([Test Status]1:[Test Status]1292), "Not Started"), AND(CHILDREN([Region1:Region1292]), "US")
=COUNTIFS(CHILDREN([Test Status]1:[Test Status]1292), "Not Started"), (CHILDREN([Region1:Region1292]), "US")
=COUNTIFS(CHILDREN([Test Status]1:[Test Status]1292)), "Not Started", (CHILDREN([Region1:Region1292])), "US")
Answers
-
Why are you using Children?
-
Try =COUNTIFS([Test Status]1:[Test Status]1292, "Not Started", [Region1:Region1292], "US")
-
I have parent rows throughout which I am showing the status, but I don't want to count those rows. The formula you suggested did not work, still showing #UNPARSEABLE.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!