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 (Macro Needed)

Anyone can help on this, please -- looking for a macro. Thx


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!