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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!