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
- 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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!