Find Duplicate Values in one Column
I looked and cannot find a solution, I have employees who are signing up for a course and some are doing multiples for various reasons (not all legitimate) and I would like to find out how to see who has multiple entries so I can delete the ones that should not be duplicated like with excel where I can highlight but realize I will need a formula and a separate column.
I tried the =COUNTIF([Employee Email]:[Employee Email],[Employee Email]1,>1) and it shows 0 even for the ones that are duplicates.
Thank you
Best Answer
-
If you set this as a column formula in your helper column, it will return the number of times each email is duplicated. You could also setup conditional formatting to highlight that row if the result is greater than 1.
=COUNTIFS([Employee Email]:[Employee Email], [Employee Email]@row)
Answers
-
If you set this as a column formula in your helper column, it will return the number of times each email is duplicated. You could also setup conditional formatting to highlight that row if the result is greater than 1.
=COUNTIFS([Employee Email]:[Employee Email], [Employee Email]@row)
-
@Carson Penticuff Thank you so much! Worked great!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 64 Community Job Board
- 481 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!