After much searching on this forum, I'm trying to use the above formula to count the number of unique names that have a box checked in another column. This is what I'm entering but each time it just comes back with the answer 1 which I know isn't correct:
=COUNT(DISTINCT(COLLECT({Assoc}, {Active}, =1)))
{Assoc} is a list of names of Associates - some of which are duplicated
{Active} is a checkbox column
I would like a count of unique names that are ticked as being Active.
I've tried the same formula with different criteria ranges (eg where the currency is "GBP") but I still keep coming back with the answer 1. Can someone please help me with where I'm going wrong!
Thanks