I currently receive time punch data in the following format over the course of a long date range
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Date[/TD]
[TD]Empoyee[/TD]
[TD]In[/TD]
[TD]Out[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1/1/17[/TD]
[TD]1[/TD]
[TD]8:00[/TD]
[TD]16:00[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]2[/TD]
[TD]9:30[/TD]
[TD]14:00[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]3[/TD]
[TD]9:30[/TD]
[TD]14:35[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]4[/TD]
[TD]10:00[/TD]
[TD]18:07[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]5[/TD]
[TD]7:30[/TD]
[TD]20:00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]6[/TD]
[TD]8:07[/TD]
[TD]13:04[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]7[/TD]
[TD]11:22[/TD]
[TD]21:30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1/1/17[/TD]
[TD]8[/TD]
[TD]9:24[/TD]
[TD]15:56[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1/1/17[/TD]
[TD]9[/TD]
[TD]8:01[/TD]
[TD]12:54[/TD]
[/TR]
</tbody>[/TABLE]
I'd like to be able to utilize slicers and/or pivot tables to create dynamic charts where the x axis is time (7:00 to 22:00) and the y axis are employee numbers. I'd like horizontal bars to represent the time that they are "clocked in" and for the order to be based off of who clocks in the earliest. so the top most bar is the employee in first and the bottom most bar is the employee in last. This should give me a great visual of how many people are clocked in at the same time and over what period of time.
I understand how to get the duration in hours between two times (Out minus in times 24) but am having trouble setting the axes and plotting those bars.
Anu advice would help!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Date[/TD]
[TD]Empoyee[/TD]
[TD]In[/TD]
[TD]Out[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1/1/17[/TD]
[TD]1[/TD]
[TD]8:00[/TD]
[TD]16:00[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]2[/TD]
[TD]9:30[/TD]
[TD]14:00[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]3[/TD]
[TD]9:30[/TD]
[TD]14:35[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1/1/17[/TD]
[TD]4[/TD]
[TD]10:00[/TD]
[TD]18:07[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]5[/TD]
[TD]7:30[/TD]
[TD]20:00[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]6[/TD]
[TD]8:07[/TD]
[TD]13:04[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/1/17[/TD]
[TD]7[/TD]
[TD]11:22[/TD]
[TD]21:30[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1/1/17[/TD]
[TD]8[/TD]
[TD]9:24[/TD]
[TD]15:56[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1/1/17[/TD]
[TD]9[/TD]
[TD]8:01[/TD]
[TD]12:54[/TD]
[/TR]
</tbody>[/TABLE]
I'd like to be able to utilize slicers and/or pivot tables to create dynamic charts where the x axis is time (7:00 to 22:00) and the y axis are employee numbers. I'd like horizontal bars to represent the time that they are "clocked in" and for the order to be based off of who clocks in the earliest. so the top most bar is the employee in first and the bottom most bar is the employee in last. This should give me a great visual of how many people are clocked in at the same time and over what period of time.
I understand how to get the duration in hours between two times (Out minus in times 24) but am having trouble setting the axes and plotting those bars.
Anu advice would help!