Hi,
I'm trying to count the number of unique Third parties on a contract tracker sheet.
I want to be able to count the unique numbers of Third parties by Contract Group
So in the snip below:
- Supplier 3 and Supplier 4 would equal a count of 2 Not Active.
- Active would equal a count of 1
- Requested would equal a count of 2
- Future would equal a count of 2
I've tried various permutations using COUNT(DISTINCT(COLLECT…..
e.g., =COUNT(DISTINCT(COLLECT([Third Party]:[Third Party], [Contract Group]:[Contract Group], <>"2-Active")))
…but it is the bit where the suppliers are various Contract Groups that is the sticking point.
As ever, any thoughts would be great.