If the data is sorted by column A, you could add headers (in row 1) and then use
Data|subtotals.
Then use the outlining symbols to the left to hide the details.
Or you could add headers and then do data|Pivottable to get a nice summary
report. With pivottables, the data doesn't have to be sorted.
And if you've never use pivottables, here are a few links:
Debra Dalgleish's pictures at Jon Peltier's site:
http://peltiertech.com/Excel/Pivots/pivottables.htm
And Debra's own site:
http://www.contextures.com/xlPivot01.html
John Walkenbach also has some at:
http://j-walk.com/ss/excel/files/general.htm
(look for Tony Gwynn's Hit Database)
Chip Pearson keeps Harald Staff's notes at:
http://www.cpearson.com/excel/pivots.htm
MS has some at (xl2000 and xl2002):
http://office.microsoft.com/downloads/2000/XCrtPiv.aspx
http://office.microsoft.com/assistan...lconPT101.aspx
Brian wrote:
>
> Hi,
> I have a sheet with several pieces of data arranged like so:
>
> Column 1 Column 2
>
> a.dll ! 0x000001234 56
> a.dll ! 0x000001234 64
> a.dll ! 0x000001234 72
> b.dll ! 0x012345689 89
> c.dll ! 0x012345890 100
>
> How do I compress the repeated sets of say a.dll into one row with all
> values pertaining to a.dll in column 2 summed up so to read something
> like:
>
> a.dll ! 0x0000001234 182
> b.dll ! 0x012345689 89
> etc
>
> ???
>
> Thanks
--
Dave Peterson