Hi, Need to remove duplicate cells in Particular column if cells are duplicate remove that entire row.
Ex: col1 col2 col3
abc def hij
klm def nop
qrst uvw xyz
1 uvw 2
out put: col1 clo2 clo3
abc def hij
qrst uvw xyz