Hi there i have a sharepoint data source that people track their time worked. I have it in excel so its refreshable
the format is like this:
<colgroup><col style="width:48pt" span="6" width="64"> </colgroup><tbody>
</tbody>
Now i would like to be able to get it to look as follows;
<tbody>
</tbody>
Is this even possible?
the format is like this:
W/C | 30/12/13 | 6/01/14 | 13/01/14 | 20/01/14 | 27/01/14 |
Andrew | 8 | ||||
Dan | 0 | ||||
David | 6 | ||||
Gavin | 0 | 16 | |||
Hannah | |||||
Hayley | 1 | 9 | |||
Jack | 0 | ||||
Jessie | 3 | 4 | 2 | ||
Jo | 0 | 28 | | ||
Leisa | 0.5 | 8 | 5 | ||
Lucy | 0 | 20 | |
<colgroup><col style="width:48pt" span="6" width="64"> </colgroup><tbody>
</tbody>
Now i would like to be able to get it to look as follows;
Name | Week Commencing | Hours Worked |
Andrew | 30/12/13 | 0 |
Andrew | 6/01/14 | 0 |
Andrew | 13/01/14 | 0 |
Andrew | 20/01/14 | 8 |
etc |
<tbody>
</tbody>
Is this even possible?