Hi All,
I need some help with a formula. In Column A I have the persons name, Column B i have the start time of a persons shift. In column C i have the end time of that shift. The shifts can be any back to back combination of 5 minutes from 7am to 8pm so there are a total of 156 possible shifts in a given day. I have created a list which names each 5 minute interval also from 1 to 156
What i want to happen is that if a shift is entered but it contradicts a shift already there then it shows up as an error. Can have this as a conditional format of a cell or an error message in Column D whichever is the easiest.
So for example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Shift Start[/TD]
[TD]Shift End[/TD]
[TD]Error Check[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]7am[/TD]
[TD]10am[/TD]
[TD]Shift coindcides with another shift[/TD]
[TD]14/04/16[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]10am[/TD]
[TD]11am[/TD]
[TD][/TD]
[TD]14/04/16[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]8am[/TD]
[TD]9am[/TD]
[TD]Shift coindcides with another shift[/TD]
[TD]14/04/16[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance
I need some help with a formula. In Column A I have the persons name, Column B i have the start time of a persons shift. In column C i have the end time of that shift. The shifts can be any back to back combination of 5 minutes from 7am to 8pm so there are a total of 156 possible shifts in a given day. I have created a list which names each 5 minute interval also from 1 to 156
What i want to happen is that if a shift is entered but it contradicts a shift already there then it shows up as an error. Can have this as a conditional format of a cell or an error message in Column D whichever is the easiest.
So for example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Shift Start[/TD]
[TD]Shift End[/TD]
[TD]Error Check[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]7am[/TD]
[TD]10am[/TD]
[TD]Shift coindcides with another shift[/TD]
[TD]14/04/16[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]10am[/TD]
[TD]11am[/TD]
[TD][/TD]
[TD]14/04/16[/TD]
[/TR]
[TR]
[TD]John Jones[/TD]
[TD]8am[/TD]
[TD]9am[/TD]
[TD]Shift coindcides with another shift[/TD]
[TD]14/04/16[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance