Duplicates in Column
I used the formula below in my sheet and it seems to be working alright except that it's coming back with a couple saying they're duplicates but when I use control find to see if that eID is a duplicate on my sheet, it's the only one. Is there something wrong with my formula?
=IF(COUNTIF(eID:eID, eID@row) > 1, 1, 0)
Best Answer
-
Hello @MindyM
The helper column is an # auto number column type. It should populate for all existing rows and any new rows. You might have to refresh your sheet to see the population.
Peggy
Answers
-
Hello @MindyM
Happy Holidays! I would add a helper column (Column Type: # auto number) with no specifics. This can be hidden after created. Then enter the below formula into your Duplicate (Column Type: checkbox).
=IF(eID@row <> "", IF(COUNTIFS(eID:eID, @cell = eID@row, helper:helper, @cell <= helper@row) >= 2, 1, 0))
Hope this helps.
Peggy
-
Hi @Peggy Parchert!
Happy Holidays! Thank you! That worked but the issue I have now is how do I get the helper column to add in the numbers all the way down? I set it up to do auto # but I can't pull down and have the numbers advance it just copies 1 all the way down the column. I have over 1,000 rows and I'm sure there's an easier way than me typing 1, 2, 3, ,4 in each row.
Thanks again!
-
Hello @MindyM
The helper column is an # auto number column type. It should populate for all existing rows and any new rows. You might have to refresh your sheet to see the population.
Peggy
-
Oh my, I feel special. I wasn't sure how to make that work after you changed the column type. Thank you! That worked!
-
@MindyM - happy to help - have a great holiday!
Peggy
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!