Hello,
I have a workbook with data formatted as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E... BZ[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Location[/TD]
[TD]Item[/TD]
[TD]DType[/TD]
[TD]Week1[/TD]
[TD]Week2...[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]ABC[/TD]
[TD]qty[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]100[/TD]
[TD]ABC[/TD]
[TD]rev[/TD]
[TD]30[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]100[/TD]
[TD]DEF[/TD]
[TD]qty[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]100[/TD]
[TD]DEF[/TD]
[TD]rev[/TD]
[TD]0[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]101[/TD]
[TD]ABC[/TD]
[TD]qty[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]7...1MM+[/TD]
[TD]101[/TD]
[TD]ABC[/TD]
[TD]rev[/TD]
[TD]-8.5[/TD]
[TD]42.5[/TD]
[/TR]
</tbody>[/TABLE]
Where the weekly quantity and revenue numbers are in rows and the weeks are in columns. I find this format difficult to work with and would prefer it to be set up as:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Location[/TD]
[TD]Item[/TD]
[TD]Week[/TD]
[TD]Qty[/TD]
[TD]Rev[/TD]
[/TR]
</tbody>[/TABLE]
Is there an easy way to make this work? I've got a few tabs with ~1 million rows in each.
Thanks for your hlep!
I have a workbook with data formatted as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E... BZ[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Location[/TD]
[TD]Item[/TD]
[TD]DType[/TD]
[TD]Week1[/TD]
[TD]Week2...[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]ABC[/TD]
[TD]qty[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]100[/TD]
[TD]ABC[/TD]
[TD]rev[/TD]
[TD]30[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]100[/TD]
[TD]DEF[/TD]
[TD]qty[/TD]
[TD]0[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]100[/TD]
[TD]DEF[/TD]
[TD]rev[/TD]
[TD]0[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]101[/TD]
[TD]ABC[/TD]
[TD]qty[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]7...1MM+[/TD]
[TD]101[/TD]
[TD]ABC[/TD]
[TD]rev[/TD]
[TD]-8.5[/TD]
[TD]42.5[/TD]
[/TR]
</tbody>[/TABLE]
Where the weekly quantity and revenue numbers are in rows and the weeks are in columns. I find this format difficult to work with and would prefer it to be set up as:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Location[/TD]
[TD]Item[/TD]
[TD]Week[/TD]
[TD]Qty[/TD]
[TD]Rev[/TD]
[/TR]
</tbody>[/TABLE]
Is there an easy way to make this work? I've got a few tabs with ~1 million rows in each.
Thanks for your hlep!