S
snowball
I am trying to get an efficiency figure calculation from a start time less a
finish time less the sum of personal breaks and m/c breaks.
Start time = Tin
Finish Time = TOut
start -less finish Time = workedT
personal breaks = Pbreak
Machine downtime = M/C break
I have managed to calculate the WorkedT by using the datediff function,
DateDiff("n",[TIn],[TOut])\60 & Format(DateDiff("n",[TIn],[TOut]) Mod
60,"\:00") this is now my workedT,
However i now need to subtract the sum of [Pbreak]+[M/C Break] from my
[worked time] and my answer needs to be in Minutes.
Can anyone help.
finish time less the sum of personal breaks and m/c breaks.
Start time = Tin
Finish Time = TOut
start -less finish Time = workedT
personal breaks = Pbreak
Machine downtime = M/C break
I have managed to calculate the WorkedT by using the datediff function,
DateDiff("n",[TIn],[TOut])\60 & Format(DateDiff("n",[TIn],[TOut]) Mod
60,"\:00") this is now my workedT,
However i now need to subtract the sum of [Pbreak]+[M/C Break] from my
[worked time] and my answer needs to be in Minutes.
Can anyone help.