Hi everyone...
This one's stumped me. I'm trying to create a staff roster where employees are selected from a drop down list.
The issue is that there could be instances where the same employee (in this case Employee 1) is working in a different location so may be listed elsewhere.
Is it possible, to conditional format the start and finish times IF the employee is listed elsewhere AND if the times fall within the same time window to avoid "double booking" or incorrect scheduling?
For example below I've managed to conditional format
B58:
=AND(B58>B48,B58<C48) - 1200 is after 1000 and before 1800
C58:
=(C58<C48) - 1700 is before 1800
Which indicates the schedule isn't possible as the times fall within ROW 48 with the same employee
This may be a long shot but I have to ask the experts here as its driving me nuts!
This one's stumped me. I'm trying to create a staff roster where employees are selected from a drop down list.
The issue is that there could be instances where the same employee (in this case Employee 1) is working in a different location so may be listed elsewhere.
Is it possible, to conditional format the start and finish times IF the employee is listed elsewhere AND if the times fall within the same time window to avoid "double booking" or incorrect scheduling?
For example below I've managed to conditional format
B58:
=AND(B58>B48,B58<C48) - 1200 is after 1000 and before 1800
C58:
=(C58<C48) - 1700 is before 1800
Which indicates the schedule isn't possible as the times fall within ROW 48 with the same employee
This may be a long shot but I have to ask the experts here as its driving me nuts!