I have two tables one is vertical and the other is horizontal. the vertical has a monthly bucket column and a daily date column. because there are multiple business days in a month the montlhy bucket will be repeated numerous times.
the horizontal table will have the monthly bucket only once and all dates underneath...this will make data more workable. So my problem is how do i transfer data from verticial to horizontal.
I copied unique months column so I only get one monthly period in the header and from there i want one coloumn of all the dates and so horizontal wud look like
Dates, Mrkt Name, 200801, 200802, 200803
01/01/08, WTI, 120.03,122.90,130.34
Hope this make sense. I was thinking of a For each cell and use a vlookup on the old table.
the horizontal table will have the monthly bucket only once and all dates underneath...this will make data more workable. So my problem is how do i transfer data from verticial to horizontal.
I copied unique months column so I only get one monthly period in the header and from there i want one coloumn of all the dates and so horizontal wud look like
Dates, Mrkt Name, 200801, 200802, 200803
01/01/08, WTI, 120.03,122.90,130.34
Hope this make sense. I was thinking of a For each cell and use a vlookup on the old table.