B
Brian
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
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