COUNTIFS and CONTAINS
Hi. I have a multiple list column [Teams Responsible for Testing] where I want to count the number times MIS is listed when data in the [Status] column <> Complete. What is my formula? Thank you.
Best Answers
-
@PMOGal Try this:
=COUNTIFS([Teams Responsible for Testing]:[Teams Responsible for Testing], CONTAINS("MIS", @cell), Status:Status, OR(@cell <>"Complete", @cell = ""))
-
@Paul Newcome this works and makes great sense! Thanks for your help.
Answers
-
=COUNTIFS([Teams Responsible for Testing]:[Teams Responsible for Testing], CONTAINS("MIS", @cell), Status:Status, <>"Complete")
-
Hi Mike. Thanks for the reply. I forgot the @cell it seems. I don't think Smartsheet is counting if the Status is blank. I have a test plan I'm developing and trying to get everything set up before releasing to the team. So all Status values are currently blank. When I filter, I currently get 20 results. But when I run the formula you supplied, the value is 0. How do I adjust the formula? Status can be (1) blank, (2) In Progress (3) Delayed (4) At Risk (5) Complete.
-
@PMOGal Try this:
=COUNTIFS([Teams Responsible for Testing]:[Teams Responsible for Testing], CONTAINS("MIS", @cell), Status:Status, OR(@cell <>"Complete", @cell = ""))
-
@Paul Newcome this works and makes great sense! Thanks for your help.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!