Combing and Adding Data in Multiple Rows

  • Thread starter Thread starter Skip.Gibson
  • Start date Start date
S

Skip.Gibson

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
 
Back
Top