Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have data of over 10000 rows in following format: 1 a 3 1 a 4 1 a 5 1 b 6 1 b 8 77 a 3 77 a 6 77 b 9 77 b 12 I need this to become: 1 a 12 1 b 14 77 a 9 77 b 21 Many thanks for a Macro which can assist me in this -- T De Villier ----------------------------------------------------------------------- T De Villiers's Profile: http://www.excelforum.com/member.php...fo&userid=2647 View this thread: http://www.excelforum.com/showthread.php?threadid=52955 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a pivotTable on your data
Data=PivotTable report. Make the first two columns Row Fields and the third column a Data Field. Set it to SUM (usually the default for numbers). -- Regards, Tom Ogilvy "T De Villiers" wrote: I have data of over 10000 rows in following format: 1 a 3 1 a 4 1 a 5 1 b 6 1 b 8 77 a 3 77 a 6 77 b 9 77 b 12 I need this to become: 1 a 12 1 b 14 77 a 9 77 b 21 Many thanks for a Macro which can assist me in this. -- T De Villiers ------------------------------------------------------------------------ T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479 View this thread: http://www.excelforum.com/showthread...hreadid=529550 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sorry Tom, wasnt completely clear in my original response. The data is in th following format: 1 a d e 3 1 a c e 4 1 a c v 5 Regard -- T De Villier ----------------------------------------------------------------------- T De Villiers's Profile: http://www.excelforum.com/member.php...fo&userid=2647 View this thread: http://www.excelforum.com/showthread.php?threadid=52955 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Very Simple Macro | Excel Discussion (Misc queries) | |||
Help with simple macro | Excel Discussion (Misc queries) | |||
a simple macro? | Excel Discussion (Misc queries) | |||
Simple macro please | New Users to Excel | |||
Can't get simple macro to run | Excel Worksheet Functions |