Delete rows with duplicate data
Can you please tell me how to delete or nullify the row where the duplicate data is located if there is a duplicate data in column 1? Thank you!
Best Answer
-
Hi @Eden
I would use the move rows automation to move (or delete from the sheet) the row with the same column1 value as the previous row (the row is in the upper position in a sheet).
We need helper columns like row no, Rankeq, and Duplicates to do that.
Rankeq
- =RANKEQ([Row No]@row, COLLECT([Row No]:[Row No], [Column1]:[Column1], [Column1]@row), 1)
- Meaning: Collect Row Nos that have the same Colum1 values and rank them.
Duplicates
- =IF(Rankeq@row > 1, 1, 0)
Move rows workflow automation
When the "Duplicates" column values become checked, move the row to another sheet.
Answers
-
Hi @Eden
I would use the move rows automation to move (or delete from the sheet) the row with the same column1 value as the previous row (the row is in the upper position in a sheet).
We need helper columns like row no, Rankeq, and Duplicates to do that.
Rankeq
- =RANKEQ([Row No]@row, COLLECT([Row No]:[Row No], [Column1]:[Column1], [Column1]@row), 1)
- Meaning: Collect Row Nos that have the same Colum1 values and rank them.
Duplicates
- =IF(Rankeq@row > 1, 1, 0)
Move rows workflow automation
When the "Duplicates" column values become checked, move the row to another sheet.
-
Thank you very much!!!😀
-
Dear jmyzk,
Thank you for your answer. Could you please tell me how to set the Row ID column to calculate the Row ID automatically? Thank you!
-
Hi @Eden
I hope you're well and safe!
Here's the formula.
I hope that helps!
Have a fantastic weekend & Happy Holidays!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi! @Andrée Starå
Can you help me, please?
I followed all the steps, but when running the workflow all the rows were moved to the other sheet not just "checked" ones.
Thank you!
-
Also tried this, it's not working. The "Duplicate" column never changes, even if there are duplicates.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!