Hi,
I have a table of names as columns and skills matrix as rows for each name. However, I am now trying to move each column (name) to row and repeat all of the skills matrix for each name eg shown below. I have Names listed from Col B to Col W and may keep on increasing and changing and have skills listed in Row 2 to Row 13 for Each name and may increase
Is there a macro that can be created which looks at the total number of rows and columns as the table can be dynamic and can change the number of names.
Current
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Tony[/TD]
[TD]Ron[/TD]
[TD]Kumar[/TD]
[/TR]
[TR]
[TD]Training[/TD]
[TD]14[/TD]
[TD]14[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]9[/TD]
[/TR]
</tbody>[/TABLE]
To
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Skill[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Training[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Test[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Ron[/TD]
[TD]Training[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Ron[/TD]
[TD]Test[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Kumar
[/TD]
[TD]Training[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Kumar[/TD]
[TD]Test[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table of names as columns and skills matrix as rows for each name. However, I am now trying to move each column (name) to row and repeat all of the skills matrix for each name eg shown below. I have Names listed from Col B to Col W and may keep on increasing and changing and have skills listed in Row 2 to Row 13 for Each name and may increase
Is there a macro that can be created which looks at the total number of rows and columns as the table can be dynamic and can change the number of names.
Current
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Tony[/TD]
[TD]Ron[/TD]
[TD]Kumar[/TD]
[/TR]
[TR]
[TD]Training[/TD]
[TD]14[/TD]
[TD]14[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]9[/TD]
[/TR]
</tbody>[/TABLE]
To
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Skill[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Training[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Test[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Ron[/TD]
[TD]Training[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Ron[/TD]
[TD]Test[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Kumar
[/TD]
[TD]Training[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Kumar[/TD]
[TD]Test[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]