Hi. I am creating a rollup sheet using two separate directories imported onto separate sheets. Looking for Unique NPI and Unique locations.
The following formula works for the first entry, but is returning 1 for the next 3. =COUNT(DISTINCT(COLLECT({DE Location ID}, {DE Benefit Name}, "vision", {DE Client Name}, CONTAINS([Client Name]@row, @cell))))
=COUNT(DISTINCT(COLLECT({DC Location ID}, {DC Benefit Name}, "vision", {DC Client Name}, CONTAINS([Client Name]@row, @cell)))). The only difference is that the DC information is coming from the same directory but has 3 different clients. The NPI count seems to working fine.
Any suggestions?