Formula Help - Counting Multiples as 1
Hello - Need some help figuring out the correct formula to use for what I need. I've put a sample data table below. Essentially, let's say I have a sheet of requests that I need to to track by category. 1 category may have several rows but I only need to count 1 for any of that category that have an unchecked box. See data table below for this to make a bit more sense (made up data for confidentiality reasons)
In this sample, This would be the output I was looking for:
Category 1: 2
Category 2: 1
Essentially if looking by project and category, if all the checkboxes are checked, then it is 0. If any are unchecked it is 1.
Hope this makes sense and looking forward to someone's input!
Best Answer
-
Hi @Kelly Pratt
I would use a COUNT(DISTINCT(COLLECT formula here!
It's essentially counting the distinct Project values based on the Category selected and if a box is un-checked for that category & project.
For example, if you're using an in-sheet formula:
=COUNT(DISTINCT(COLLECT(Project:Project, Category:Category, Category@row, [Complete?]:[Complete?], 0)))
If you're using a cross-sheet formula:
=COUNT(DISTINCT(COLLECT({Project Column}, {Category Column}, Category@row, {Complete Column}, 0)))
Let me know if that makes sense and works for you, or if you'd like to see screen capture examples!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Answers
-
Hi @Kelly Pratt
I would use a COUNT(DISTINCT(COLLECT formula here!
It's essentially counting the distinct Project values based on the Category selected and if a box is un-checked for that category & project.
For example, if you're using an in-sheet formula:
=COUNT(DISTINCT(COLLECT(Project:Project, Category:Category, Category@row, [Complete?]:[Complete?], 0)))
If you're using a cross-sheet formula:
=COUNT(DISTINCT(COLLECT({Project Column}, {Category Column}, Category@row, {Complete Column}, 0)))
Let me know if that makes sense and works for you, or if you'd like to see screen capture examples!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Thank you, @Genevieve P. - never circled up to let you know that this worked!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives