Hello guys,
I would like to run a macro that allows me to group some data that is scattered into tabular form. In particular, the information to be retrieved is "anticipated" by a number label contained in the cell immediately to the left of the relevant data to be retrieved. In addition, these labels are contained in definied columns.
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4.000[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]10.000[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1.000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2.000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4.000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]10.000[/TD]
[/TR]
</tbody>[/TABLE]
In this case, the macro should search all the value reported between the labels from 1 to 5 and return these values in a different sheet with the relevant labels.
This would really help me a lot because I have more than 500 labels (and as much information) that I should convert into the table format.
Many thanks!
I would like to run a macro that allows me to group some data that is scattered into tabular form. In particular, the information to be retrieved is "anticipated" by a number label contained in the cell immediately to the left of the relevant data to be retrieved. In addition, these labels are contained in definied columns.
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4.000[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]10.000[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1.000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2.000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4.000[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]10.000[/TD]
[/TR]
</tbody>[/TABLE]
In this case, the macro should search all the value reported between the labels from 1 to 5 and return these values in a different sheet with the relevant labels.
This would really help me a lot because I have more than 500 labels (and as much information) that I should convert into the table format.
Many thanks!
Last edited: