Forum Discussion

Mcelli's avatar
Mcelli
Copper Contributor
Feb 19, 2020
Solved

Remove duplicates not working properly

Hello there,   I have already searched this forum about this problems but so far I have not found a good answer. I am working with several .csv files with have around 10 columns and 2k lines and I...
  • Abiola1's avatar
    Feb 19, 2020
    Hello, most likely some of the text has extra spaces. I will advice deploy the =TRIM function.

    Let say you have all the values you want to Remove Duplicates in column A1:A100. In column B1, deploy =TRIM(A1).
    Copy down the formula.

    Then, rum the Remove Duplicates on Column A.

    Let me know whether this works

Resources