Help with Formula for Unique IDs
Hello, I'm working on dashboard that will track a list of vendors. Some vendors have multiple locations, so the vendor name would appear the same from row to row with other fields unique to location, while other vendors only appear once because they only have one location. Those who have multiple locations only need to count once even though the vendor name could appear multiple times. I'm looking for a formula that would allow me to only count unique entries from this column. Could anyone help with this? Thank you!
Comments
-
Combine the DISTINCT function with that of COUNT.
You want to count the number of vendors (assuming you name that Column as Vendor) that are not repeated - expressed as a formula:
=COUNT(DISTINCT(Vendor:Vendor))
-
Thank you! This worked perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 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!