Hi,
I need to count the number of employees on a per hour interval. Employee shifts last for 9 hours. So if 2 employees will come in at 4 am and 1 will come in at 7, the result i want to get is like this...
0400 - 2
0500 - 2
0600 - 2
0700 - 3
0800 - 3
.......
1200 - 3
1300 - 1
https://www.dropbox.com/s/llmzf2b0n2cqmg9/Time Interval.xlsx?dl=0
I need to count the number of employees on a per hour interval. Employee shifts last for 9 hours. So if 2 employees will come in at 4 am and 1 will come in at 7, the result i want to get is like this...
0400 - 2
0500 - 2
0600 - 2
0700 - 3
0800 - 3
.......
1200 - 3
1300 - 1
https://www.dropbox.com/s/llmzf2b0n2cqmg9/Time Interval.xlsx?dl=0