Hi,
Can someone please help me with this?
I have 5 column of raw data like this: Employee, Month, Day, Type of task, Hours
Without using pivot tables, I would like to summarize the information in a table like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Dec-18
[/TD]
[TD]Jan-19
[/TD]
[TD]Feb-19
[/TD]
[TD]Total quater
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Days
[/TD]
[TD]Days
[/TD]
[TD]Days
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Task a
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]Task b
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
Edu
Can someone please help me with this?
I have 5 column of raw data like this: Employee, Month, Day, Type of task, Hours
Without using pivot tables, I would like to summarize the information in a table like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Dec-18
[/TD]
[TD]Jan-19
[/TD]
[TD]Feb-19
[/TD]
[TD]Total quater
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Days
[/TD]
[TD]Days
[/TD]
[TD]Days
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Employee 1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Task a
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]Task b
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
Edu