Countif formula; exclude completed status
Hello,
I currently have the formula to count how many priority levels each team has but would like to exclude the completed items from the count. Is there an additional piece of the formula that I need to include?
Best Answer
-
Try this formula
=COUNTIFS([Priority Level]:[Priority Level], "Medium", [Team Owner]:[Team Owner], "CLSRG", [Status]:[Status], <>”Completed”)
Answers
-
Add another condition to your COUNTIFS for [Status]2:[Status]62, <>”Completed”
-
How would I add the condition to this formula since the different variations that I have tried haven't been working?
=COUNTIFS([Priority Level]:[Priority Level], "Medium", [Team Owner]:[Team Owner], "CLSRG")
-
Try this formula
=COUNTIFS([Priority Level]:[Priority Level], "Medium", [Team Owner]:[Team Owner], "CLSRG", [Status]:[Status], <>”Completed”)
-
Thanks that worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 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!