Hi To All
I have an excel file with 10,000 of rows, in that Column V contains SSN Numbers.
When i checked that column, i can find lot duplicates in Column V.
So i need to merge that duplicate rows to single row.
Eg: Column Name A B C D
Row number 1 a b e
Row number 2 b b
Here, say i need to merge duplicates from Column C:
Then the final Output like
Column Name A B C D
Row number 1 a b b e
Please assist me on this.
I have an excel file with 10,000 of rows, in that Column V contains SSN Numbers.
When i checked that column, i can find lot duplicates in Column V.
So i need to merge that duplicate rows to single row.
Eg: Column Name A B C D
Row number 1 a b e
Row number 2 b b
Here, say i need to merge duplicates from Column C:
Then the final Output like
Column Name A B C D
Row number 1 a b b e
Please assist me on this.