COUNTIF Excluding one Status
Hi, Please consider this below table as a scenario where while that I am counting the HR Type against Solution Type if the COUNTIFS formulae, I simply want to exclude "Complete" ones
Below if the formulae that works without the project Status condition. How do I exclude for Complete
=COUNTIF({HR Category},"B",{Solution Type},"3")
Answers
-
=COUNTIFS({HR Category}, "B", {Solution Type}, "3", NOT({Project Status} = "Complete")))
This one gives me an error.. How do I fix it.
-
Get rid of the NOT function and change the = sign to <>
You also have one too many ) on the end. The formula only needs a single ( and )
-
=COUNTIFS({HR Category}, "B", {Solution Type}, "3", {Project Status} <> "Complete")
-
Thanks, But this is now throwing an INVALID OPERATION ERROR
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!