Countifs with multiple criteria
Hello,
I am trying to figure out a formula to capture a specific person and how many opened or closed cases they have.
My fields are
Analyst and Date Closed
So for the analyst, let's say i am trying to find out how many cases Leslie King still has open, that would be annotated with the date closed field being blank, and then vice versa if the case was closed. Any help would be appreciated
Comments
-
Open:
=COUNTIFS(Analyst:Analyst; ="Leslie King"; [Date Closed]:[Date Closed]; ="")
Closed:
=COUNTIFS(Analyst:Analyst; ="Leslie King"; [Date Closed]:[Date Closed]; <>"")
"" (two quotation marks) means empty
<> means not equal
so <>"" is [not empty]
Hope this helps
Best regards,
Marcel
-
Thank you. I just tried it and it comes up as unparseable. Doe it matter that it's pulling the name from a contact field?
-
Try swapping the semicolons for commas. Some regions have a different symbol used between formula sections.
-
Thank you soooo much!
-
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives