COUNTIFS / HAS / FIND formulas not working on multi-select contact column
I have used the HAS formula successfully on a multi-select dropdown field in smartsheet using the below formula:
=COUNTIFS({Add-on func}, HAS(@cell, $Label@row), {PMO}, [EMIR Refit]$1)
where both Add-on func and PMO are multi-select dropdowns fields.
However if i try and replicate this for a contact column that permits multiple contacts i receive an error
Formula i am trying to use:
=COUNTIFS({Primary Owner}, HAS(@cell, $[Integration BA]@row), {Status}, Warranty$3))
where Primary Owner (Integratino owner (primary) is multi-select contact column and Status is single select dropdown column.
For context: Reference sheet & calculation sheet shown below. The "Unparsebale" should show as 5 but is not. can you please help? thanks
Answers
-
You need to remove a closing parenthesis from the end. There should only be one there.
-
nice simple one - many thanks :)
-
Follow up question, is it possible to perform a distinct count of the number of Account Name or Deal Name (using my above example), whilst also perform the countifs & has() fnction above?
-
Not with a COUNTIFS, but you can use COUNT(DISTINCT(COLLECT(………..)))
-
How would that work as i have struggled to do this in the past. example
COUNT(DISTINCT(COLLECT({Account name}, {Primary Owner}, HAS(@cell, $[Integration BA]@row), {Status}, Warranty$3)))
-
That should be working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!