Help with COUNTIF
Currently I am counting the number of rows assigned to a particular person using a separate sheet. Currently it counts every row based on the value of the adjacent column. The current entry in the cell that displays the count is =COUNTIF({Sheet - Request Tracker Range 9}, Category26). I need to be able to count the number of rows meeting the criteria in Category26 but excluding any rows in Sheet - Request Tracker Range 8 that are equal to Closed or Cancelled.
Best Answer
-
You would switch over to a COUNTIFS to include multiple range/criteria sets, include the new range, and then include the new criteria.
=COUNTIFS({Sheet - Request Tracker Range 9}, Category26, {New Range}, AND(@cell <> "Closed", @cell <> "Cancelled"))
Answers
-
You would switch over to a COUNTIFS to include multiple range/criteria sets, include the new range, and then include the new criteria.
=COUNTIFS({Sheet - Request Tracker Range 9}, Category26, {New Range}, AND(@cell <> "Closed", @cell <> "Cancelled"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!