Hi,
I am new to vba and wanted some help in writing a vba code.
Could you please help me to write a code for the below example?
Headers
Year A B C D
2011 1 3 5 6
2012 4 5 1 9
2013 2 7 9 4
2014 6 4 3 1
2015 12 2 4 10
To
Item year Value - headers
A 2011 1
A 2012 4
A 2013 2
A 2014 6
A 2015 12
B 2011 3
B 2012 5
B 2013 7
B 2014 4
B 2015 2
I want the results in a new sheet.
Thanks Sri
I am new to vba and wanted some help in writing a vba code.
Could you please help me to write a code for the below example?
Headers
Year A B C D
2011 1 3 5 6
2012 4 5 1 9
2013 2 7 9 4
2014 6 4 3 1
2015 12 2 4 10
To
Item year Value - headers
A 2011 1
A 2012 4
A 2013 2
A 2014 6
A 2015 12
B 2011 3
B 2012 5
B 2013 7
B 2014 4
B 2015 2
I want the results in a new sheet.
Thanks Sri