susanna123
Technical User
Hi
I was wondering if you can tell me how I can code this:
There are 5 dates/times with start and end in the format below:
Start End
01/05/2010 02:44:47 01/05/2010 03:22:09
01/05/2010 02:37:59 01/05/2010 07:16:27
01/05/2010 02:40:00 01/05/2010 03:23:03
01/05/2010 02:40:00 01/05/2010 03:15:17
For example, if the elapsed time for the first 4 is 20 minutes and a fifth time was 40 min. The average should be 24min, elapse time of 40 min and total time would be 40 min.
How can this be coded using the above example?
Thanks.
I was wondering if you can tell me how I can code this:
There are 5 dates/times with start and end in the format below:
Start End
01/05/2010 02:44:47 01/05/2010 03:22:09
01/05/2010 02:37:59 01/05/2010 07:16:27
01/05/2010 02:40:00 01/05/2010 03:23:03
01/05/2010 02:40:00 01/05/2010 03:15:17
For example, if the elapsed time for the first 4 is 20 minutes and a fifth time was 40 min. The average should be 24min, elapse time of 40 min and total time would be 40 min.
How can this be coded using the above example?
Thanks.