Countif Distinct and checkbox

I have a formula in sheet a (metric sheet), to count if data in a column in sheet b, has distinct information and if a checkbox column also in sheet b, is checked.
=COUNTIF(DISTINCT({Total # of Responses on Distinct Awards},({Curated CRFFAAResponse}, "1")
I'm getting an Incorrect argument error.
Ideas? Is this because the Distinct part doesn't have a range? or something else?
Answers
-
@Melitta
Try
=COUNTIF(DISTINCT([Total # of Responses on Distinct Awards]:[Total # of Responses on Distinct Awards]),{Curated CRFFAAResponse}, "1")If you found this comment helpful. Please respond with any of the buttons below. Awesomeπ€, Insightfulπ‘, Upvoteβ¬οΈ, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thanks, unfortunately the result is the same. The sheet I have is a metric sheet so both references are to the same sheet - different columns.
-
Try this instead:
=COUNT(DISTINCT(COLLECT({Total # of Responses on Distinct Awards}, {Curated CRFFAAResponse}, @cell = 1)))
-
@Paul Newcome Unfortunately, that gives a 1, no matter the information.
-
Can you provide a screenshot of multiple rows that should be getting counted?
Help Article Resources
Categories
Check out the Formula Handbook template!