Counting unique entries across two columns where cell in second column is a particular value
I've looked at a lot of answers on here and tried a few formula's but have not been successful. Below is a simple example.
I want to get a distinct count of the number of Apps that have Option 1, i.e., the first two rows count as 1 not 2.
So, answer should be unique App/Option 1 count is 5 and unique App/Option 2 is 2
Any help greatly appreciated have tried all manner of count/distinct/collect options to no avail
Thanks!
Best Answers
-
You would use a COUNT/DISTINCT/COLLECT combo.
=COUNT(DISTINCT(COLLECT({App Range}, {Option Range}, @cell = "Option 1")))
-
Perfect, thanks Paul!
Answers
-
You would use a COUNT/DISTINCT/COLLECT combo.
=COUNT(DISTINCT(COLLECT({App Range}, {Option Range}, @cell = "Option 1")))
-
Perfect, thanks Paul!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!