Counting Distinct Contacts in a Contact List Column
Hello. I have a tracker and in it I am using a Contact List for "Assigned To" and I allow for that to contain multiple contacts.
I am trying to count the number of distinct individuals in the column to come up with a total number of contributors to the effort we're tracking.
I used: =COUNT(DISTINCT(Leads:Leads))
The result was 10, except I know it is actually 21.
Any ideas? Thank you in advance!
Answers
-
One possible way to do this is with a metrics sheet. Create a "Leads" column containing your all members of contact list. In a second column "Effort," reference your first sheet to count the number of times each lead appears in that column:
=COUNTIFS({Main Sheet Assigned To}, CONTAINS(Leads@row, @cell))
Then, wherever you're trying to count the number of distinct Leads, use:
=COUNTIF({Metrics Sheet Leads}, >0)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!