Contains If Returning Incorrect Argument Set
Hello,
I created this formula:
=COUNTIFS(CONTAINS("2009", {Protocol #}), {Amendment}, "0")
To review a list of Protocol Numbers (column) that contain 2009 (the year, part of the protocol number) and are not amendments (column of check boxes, want those that are unchecked).
I tried a variety of versions of this, but this error message "Incorrect Argument Set" seems to be the best error message (ha!) so I am posting this version for suggestions.
Ideas? Thanks in advance.
Best Answer
-
Try this:
=COUNTIFS({Protocol #}, CONTAINS("2009", @cell), {Amendment}, @cell <> 1)
Answers
-
Try this:
=COUNTIFS({Protocol #}, CONTAINS("2009", @cell), {Amendment}, @cell <> 1)
-
That works! Thank you for this speedy and helpful response!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!