-2

I have two files, File A and File B.

  • I copied File A, Column A's data into File B, Column A
  • I want to remove Duplicate Values from Column A when I paste into File B (without using VBA would be much better).

Thank you

CootMoon
  • 522
  • 4
  • 22

1 Answers1

1

Select Column A data and goto 'Data' menu and inside this menu you will find 'Remove Duplicates' button. Click this and it will delete duplicate rows.

Gopi
  • 620
  • 8
  • 16