Limit in Count Distinct Formula
I had this unpleasent experience using the following formula =COUNT(DISTINCT(data1:data1000))
It happens that the formula works only for the first 400 lines =COUNT(DISTINCT(data1:data400)) then the result will always be 1.
Is it a bug or am I doing something wrong?
Answers
-
What kind of data is in that column? Also have you tried doing =Count(Distinct(data:data)) Which should grab the entire column?
Also, have you tried seeing what =Distinct(data1:data1000) outputs?
-
"What kind of data is in that column? SANITARY CODES 12 digits Letters and numbers like"
ADKELSHY598W
"Also have you tried doing =Count(Distinct(data:data)) Which should grab the entire column?"
Yes, same result.
Also, have you tried seeing what =Distinct(data1:data1000) outputs?
Yes all 1 if you select more than exactly 396 column if below the number is right
-
Did you make that a column formula? It looks like you're running that formula down the entire column. This formula should exist in a single cell... There is a strange mention of this issue on the notes section of the explanation of this formula. Do you have some values that all numbers in this list?
I would also try selecting a smaller portion of the data and see if still shows 1. Something in that range is causing it to fail.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!