Fridaybird
New Member
- Joined
- Oct 8, 2014
- Messages
- 4
I have my data in the following format:
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD] AMERICAS\A.GIRARD[/TD]
[/TR]
[TR]
[TD] Alejandro[/TD]
[/TR]
[TR]
[TD] Girard[/TD]
[/TR]
[TR]
[TD] No[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\A.M.LAWRENCE[/TD]
[/TR]
[TR]
[TD] Alex[/TD]
[/TR]
[TR]
[TD] Lawrence[/TD]
[/TR]
[TR]
[TD] Yes[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\A.MATVIENK[/TD]
[/TR]
[TR]
[TD] Alexander[/TD]
[/TR]
[TR]
[TD] Matvienk[/TD]
[/TR]
[TR]
[TD] No[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\AARON.FUHRR[/TD]
[/TR]
[TR]
[TD] Aaron[/TD]
[/TR]
[TR]
[TD] Fuhrr[/TD]
[/TR]
[TR]
[TD] No
Please note that there is a gap of one row between each set.
I need this data to be organized in the following manner, either on same sheet or the new sheet does not matter:
[TABLE="width: 374"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD] AMERICAS\A.GIRARD[/TD]
[TD] Alejandro[/TD]
[TD] Girard[/TD]
[TD] No[/TD]
[/TR]
[TR]
[TD] AMERICAS\A.M.LAWRENCE[/TD]
[TD] Alex[/TD]
[TD] Lawrence[/TD]
[TD] Yes[/TD]
[/TR]
[TR]
[TD] AMERICAS\A.MATVIENK[/TD]
[TD] Alexander[/TD]
[TD] Matvienko[/TD]
[TD] No[/TD]
[/TR]
[TR]
[TD] AMERICAS\AARON.FUHRR[/TD]
[TD] Aaron[/TD]
[TD] Fuhrr[/TD]
[TD] No[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Please help.
Regards
Imran
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD] AMERICAS\A.GIRARD[/TD]
[/TR]
[TR]
[TD] Alejandro[/TD]
[/TR]
[TR]
[TD] Girard[/TD]
[/TR]
[TR]
[TD] No[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\A.M.LAWRENCE[/TD]
[/TR]
[TR]
[TD] Alex[/TD]
[/TR]
[TR]
[TD] Lawrence[/TD]
[/TR]
[TR]
[TD] Yes[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\A.MATVIENK[/TD]
[/TR]
[TR]
[TD] Alexander[/TD]
[/TR]
[TR]
[TD] Matvienk[/TD]
[/TR]
[TR]
[TD] No[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD] AMERICAS\AARON.FUHRR[/TD]
[/TR]
[TR]
[TD] Aaron[/TD]
[/TR]
[TR]
[TD] Fuhrr[/TD]
[/TR]
[TR]
[TD] No
Please note that there is a gap of one row between each set.
I need this data to be organized in the following manner, either on same sheet or the new sheet does not matter:
[TABLE="width: 374"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD] AMERICAS\A.GIRARD[/TD]
[TD] Alejandro[/TD]
[TD] Girard[/TD]
[TD] No[/TD]
[/TR]
[TR]
[TD] AMERICAS\A.M.LAWRENCE[/TD]
[TD] Alex[/TD]
[TD] Lawrence[/TD]
[TD] Yes[/TD]
[/TR]
[TR]
[TD] AMERICAS\A.MATVIENK[/TD]
[TD] Alexander[/TD]
[TD] Matvienko[/TD]
[TD] No[/TD]
[/TR]
[TR]
[TD] AMERICAS\AARON.FUHRR[/TD]
[TD] Aaron[/TD]
[TD] Fuhrr[/TD]
[TD] No[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Please help.
Regards
Imran