DataFanatic
MIS
I have a series of data
Colum headings are a event types
Rows are minutes by date
Example:
t1 | t2 | t3 | t4 | t5 |
1/1/04 | 10 | 10 | | 5 | |
1/2/04 | | 5 | | 10 | 15 |
1/3/04 | 15 | 10 | 17 | | | etc
What I need is for a row to be created like
t1 | 1/1/04 | 10
t2 | 1/1/04 | 10
t4 | 1/1/04 | 5
t2 | 1/2/04 | 5
t4 | 1/2/04 | 10
t5 | 1/2/04 | 15
t1 | 1/3/04 | 15
t2 | 1/3/04 | 10
t3 | 1/3/04 | 17
I don't have any idea if thsi can be done. If anyone has any thoughts I would appreciate them.
Thanks in advance.
Colum headings are a event types
Rows are minutes by date
Example:
t1 | t2 | t3 | t4 | t5 |
1/1/04 | 10 | 10 | | 5 | |
1/2/04 | | 5 | | 10 | 15 |
1/3/04 | 15 | 10 | 17 | | | etc
What I need is for a row to be created like
t1 | 1/1/04 | 10
t2 | 1/1/04 | 10
t4 | 1/1/04 | 5
t2 | 1/2/04 | 5
t4 | 1/2/04 | 10
t5 | 1/2/04 | 15
t1 | 1/3/04 | 15
t2 | 1/3/04 | 10
t3 | 1/3/04 | 17
I don't have any idea if thsi can be done. If anyone has any thoughts I would appreciate them.
Thanks in advance.