I want to delete the duplicates in each row, such that there should be no "holes" in the row. What I have is:
Col A Col B Col C Col D Col E Col F Col G
A B C D A B A
J I K J I K I
B A B J I K L
up to 40k rows.
Output required:
Col A Col B Col C Col D Col E Col F Col G
A B C D
J I K
B A J I K L