Hello
I'm quite new to data manipulation with Excel, but have been tasked with converting a report into a more efficient format. The report comes in a format as below (but more fields and much more data (for up to 5000 people)
[TABLE="width: 347"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Jon Smith[/TD]
[TD]Age[/TD]
[TD]57[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Height[/TD]
[TD]1.67[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Weight[/TD]
[TD]96[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Job[/TD]
[TD]Accountant[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Age[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Height[/TD]
[TD]1.72[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Weight[/TD]
[TD]86[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Job[/TD]
[TD]Supervisor[/TD]
[/TR]
</tbody>[/TABLE]
I need to convert this so that I have the person's name in Column A, and then the subsequent columns show the data from the fields (in the example Age, Height and Weight) so that this can be easily exported and viewed by name.
I've tried a number of options, but am at a loss, as the names, and number of names on the report differs each day.
Any suggestions would be most appreciated.
DarkV
I'm quite new to data manipulation with Excel, but have been tasked with converting a report into a more efficient format. The report comes in a format as below (but more fields and much more data (for up to 5000 people)
[TABLE="width: 347"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Jon Smith[/TD]
[TD]Age[/TD]
[TD]57[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Height[/TD]
[TD]1.67[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Weight[/TD]
[TD]96[/TD]
[/TR]
[TR]
[TD]Jon Smith[/TD]
[TD]Job[/TD]
[TD]Accountant[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Age[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Height[/TD]
[TD]1.72[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Weight[/TD]
[TD]86[/TD]
[/TR]
[TR]
[TD]Bert Roberts[/TD]
[TD]Job[/TD]
[TD]Supervisor[/TD]
[/TR]
</tbody>[/TABLE]
I need to convert this so that I have the person's name in Column A, and then the subsequent columns show the data from the fields (in the example Age, Height and Weight) so that this can be easily exported and viewed by name.
I've tried a number of options, but am at a loss, as the names, and number of names on the report differs each day.
Any suggestions would be most appreciated.
DarkV