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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!