Hi folks,
Have an issue which bothers me for a year now, I receive every month a list with data from our website, users who registered
in one of the cells I have the name and the email address but i need it separated
here are an example of it what i have
[TABLE="width: 750"]
<tbody>[TR]
[TD]charlie pink - tls79@xxx.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]elvies king - tls78@zzz.de
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 750"]
<tbody>[TR]
[TD]lewis purple - slt80@fff.co.uk[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and here what i would like to have
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 750"]
<tbody>[TR]
[TD]tls79@xxx.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tls78@zzz.de
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 750"]
<tbody>[TR]
[TD]slt80@fff.co.uk[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
any ideas, your help is much appreciated as I do it at the moment manually and we talking about list from 2500 users
Have an issue which bothers me for a year now, I receive every month a list with data from our website, users who registered
in one of the cells I have the name and the email address but i need it separated
here are an example of it what i have
[TABLE="width: 750"]
<tbody>[TR]
[TD]charlie pink - tls79@xxx.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]elvies king - tls78@zzz.de
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 750"]
<tbody>[TR]
[TD]lewis purple - slt80@fff.co.uk[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and here what i would like to have
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 750"]
<tbody>[TR]
[TD]tls79@xxx.com[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tls78@zzz.de
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 750"]
<tbody>[TR]
[TD]slt80@fff.co.uk[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
any ideas, your help is much appreciated as I do it at the moment manually and we talking about list from 2500 users