COUNTIF Multiple Select Row
I am trying to count all of the instances One Value is showing up in the assigned row even if two people are assigned to the same row. This is the equation I came up with but I keep getting zero even though there is actually one with that value combined with another value. What am I doing wrong?
=COUNTIFS({Project Oversight Range 5}, (CONTAINS("Mike Buckiewicz", @cell)))
A variation of this equation worked to count if there was one selection only in the column but is not calculating when there are multiple.
Please help!
Best Answer
-
You may want to try the HAS function instead of CONTAINS. It should work with multi-select dropdown and multi-contact columns. Maybe something like:
=COUNTIFS({Project Oversight Range 5}, (HAS(@cell, "Mike Buckiewicz"))
Answers
-
You may want to try the HAS function instead of CONTAINS. It should work with multi-select dropdown and multi-contact columns. Maybe something like:
=COUNTIFS({Project Oversight Range 5}, (HAS(@cell, "Mike Buckiewicz"))
-
Yes this is it! I am still learning functions so will add HAS to my arsenal!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!