View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DD[_2_] DD[_2_] is offline
external usenet poster
 
Posts: 2
Default 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