Count the number of duplicate unique numbers
Hi,
I have a column of unique numbers that I would like to track if duplicate entries occur. If a duplicate entry occurs I would like to pull the unique number into my metrics sheet and track it in a separate sheet; ideally id like the new column in the metrics sheet to include the duplicate unique number as well as how many times it was duplicated.
Any help getting started would be great, I've tried Countifs but without a set range it has been difficult!
Answers
-
Hello, you could potentially use cross sheet references to compare a list of values with a list of unique values using the MATCH formula. MATCH will throw an error if value isn't found. Wrap a MATCH in an IFERROR to turn the error into a one which will check the box. Then wrap that into an IF statement so any non-error returned value becomes a zero which will uncheck the box.
Formulas:
Cross Sheet References:
You could potentially expand on this to maybe move/copy rows from the List of Values sheet over to the Unique Values sheet. Hopefully this sparks some inspiration!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!