[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Org
[/TD]
[TD]Day
[/TD]
[TD]Start
[/TD]
[TD]End
[/TD]
[TD]Minutes
[/TD]
[TD]Incorrect
[/TD]
[/TR]
[TR]
[TD]Person 1
[/TD]
[TD]A
[/TD]
[TD]Monday
[/TD]
[TD]5:05 pm
[/TD]
[TD]6:00 pm
[/TD]
[TD]0:55
[/TD]
[TD]0:25
[/TD]
[/TR]
[TR]
[TD]Person 2
[/TD]
[TD]B
[/TD]
[TD]Tuesday
[/TD]
[TD]5:05 pm
[/TD]
[TD]5:15 pm
[/TD]
[TD]0:10
[/TD]
[TD]0:10
[/TD]
[/TR]
[TR]
[TD]Person 3
[/TD]
[TD]C
[/TD]
[TD]Saturday
[/TD]
[TD]6:15 am
[/TD]
[TD]2:50 pm
[/TD]
[TD]8:35
[/TD]
[TD]0:00
[/TD]
[/TR]
</tbody>[/TABLE]
Hello all,
Hoping someone can provide some assistance with creating an excel formula.
I have a whole heap of data of when people have worked overtime but I know some is incorrect and I need to capture those incorrect entries.
Basic rule is cannot work overtime between 5:30 am and 5:30 pm from Monday to Friday.
So, from the data above, Person 1 claimed 55 minutes of overtime but 25 was incorrect (between 5:30 and 5:30), person 2 claimed 10 minutes which was all incorrect, Person 3's was on Saturday so theirs is fine.
I need a formula that will calculate the incorrect minutes.
Thanks in advance for any assistance.
<tbody>[TR]
[TD]Name
[/TD]
[TD]Org
[/TD]
[TD]Day
[/TD]
[TD]Start
[/TD]
[TD]End
[/TD]
[TD]Minutes
[/TD]
[TD]Incorrect
[/TD]
[/TR]
[TR]
[TD]Person 1
[/TD]
[TD]A
[/TD]
[TD]Monday
[/TD]
[TD]5:05 pm
[/TD]
[TD]6:00 pm
[/TD]
[TD]0:55
[/TD]
[TD]0:25
[/TD]
[/TR]
[TR]
[TD]Person 2
[/TD]
[TD]B
[/TD]
[TD]Tuesday
[/TD]
[TD]5:05 pm
[/TD]
[TD]5:15 pm
[/TD]
[TD]0:10
[/TD]
[TD]0:10
[/TD]
[/TR]
[TR]
[TD]Person 3
[/TD]
[TD]C
[/TD]
[TD]Saturday
[/TD]
[TD]6:15 am
[/TD]
[TD]2:50 pm
[/TD]
[TD]8:35
[/TD]
[TD]0:00
[/TD]
[/TR]
</tbody>[/TABLE]
Hello all,
Hoping someone can provide some assistance with creating an excel formula.
I have a whole heap of data of when people have worked overtime but I know some is incorrect and I need to capture those incorrect entries.
Basic rule is cannot work overtime between 5:30 am and 5:30 pm from Monday to Friday.
So, from the data above, Person 1 claimed 55 minutes of overtime but 25 was incorrect (between 5:30 and 5:30), person 2 claimed 10 minutes which was all incorrect, Person 3's was on Saturday so theirs is fine.
I need a formula that will calculate the incorrect minutes.
Thanks in advance for any assistance.