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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!