Formula to count if cells do not contain intact
Hello! I am trying to caculate how many cells in column "Condition" do not have the word intact in it.
This is the formula I am using but getting #unparseable
=Count([Condition]:[Condition])-COUNTIF([Condition]:[Condition],”Intact”)
Is there an error with the formula or one better?
Answers
-
The issue with your formula is the quotes. See how yours are slanted? They are called "Smart Quotes" which (ironically enough) are not recognized as valid characters in a Smartsheet formula. You would need to retype them in the sheet itself or in a text editor such as Notepad (not Word).
But I would still suggest a different formula that simply excludes "Intact" by saying to count cells that are not equal to "Intact".
=COUNTIFS(Condtion:Condition, @cell <> "Intact")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!