alvaro_v_b
New Member
- Joined
- Mar 29, 2016
- Messages
- 2
Hello Everybody!
I have a difficult task ahead and I am not sure if what I want to do is possible to be done in an authomatic way.
I have a data base with several fields/columns: A, B, C, D. In the last one (D), each field contains several words separated by a delimiter.
What I want is, for each row to generate as many rows as delimited words in column D, filling columns A, B and C with the same content of the original row.
For instance, I want to automaticly transform something like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]ShapeKey
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Class[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
<tbody>
[TD="class: xl65"] Subclass
[/TD]
</tbody>[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Products[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]1104
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Trolleys;Wheel carriers ;Dollies
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Into something like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ShapeKey
[/TD]
[TD]Class
[/TD]
[TD]Subclass
[/TD]
[TD]Products
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Parade floats
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Motor cars
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Mobile laboratories
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Motor graders
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Trucks for liquid manure
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Trolleys
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Wheel carriers
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Dollies
[/TD]
[/TR]
</tbody>[/TABLE]
(In the real case I have many more rows)
Does anybody know if this is possible in Excel?
THANK YOU SO MUCH IN ADVANCE FOR YOUR HELP!!
Alvaro
I have a difficult task ahead and I am not sure if what I want to do is possible to be done in an authomatic way.
I have a data base with several fields/columns: A, B, C, D. In the last one (D), each field contains several words separated by a delimiter.
What I want is, for each row to generate as many rows as delimited words in column D, filling columns A, B and C with the same content of the original row.
For instance, I want to automaticly transform something like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]ShapeKey
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Class[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
<tbody>
[TD="class: xl65"] Subclass
[/TD]
</tbody>
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="class: xl65, width: 64"]Products[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]1104
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]
Parade floats;Motor cars;Mobile laboratories;Motor graders ;Trucks for liquid manure |
<tbody>
</tbody>
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]Trolleys;Wheel carriers ;Dollies
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Into something like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ShapeKey
[/TD]
[TD]Class
[/TD]
[TD]Subclass
[/TD]
[TD]Products
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Parade floats
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Motor cars
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Mobile laboratories
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Motor graders
[/TD]
[/TR]
[TR]
[TD]1104
[/TD]
[TD]12
[/TD]
[TD]13
[/TD]
[TD]Trucks for liquid manure
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Trolleys
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Wheel carriers
[/TD]
[/TR]
[TR]
[TD]65
[/TD]
[TD]12
[/TD]
[TD]02
[/TD]
[TD]Dollies
[/TD]
[/TR]
</tbody>[/TABLE]
(In the real case I have many more rows)
Does anybody know if this is possible in Excel?
THANK YOU SO MUCH IN ADVANCE FOR YOUR HELP!!
Alvaro