Countif status is "In Work" and Multiple choice contains
Options

WldAcrUsa
βββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!