I want to be able to see at a glance the number of people I have in at a specific time on a certain duty. I give the example of how it should appear
The user would enter the duty and the time the employee would be doing the duty, I simply need the number of people who are doing the duty to appear in the table from column J onwards, any ideas, my problem are between counting the number of times the duty happens and working out the from and to times ?
Book1 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |||
4 | Duty1 | Time | to | Duty2 | Time | to | Time | 07:00 | 07:30 | 08:00 | 08:30 | 09:00 | 09:30 | 10:00 | 10:30 | 11:00 | 11:30 | 12:00 | 12:30 | 13:00 | 13:30 | 14:00 | 14:30 | |||||
5 | Employee1 | Alpha | 07:00 | 13:00 | Confs | 13:00 | 18:00 | |||||||||||||||||||||
6 | Employee2 | Alpha | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | ||||||||||
7 | Employee3 | ClientAdv | ||||||||||||||||||||||||||
8 | Employee4 | Confs | 1 | 1 | 1 | 1 | ||||||||||||||||||||||
9 | Employee5 | Phone | ||||||||||||||||||||||||||
10 | Employee6 | PhoneUrg | ||||||||||||||||||||||||||
11 | Employee7 | Problem | ||||||||||||||||||||||||||
12 | Employee8 | Quotes | ||||||||||||||||||||||||||
13 | Employee9 | Alpha | 13:00 | 18:00 | RepFee | |||||||||||||||||||||||
14 | Employee10 | Urgent | ||||||||||||||||||||||||||
15 | Employee11 | |||||||||||||||||||||||||||
16 | Employee12 | |||||||||||||||||||||||||||
17 | Employee13 | |||||||||||||||||||||||||||
18 | Employee14 | Alpha | 10:00 | 21:00 | ||||||||||||||||||||||||
Sheet2 |
The user would enter the duty and the time the employee would be doing the duty, I simply need the number of people who are doing the duty to appear in the table from column J onwards, any ideas, my problem are between counting the number of times the duty happens and working out the from and to times ?