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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!