P
Peter
I use the following to calculate the amount of downtime
=Format([StopTime]-1-[StartTime],"Short Time")
this returns Hours & Minutes e.g "01:40"
how do I get this into minutes so I can sum the total downtime over a
period. I would then like to convert that total back to hours and minutes
thanks
Peter
=Format([StopTime]-1-[StartTime],"Short Time")
this returns Hours & Minutes e.g "01:40"
how do I get this into minutes so I can sum the total downtime over a
period. I would then like to convert that total back to hours and minutes
thanks
Peter