Thread: combining rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default combining rows

Could using SUMIF do it?

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"vern" wrote in message
...
I am loking for a macro that I can put in a command button that will look
through a work sheet in column "A" for identical numerical values. once
found
take all rows with identical values and combine the rows into one in a
different worksheet. when combined it must add together the different
values
of the rows in columns "f", "g" "h", "i" and "j".

can this be done?