Fixing Count Distinct Collect Returning 1
I want to calculate the number of values in a column that are unique. However, I'm getting a return of 1 instead of a full count. How do I fix this?
Formula: =COUNT(DISTINCT(COLLECT([PRJ Number]:[PRJ Number], [PRJ Number]:[PRJ Number], ISNUMBER(@cell))))
Answers
-
Try this:
=COUNT(DISTINCT([PRJ Number]:[PRJ Number]))
Sincerely,
Jacob Stey
-
This still returns a "1".
Is it possible that it is returning that because I have a column formula on? Is it just reading the formula?
-
Try converting the number in PRJ column to a value
=VALUE(PRJ Formula here)
Sincerely,
Jacob Stey
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!