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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives