Hi I'm wondering if any could help me to reformat an Excel database.
At the moment I have 3 columns of data:
Column A is the NAME of the entity
Column B is the DATE of the entry
and Column C is an information field relating to the combination of the above two columns.
So for example
Column A: Mary
Column B: Mar-2010
Column C: Information relating to Mary in Jan-2010.
Now I want to convert it so that I get a panel data where the Names are now read across in one single row, the date acts as an index down one column, and the information is the intersection inbetween the two. So for example:
Jack, Mary, JohnJan 10 #N/A #N/A #N/A
Feb10 #N/A #N/A #N/A
Mar 10 #N/A Info #N/A
Apr 10 #N/A #N/A #N/A
May 10 #N/A #N/A #N/A
Jun 10 #N/A #N/A #N/A
So, I'm looking for something similar to a pivot table, except instead of counting or summing the amount of observations or whatever, I would like to bring up the actual data.
Is this possible? Many thanks
Bookmarks