Hi Somebody,
I need your help with a formula or a vba code.
This is what I am trying to do.
I have a spreadsheet with some records with many columns filled. I am
trying to find duplicate rows and count them and enter the count
in a new column.
So the code should check that how many similar rows there is and count them
And then remove dublicates.
This is the example of the sheet
Title1 Title2 Title3 Title4 Title5
1234 5678 91011 1213 1415
1234 5678 91011 1213 1415
1234 5678 91011 1213 1415
3333 4444 5555 6666 7777
3333 4444 5555 6666 7777
1111 2222 3333 4444 5555
and the result.
Title1 Title2 Title3 Title4 Title5 Result
1234 5678 91011 1213 1415 3
3333 4444 5555 6666 7777 2
1111 2222 3333 4444 5555 1
I hope this message is clear
Thanks
Efu
Bookmarks