Separate duplicate data from large data execl sheet #1177
priyadarshu
started this conversation in
Tips and Tricks
Replies: 1 comment
-
THANK YOU @priyadarshu |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One way is to follow this article by Microsoft - https://support.microsoft.com/en-us/office/find-and-remove-duplicates-00e35bea-b46a-4d5d-b28e-66a552dc138d
Second way is to write Excel VBA Macros to loop through the columns and remove duplicates
https://www.automateexcel.com/vba/removing-duplicate-values-in-excel-vba/
Beta Was this translation helpful? Give feedback.
All reactions