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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!