I am trying to convert the following:
[pre]
[/pre]
I have to do this to several files with hundreds of thousands of lines. I would like to know what the fastest way to do this either with VBA code in excel or access.
Thank you,
James
[pre]
Code:
Sku Jan Cost Jan GSV Feb Cost Feb GSV
1 1 5 2 10
2 2 4 2 4
3 3 6 3 6
To Look Like this:
Sku Cost GSV Month
1 1 5 Jan
2 2 4 Jan
3 3 6 Jan
1 2 10 Feb
2 2 4 Feb
3 3 6 Feb
I have to do this to several files with hundreds of thousands of lines. I would like to know what the fastest way to do this either with VBA code in excel or access.
Thank you,
James