Countif status is "In Work" and Multiple choice contains
Hello All,
I am trying to establish a Countifs formula that first checks status, then looks for a specific multiple choice option. Is this possible?
=COUNTIFS({AD-CVT Disc Status}, "In Work"), ({Above Findings}, (CONTAINS(Primary Column]@row, @cell))
Any help is appreciated! Thank you.
Answers
-
This should work, you do have a some extra parentheses:
=COUNTIFS({AD-CVT Disc Status}, "In Work", {Above Findings}, CONTAINS(Primary Column]@row, @cell))
-
Here is the final formula I used.
=COUNTIFS({AD-CVT Disc Status}, "In Work", {AD-CVT Discrepancy Tracking Range 3}, HAS(@cell, [Primary Column]@row))
-
The original formula had an issue with the parenthesis as @Leibel Shuchat pointed out as well as a missing opening square bracket before Primary Column]@row.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!