Need help with Distinct Count with multiple filters please!
Hi All! I'm trying to figure out how to build a formula to track how many clients still have outstanding issues on a different sheet.
I have a basic count of outstanding tasks.
=COUNTIFS({Reference Sheet}, "Outstanding Task")
When I tried to add Distinct to this, it understandably changed my total to 1.
=COUNTIFS({Reference Sheet},DISTINCT({Reference Sheet Tier-Client Number} "Outstanding Task"))
Could someone please take a look? I saw someone used Collect on another formula, but I'm not sure if I'd have collect the different pieces separately?
Thank you!
Ashley
Answers
-
Try:
=Distinct(Collect({Reference Sheet Tier-Client Number}, {Reference Sheet}, @cell="Outstanding Task"))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you for taking a look Mark! It gives me an invalid ref, question for the piece (Reference Sheet}, @cell="Outstanding Task")), do I need to select which column to pull that data from that is part of the prior range as well?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!