Forum Discussion
rajeshmanepalli987
Sep 08, 2020Copper Contributor
original and duplicate removal in excel
i would like to remove if any row is having duplicate entry , those original and duplicate should be removed. can someone help me.
=AVERAGE(INDEX($B$1:$B$10,MATCH($E$2,$A$1:$A$10,0)):INDEX($B$1:$B$10,MATCH($E$3,$A$1:$A$10,0)))
You can try this formula.
2 Replies
Sort By
- Craig_HatmakerCopper Contributor
I can see two interpretations to your request,1) Remove duplicates leaving only unique values or 2) If any group of rows repeat, remove them all.
The first.
1) Select all rows
2) Use Excel's menu Data > Remove Duplicates.
The second.
1) Select all rows
2) Use Excel's menu Home > Conditional Formatting > Highlight Cell Rules > Duplicate Values
3) Right click on a highlighted cell and select Filter > Filter by Cell's Color
4) Select filtered cells
5) Right click and select Delete Row and click OK to delete entire sheet row
Let me know if either of these is on target.
- rajeshmanepalli987Copper ContributorThanks for quick reply.
I mentioned "original and duplicates have to be removed" .
Anyhow your second answer is useful to me. original and duplicates showing in some color. sorting by coloring and then easily able to remove.