sonofjack
09-01-2009, 03:35 PM
Is there a function where you can combine rows of data on an Excel worksheet based on the condition/rule of them sharing the same data in certain cells?
eg
I want to combine rows such as the below....
1 TEST DATA Sep-09 UK
2 TEST DATA Sep-09 UK
1 NEW TEST NEW DATA Nov-09 US
2 NEW TEST NEW DATA Nov-09 US
so they look like this
1 2 TEST DATA Sep-09 UK
1 2 NEW TEST NEW DATA Nov-09 UK
This is to be a a formula or a function I can write into a macro so I want it to be something like "combine rows where cells in column E contain shared data" for example.
Thanks
eg
I want to combine rows such as the below....
1 TEST DATA Sep-09 UK
2 TEST DATA Sep-09 UK
1 NEW TEST NEW DATA Nov-09 US
2 NEW TEST NEW DATA Nov-09 US
so they look like this
1 2 TEST DATA Sep-09 UK
1 2 NEW TEST NEW DATA Nov-09 UK
This is to be a a formula or a function I can write into a macro so I want it to be something like "combine rows where cells in column E contain shared data" for example.
Thanks