I have data arranged as follows:
Jan Feb Mar Apr May etc
2011 999 99 99 99 99
2010 99 99 99 99 99
2009
etc
I want to convert this into a two columns: (1) column registering the month and year and (2) a column with the data. How do I make this happen?
Jan Feb Mar Apr May etc
2011 999 99 99 99 99
2010 99 99 99 99 99
2009
etc
I want to convert this into a two columns: (1) column registering the month and year and (2) a column with the data. How do I make this happen?