How to a Time planning into pivot table .

A

arnaudlalu

Hey

I need to change a time table, with names of the employees in column A and the dates in the row. The names of the projects are the values in the table but I need a pivottable to show me how much is worked per date on which project.

All help is very much appreciated !
 
A

Alex Plantema

[email protected] schreef in
I need to change a time table, with names of the employees in column
A and the dates in the row. The names of the projects are the values
in the table but I need a pivottable to show me how much is worked
per date on which project.

A pivottable cannot handle such an arrangement.
You should make a table with each type of data in only one column,
e.g. A: date, B: hours, C: employee, D: project.
 
Top