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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!