Hi
I have data showing when staff arrive at, enter after clearing security and then exit a building after completing their task. The data for each cell is a combined date and time as opposed to separate cells for date and time.
I am trying to ascertain how long our security staff take to clear persons waiting to enter the building and also how many people at any one time are actually in the building (after being processed through security).
I also need to ascertain if particular issues arise at certain days of the week (eg Mon morning) and so need to add a further column which shows the day of week using the date/time data.
A sample of the data is as follows;
[TABLE="width: 470"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Staff No:[/TD]
[TD]Arrival time[/TD]
[TD]Processed time[/TD]
[TD]Exit time[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]26/02/2013 07:13[/TD]
[TD]26/02/2013 07:22[/TD]
[TD]26/02/2013 13:52[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]26/02/2013 07:25[/TD]
[TD]26/02/2013 07:36[/TD]
[TD]26/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]26/02/2013 07:36[/TD]
[TD]26/02/2013 07:54[/TD]
[TD]26/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]26/02/2013 07:41[/TD]
[TD]26/02/2013 08:01[/TD]
[TD]26/02/2013 19:18[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]26/02/2013 08:06[/TD]
[TD]26/02/2013 08:13[/TD]
[TD]26/02/2013 18:45[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]27/02/2013 07:13[/TD]
[TD]27/02/2013 07:22[/TD]
[TD]27/02/2013 21:52[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]27/02/2013 07:25[/TD]
[TD]27/02/2013 08:06[/TD]
[TD]27/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]27/02/2013 07:36[/TD]
[TD]27/02/2013 07:54[/TD]
[TD]27/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]27/02/2013 07:41[/TD]
[TD]27/02/2013 08:01[/TD]
[TD]27/02/2013 19:18[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]28/02/2013 08:06[/TD]
[TD]28/02/2013 08:13[/TD]
[TD]28/02/2013 18:45[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]28/02/2013 07:13[/TD]
[TD]28/02/2013 07:22[/TD]
[TD]28/02/2013 22:52[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]28/02/2013 07:25[/TD]
[TD]28/02/2013 07:36[/TD]
[TD]28/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]28/02/2013 07:36[/TD]
[TD]28/02/2013 07:54[/TD]
[TD]28/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]28/02/2013 07:41[/TD]
[TD]28/02/2013 08:01[/TD]
[TD]28/02/2013 20:18[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]28/02/2013 08:06[/TD]
[TD]28/02/2013 08:13[/TD]
[TD]28/02/2013 21:45[/TD]
[/TR]
</tbody>[/TABLE]
I had thought about trying to display the data using a a stacked bar chart but I still need to look at any particular date/time and ascertain how many persons are in the building without manually counting the rows!
Any help appreciated
I have data showing when staff arrive at, enter after clearing security and then exit a building after completing their task. The data for each cell is a combined date and time as opposed to separate cells for date and time.
I am trying to ascertain how long our security staff take to clear persons waiting to enter the building and also how many people at any one time are actually in the building (after being processed through security).
I also need to ascertain if particular issues arise at certain days of the week (eg Mon morning) and so need to add a further column which shows the day of week using the date/time data.
A sample of the data is as follows;
[TABLE="width: 470"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Staff No:[/TD]
[TD]Arrival time[/TD]
[TD]Processed time[/TD]
[TD]Exit time[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]26/02/2013 07:13[/TD]
[TD]26/02/2013 07:22[/TD]
[TD]26/02/2013 13:52[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]26/02/2013 07:25[/TD]
[TD]26/02/2013 07:36[/TD]
[TD]26/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]26/02/2013 07:36[/TD]
[TD]26/02/2013 07:54[/TD]
[TD]26/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]26/02/2013 07:41[/TD]
[TD]26/02/2013 08:01[/TD]
[TD]26/02/2013 19:18[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]26/02/2013 08:06[/TD]
[TD]26/02/2013 08:13[/TD]
[TD]26/02/2013 18:45[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]27/02/2013 07:13[/TD]
[TD]27/02/2013 07:22[/TD]
[TD]27/02/2013 21:52[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]27/02/2013 07:25[/TD]
[TD]27/02/2013 08:06[/TD]
[TD]27/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]27/02/2013 07:36[/TD]
[TD]27/02/2013 07:54[/TD]
[TD]27/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]27/02/2013 07:41[/TD]
[TD]27/02/2013 08:01[/TD]
[TD]27/02/2013 19:18[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]28/02/2013 08:06[/TD]
[TD]28/02/2013 08:13[/TD]
[TD]28/02/2013 18:45[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]28/02/2013 07:13[/TD]
[TD]28/02/2013 07:22[/TD]
[TD]28/02/2013 22:52[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]28/02/2013 07:25[/TD]
[TD]28/02/2013 07:36[/TD]
[TD]28/02/2013 14:12[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]28/02/2013 07:36[/TD]
[TD]28/02/2013 07:54[/TD]
[TD]28/02/2013 16:41[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]28/02/2013 07:41[/TD]
[TD]28/02/2013 08:01[/TD]
[TD]28/02/2013 20:18[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]28/02/2013 08:06[/TD]
[TD]28/02/2013 08:13[/TD]
[TD]28/02/2013 21:45[/TD]
[/TR]
</tbody>[/TABLE]
I had thought about trying to display the data using a a stacked bar chart but I still need to look at any particular date/time and ascertain how many persons are in the building without manually counting the rows!
Any help appreciated