Forum Discussion
How do I remove rows with duplicate values?
Yes, that is what I am asking for, thank you. Unfortunately, I don't know how to use the COUNTIF function or perform a Power Query. Do you have a job aid or instructions I could follow?
Hi,
I would recommend you to use COUNTIF as the Power Query need multiple steps that are difficult to explain here.
This is the COUNTIF formula:
=COUNTIF($A$2:$A$7,A2)
After you enter this formula in a new column as the screenshot above, you have to sort the column from smallest to largest, and then delete the entire rows that are greater than one.
To learn more about COUNTIF, please check out this link.
Hope that makes sense.
- Jason32Jan 14, 2019Copper Contributor
Can you tell me what I'm doing wrong? See attached please.
- Haytham AmairahJan 14, 2019Silver Contributor
This formula is correct!
But you need to put it in cell B2 and drag it down.
Then sort the column and delete the dups rows.
The dups starts from row 2891, just select them all and press delete.
- Jason32Jan 14, 2019Copper Contributor
Thank you! You have been really helpful!