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!