Hi. I have a spreadsheet with company details in a worksheet. Each company details are in a new column. Like the following example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]company name[/TD]
[TD]company name[/TD]
[TD]company name
[/TD]
[/TR]
[TR]
[TD]xyz cc[/TD]
[TD]rdt pty ltd[/TD]
[TD]ggg cc[/TD]
[/TR]
[TR]
[TD]contact person[/TD]
[TD]contact person
[/TD]
[TD]contact person
[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]mel[/TD]
[TD]kevin[/TD]
[/TR]
[TR]
[TD]tax id[/TD]
[TD]fleet number
[/TD]
[TD]profile[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]44[/TD]
[TD]xxxxxxxx profile[/TD]
[/TR]
</tbody>[/TABLE]
i basically need each of the bold heading in the first row of the new worksheet. Each company details will then need to be moved into a new row with the corresponding data under the correct heading column. Not all the companies have all the data for each heading it would be fine to have "none" value or blank in this case
Any ideas on how to do this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]company name[/TD]
[TD]company name[/TD]
[TD]company name
[/TD]
[/TR]
[TR]
[TD]xyz cc[/TD]
[TD]rdt pty ltd[/TD]
[TD]ggg cc[/TD]
[/TR]
[TR]
[TD]contact person[/TD]
[TD]contact person
[/TD]
[TD]contact person
[/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]mel[/TD]
[TD]kevin[/TD]
[/TR]
[TR]
[TD]tax id[/TD]
[TD]fleet number
[/TD]
[TD]profile[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]44[/TD]
[TD]xxxxxxxx profile[/TD]
[/TR]
</tbody>[/TABLE]
i basically need each of the bold heading in the first row of the new worksheet. Each company details will then need to be moved into a new row with the corresponding data under the correct heading column. Not all the companies have all the data for each heading it would be fine to have "none" value or blank in this case
Any ideas on how to do this