Count + Contains formula question
Hello!
I'm having trouble with a formula in a sheet summary field.
I have a column called "Service Type" where I want to count the number of entries that contain QA. There are multiple QA entries, some say QA+, some say QA5, QA10 or QA20, QA25, etc. to give you an idea. The common denominator is the QA, so I want to use it to count how many QA entries there are in that column.
=(COUNTIF(CONTAINS([Service Type]:[Service Type], "QA")))
I get an error message of #INCORRECT ARGUMENT SET, so I've done something wrong. I'm just not sure what. Hoping someone may have some ideas.
Thank you!
Best Answer
-
Your syntax just needs adjusted is all.
=COUNTIF([Service Type]:[Service Type], CONTAINS("QA", @cell))
Answers
-
Your syntax just needs adjusted is all.
=COUNTIF([Service Type]:[Service Type], CONTAINS("QA", @cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!