I have got an orders database which contains a start time and an end time.
I want to work out the average it takes each employee to complete an order. An employee may make several orders a day.
The first step was completing the difference between the start time and the end time which i entered:
Diff: Format([TimeofOrder]-1-[TimeofOrderFin), "Short Time"
Which works accurately.
It displays
Chris 00:01
Chris 00:05
The problem is how do i add together the difference i have worked out for each employee?
I want to work out the average it takes each employee to complete an order. An employee may make several orders a day.
The first step was completing the difference between the start time and the end time which i entered:
Diff: Format([TimeofOrder]-1-[TimeofOrderFin), "Short Time"
Which works accurately.
It displays
Chris 00:01
Chris 00:05
The problem is how do i add together the difference i have worked out for each employee?