G
Guest
sI would like to know how to sum time values and display it in short time
format. Example: I have a tech name joe that visited a particular location
twice in onde day. The first visit was 50 minutes long represented by
(12:10:00 AM or 00:50) the second visit was 40 minutes long represented by
(12:40:00 AM or 00:40) for a total of 90 minutes. I would like to sum these
two durrations and end up with 01:30 (1 hour and 30 mnutes). In my table all
the durations are listed vertically with the techs name to the left of each
entry. I need to group by tech and sum all their time/durations; however,
the sum function does not allow me to do this. PLEASE HELPPPPPPPP!!!
format. Example: I have a tech name joe that visited a particular location
twice in onde day. The first visit was 50 minutes long represented by
(12:10:00 AM or 00:50) the second visit was 40 minutes long represented by
(12:40:00 AM or 00:40) for a total of 90 minutes. I would like to sum these
two durrations and end up with 01:30 (1 hour and 30 mnutes). In my table all
the durations are listed vertically with the techs name to the left of each
entry. I need to group by tech and sum all their time/durations; however,
the sum function does not allow me to do this. PLEASE HELPPPPPPPP!!!