View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Skip.Gibson@fairfieldresorts.com is offline
external usenet poster
 
Posts: 6
Default Combing and Adding Data in Multiple Rows

Hi all - I would just like to preface with I have looked for this in
the usenet and couldn't find the exact code im looking for.

CURRENT:

Column A Column B Column C .... Column J

Cat 5 1
Dog 8 2
Dog 3 3
Cat 2 4

DESIRED: (all columns will have the same concept of combining)

Column A Column B Column C .... Column J

Cat 7 5
Dog 11 5



Thanks Much!

Skip