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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!