CountIf NOT equal to 100%
How do I create a CountIf function for all cells that DO NOT equal 100% under a percent complete column?
I tried the both of following but they do not work:
=COUNTIF [% Complete]:[% Complete], <> =1)
=COUNTIF [% Complete]:[% Complete], <>1)
Answers
-
Your second one should have worked, can you share a picture of the column? are there blank values?
EDIT: Mark that, you are missing a parenthesis
=COUNTIF([% Complete]:[% Complete], <>1)
-
thanks @L@123 - it still did not work. I am trying to count all the tasks that are critical (have an exclamation point) and NOT 100% complete. Here is my formula: COUNTIFS(Critical:Critical,="High"), [% Complete]:[% Complete], <>1). I know COUNTIFS(Critical:Critical,="High") is correct b/c it works independently
-
and yes some of Parent task rows are blank
-
COUNTIFS(Critical:Critical,"High", [% Complete]:[% Complete], <>1)
you prematurely closed off your formula. Notice how you have 2 close parenthesis ) and only one open (.
the equals sign in ="High" is also extraneous, but it doesn't harm anything.
-
Thank you!! that worked :)
-
Np. Glad we got it figured out.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives