Using Distinct Count based on other criteria
I need to create a formula that will show me the distinct count of an Assignment number, for Team 1 if the date is 3/10/2025. I have a sperate sheet set up referencing this sheet. I'm able to get total count, but not distinct.
Best Answer
-
Try something like this:
=COUNT(DISTINCT(COLLECT({Assignment}, {Team}, @cell = "1", {Date}, @cell = DATE(2025, 03, 10))))
Answers
-
-
=COUNTIFS({Bill-Pay WW Range 1}, HAS(@cell, [Upload Week]@row), {Bill-Pay WW Range Team}, "1")
-
Try something like this:
=COUNT(DISTINCT(COLLECT({Assignment}, {Team}, @cell = "1", {Date}, @cell = DATE(2025, 03, 10))))
-
It worked! Thank you so much - you're a lifesaver!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!