COUNTIFS with HAS
I am trying to create a metric sheet. I'm looking for a count of all Backlog items by team member; multiple team members can be assigned to an item however I'm looking at individual metrics. I can get the formula to work when the name is the single name in the Responsible column but not if there are more. Here's my formula, any ideas?
=COUNTIFS({Talent Systems Operations Tracker Range 1}, [Primary Column]@row, HAS({Talent Systems Operations Tracker Range 3}, [Primary Column]1, @cell))
Best Answer
-
The CONTAINS function can still work, but the HAS function should work as well as long as the syntax is correct.
=COUNTIFS({Talent Systems Operations Tracker Range 1}, [Primary Column]@row, {Talent Systems Operations Tracker Range 3}, HAS(@cell, [Primary Column]1))
Answers
-
Try using CONTAINS instead of HAS
-
The sheet I'm pulling from, the Assigned To is a multiselect so I believe CONTAINS will not work.
-
The CONTAINS function can still work, but the HAS function should work as well as long as the syntax is correct.
=COUNTIFS({Talent Systems Operations Tracker Range 1}, [Primary Column]@row, {Talent Systems Operations Tracker Range 3}, HAS(@cell, [Primary Column]1))
-
Thank you! I had the formula wrong on the backend of the equation. Appreciate the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 206 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!