I am trying to calculate the total amount of time in hours that it takes to complete a test. I had two fields in my table called:
StartTime
EndTime
I than used the following formula to calculate the total time:
=Format([StartTime] -1 -[EndTime]’ “ShortTime”)
This formula works find. But some of the test that I run can run for days or even weeks. I then added two additional fields to my table to capture the start date of the test and end date of the test:
StartDate
EndDate
Is there a way to calculate the total test time in hours using the StartDate and StartTime and EndDate and EndTime?
Your help would be greatly appreciated.
Thank you,
Stephen Jones
StartTime
EndTime
I than used the following formula to calculate the total time:
=Format([StartTime] -1 -[EndTime]’ “ShortTime”)
This formula works find. But some of the test that I run can run for days or even weeks. I then added two additional fields to my table to capture the start date of the test and end date of the test:
StartDate
EndDate
Is there a way to calculate the total test time in hours using the StartDate and StartTime and EndDate and EndTime?
Your help would be greatly appreciated.
Thank you,
Stephen Jones