Hi,I have a spreadsheet of names, addresses and phone numbers in this format (with a blank row between each)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John Doe[/TD]
[/TR]
[TR]
[TD]49 Alice Lane, Sandton
[/TD]
[/TR]
[TR]
[TD](011) 4518522[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Paul Hoff[/TD]
[/TR]
[TR]
[TD]78 Jimmy Street, Durban[/TD]
[/TR]
[TR]
[TD](031) 7484152[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Harry Smith[/TD]
[/TR]
[TR]
[TD]748 George Avenue, Cape Town[/TD]
[/TR]
[TR]
[TD](021) 6394187[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to move the address to the column next to the name and the phone number in the next column so I can have a database.Any suggestions please.
Thanks.
Niven
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John Doe[/TD]
[/TR]
[TR]
[TD]49 Alice Lane, Sandton
[/TD]
[/TR]
[TR]
[TD](011) 4518522[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Paul Hoff[/TD]
[/TR]
[TR]
[TD]78 Jimmy Street, Durban[/TD]
[/TR]
[TR]
[TD](031) 7484152[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Harry Smith[/TD]
[/TR]
[TR]
[TD]748 George Avenue, Cape Town[/TD]
[/TR]
[TR]
[TD](021) 6394187[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to move the address to the column next to the name and the phone number in the next column so I can have a database.Any suggestions please.
Thanks.
Niven
Last edited: