Use DISTINCT with COUNTIFS
Hey Guys!
I am so excited to see that Smartsheet has finally introduced a formula that will compute DISTINCT(Unique) values!!
So, I am trying ot develop a formula to calculate DISTINCT count using one column but with a few condition(s) i.e. IFS i.e. [Range1,Criteria1, Range2,Criteria2]
Refer below a sample of that formalue:
[=COUNTIFS({Owner}, [Primary Column]@row, DISTINCT({ProjectNumber}), <>0)]
But it is resulting: [#INCORRECT ARGUMENT SET]
Any advise would really be helpful!
Thanks!
Khushboo
Comments
-
Hey any update on this? I'm trying to accomplish something similar:
=COUNTIFS({Resource Allocation View Range 4}, "Leader Capability", DISTINCT({Resource Allocation View Range 8}), <>0)
-
Yes. You would actually need to use
=COUNT(DISTINCT(COLLECT(.........................................................)))
-
@Paul Newcome How would you do this if you wanted to find distinct/unique values from multiple columns?
-
@Vivian Li Are you able to provide more detail/context and possibly some screenshots?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!