Hi All,
I'm really hoping somebody can help with this!
Here's an example to give you an idea of the structure I'm working with, values in B are on separate rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Fruit[/TD]
[TD]Banana[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Strawberry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Veg[/TD]
[TD]Carrot[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Broccoli[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Peas[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Potatoes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Leeks[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 519"]
<tbody>[TR]
[TD]So I need to combine the answers in B into a single cell like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Fruit[/TD]
[TD]Banana
Apple
Strawberry[/TD]
[/TR]
[TR]
[TD]Veg[/TD]
[TD]Carrot
Broccoli
Peas
Potatoes
Leeks[/TD]
[/TR]
</tbody>[/TABLE]
Now I can do this for each part number but have over 3,000 to do and they all have varying amounts of data to combine into 1 cell, it would take forever. There is a line space between each grouping just like the first table
Does anybody know how I can achieve this quickly with a formula or VBA?
Many thanks for any help!!![/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm really hoping somebody can help with this!
Here's an example to give you an idea of the structure I'm working with, values in B are on separate rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Fruit[/TD]
[TD]Banana[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Strawberry[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Veg[/TD]
[TD]Carrot[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Broccoli[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Peas[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Potatoes[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Leeks[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 519"]
<tbody>[TR]
[TD]So I need to combine the answers in B into a single cell like this
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Fruit[/TD]
[TD]Banana
Apple
Strawberry[/TD]
[/TR]
[TR]
[TD]Veg[/TD]
[TD]Carrot
Broccoli
Peas
Potatoes
Leeks[/TD]
[/TR]
</tbody>[/TABLE]
Now I can do this for each part number but have over 3,000 to do and they all have varying amounts of data to combine into 1 cell, it would take forever. There is a line space between each grouping just like the first table
Does anybody know how I can achieve this quickly with a formula or VBA?
Many thanks for any help!!![/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: