S
Steve T
I have a monthly reporting spreadsheet that is for the form:
Item Jan-09 Feb-09 Mar-09
X 10 10 12
Y 13 4 13
Z 12 11 9
A 44 14 23
L 51 2 50
What I need to do is transform the data in the monthly columns to a single
column and add a column that reflects the month that contains the data. The
form of the output needs to be:
Item Qty Date
X 10 Jan-09
Y 13 Jan-09
Z 12 Jan-09
A 44 Jan-09
L 51 Jan-09
X 10 Feb-09
Y 4 Feb-09
Z 11 Feb-09
A 14 Feb-09
L 2 Feb-09
X 12 Mar-09
Y 13 Mar-09
Z 9 Mar-09
A 23 Mar-09
L 50 Mar-09
I have been cutting and pasting. Not fun. Any suggestions on how to
transform the data
Item Jan-09 Feb-09 Mar-09
X 10 10 12
Y 13 4 13
Z 12 11 9
A 44 14 23
L 51 2 50
What I need to do is transform the data in the monthly columns to a single
column and add a column that reflects the month that contains the data. The
form of the output needs to be:
Item Qty Date
X 10 Jan-09
Y 13 Jan-09
Z 12 Jan-09
A 44 Jan-09
L 51 Jan-09
X 10 Feb-09
Y 4 Feb-09
Z 11 Feb-09
A 14 Feb-09
L 2 Feb-09
X 12 Mar-09
Y 13 Mar-09
Z 9 Mar-09
A 23 Mar-09
L 50 Mar-09
I have been cutting and pasting. Not fun. Any suggestions on how to
transform the data