View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jason Jason is offline
external usenet poster
 
Posts: 367
Default Consolidating Rows

Hi All,

I have three rows of data I was hoping to consolidate into one row. My data
set looks something like this...

colA colB colC colD colD
Joe 4 14 12 2
Joe 2 0 0 1
Joe 4 5 2 5
Bob 4 3 2 4
Bob 5 6 34 5
Tim 12 43 45 5


What I would like to do is create one row summing the values int he column
for each individual so that it looks something like this....

colA colB colC colD colD
Joe 10 19 14 8
Bob 9 9 36 9
Tim 12 43 45 5

Thanks!