Concatenate rows
I need to concatenate rows of a large excel file. This type of data I
recieve every week and need help finding a macro that would fix my
files. I am a baby when it comes programming ;)
What I have:
Name Description
a r
a s
b t
b u
c v
c w
What I need:
Name Description
a r, s
b t, u
c v, w
I would really appreciate any help,
DD
|