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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!