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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 438 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!