FatalLordes
Board Regular
- Joined
- Dec 22, 2017
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hi all again
So I have a new question. As always, I will try and solve it myself but I always like to post here as, even if I do solve it, normally I'm shown a much better way here which I can then learn from
My issue is now that I have duplicate rows which I need to remove BUT I need to merge the data. Below is an example of some data:
It needs to look at Column A and if duplicate columns with that same number appears, it needs to merge the data, specifically Column C and G as that is the only two columns that should have different data. I hope my example is clear enough to show what it starts with and what it needs to become. And I need to do this as part of a VBA macro as I'm doing other stuff in VBA to this report as well but I'm stuck on the duplicate row issue.
Any help to point me in the right direction would be greatly appreciated.
Thanks in advance.
So I have a new question. As always, I will try and solve it myself but I always like to post here as, even if I do solve it, normally I'm shown a much better way here which I can then learn from
My issue is now that I have duplicate rows which I need to remove BUT I need to merge the data. Below is an example of some data:
It needs to look at Column A and if duplicate columns with that same number appears, it needs to merge the data, specifically Column C and G as that is the only two columns that should have different data. I hope my example is clear enough to show what it starts with and what it needs to become. And I need to do this as part of a VBA macro as I'm doing other stuff in VBA to this report as well but I'm stuck on the duplicate row issue.
Any help to point me in the right direction would be greatly appreciated.
Thanks in advance.