Count unique values from a separate sheet
Hello,
SmartSheet newbie here with my first question for the community.
We were able to build a working formula to count unique tickets in original sheet =COUNT(DISTINCT([Ticket #]:[Ticket #]))
I then took the above formula to my metrics sheet and changed to reference another sheet value and the formula no longer worked
=COUNT(DISTINCT({Unique Ticket #}:{Unique Ticket #}))
Error message received is Unparsable
Thank you all in advance for your help!
Alan
Best Answer
-
=COUNT(DISTINCT({Unique Ticket #}))
The Reference should be the entire column already thus you don't need the :
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Answers
-
=COUNT(DISTINCT({Unique Ticket #}))
The Reference should be the entire column already thus you don't need the :
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you for the quick reply, this correction helped pull over the total count of unique items.
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
Check out the Formula Handbook template!