So I need to capture the Name and corresponding Total. Notice that the Employee total is varying cells below the name - For Bobby Jones its 3 down and Ricky Bobby its 4.
For example the desired data would read like this:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bobby Jones[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ricky Bobby[/TD]
[TD]1,100[/TD]
[/TR]
</tbody>[/TABLE]
The raw data looks like this:
[TABLE="class: grid, width: 400"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bobby Jones[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]678876[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]987689[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Employee Total[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Ricky Bobby[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]998765[/TD]
[TD]800[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]87625443[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9871779[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Employee Total[/TD]
[TD]1,100[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I've tried a pivot table but because of the orientation of the data I can't get it to work.
Any ideas ?
Thanks
G
For example the desired data would read like this:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bobby Jones[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Ricky Bobby[/TD]
[TD]1,100[/TD]
[/TR]
</tbody>[/TABLE]
The raw data looks like this:
[TABLE="class: grid, width: 400"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Bobby Jones[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]678876[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]987689[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Employee Total[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Ricky Bobby[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]998765[/TD]
[TD]800[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]87625443[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9871779[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Employee Total[/TD]
[TD]1,100[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I've tried a pivot table but because of the orientation of the data I can't get it to work.
Any ideas ?
Thanks
G