Hi there, I have a worksheet which looks like this:
[TABLE="width: 457"]
<colgroup><col><col><col span="5"></colgroup><tbody>[TR]
[TD]
P/N[/TD]
[TD]
Description[/TD]
[TD]
Nov-13[/TD]
[TD]
Dec-13[/TD]
[TD]
Jan-14[/TD]
[TD]
Feb-14
[/TD]
[TD]
Mar-14[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]Part 1[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Part 2[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Part 3[/TD]
[TD]3[/TD]
[TD]6[/TD]
[TD]9[/TD]
[TD]12[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Part 4[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]7[/TD]
[TD]10[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
I would like the list to appear like this - is there any formula/VBA that will do this for me - been tearing my hair out over this for hours, any help would be greatly appreciated!
P/N Description Date Qty
1000 Part 1 Nov 13 5
1000 Part 1 Dec 13 10
1000 Part 1 Jan 14 15
1000 Part 1 Feb 14 20
1000 Part 1 Mar 14 25
1001 Part 2 Nov 13 2
1001 Part 2 Dec 13 4
1001 Part 2 Jan 14 6
1001 Part 2 Feb 14 8
1001 Part 2 Mar 14 10
1002 Part 3 Jan 14 3
1002 Part 3 Feb 14 6
Many thanks,
H24
[TABLE="width: 457"]
<colgroup><col><col><col span="5"></colgroup><tbody>[TR]
[TD]
P/N[/TD]
[TD]
Description[/TD]
[TD]
Nov-13[/TD]
[TD]
Dec-13[/TD]
[TD]
Jan-14[/TD]
[TD]
Feb-14
[/TD]
[TD]
Mar-14[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]Part 1[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Part 2[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Part 3[/TD]
[TD]3[/TD]
[TD]6[/TD]
[TD]9[/TD]
[TD]12[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Part 4[/TD]
[TD]1[/TD]
[TD]4[/TD]
[TD]7[/TD]
[TD]10[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
I would like the list to appear like this - is there any formula/VBA that will do this for me - been tearing my hair out over this for hours, any help would be greatly appreciated!
P/N Description Date Qty
1000 Part 1 Nov 13 5
1000 Part 1 Dec 13 10
1000 Part 1 Jan 14 15
1000 Part 1 Feb 14 20
1000 Part 1 Mar 14 25
1001 Part 2 Nov 13 2
1001 Part 2 Dec 13 4
1001 Part 2 Jan 14 6
1001 Part 2 Feb 14 8
1001 Part 2 Mar 14 10
1002 Part 3 Jan 14 3
1002 Part 3 Feb 14 6
Many thanks,
H24