Hi,
I have a form that I am trying to calculate time taken to do certain tasks.
The fields I have are StartTime and EndTime.
I have used:
=Sum([StartTime]-[EndTime])
but anything over 24 hours reverts to 01:30 for example.
I would like to calculate the number of hours over 24 without taking into account days. SO for example I would like to be able to return values like 28 hours or 36 hours.
Can I have some advice please?
Thanks in advance,
Miguel
I have a form that I am trying to calculate time taken to do certain tasks.
The fields I have are StartTime and EndTime.
I have used:
=Sum([StartTime]-[EndTime])
but anything over 24 hours reverts to 01:30 for example.
I would like to calculate the number of hours over 24 without taking into account days. SO for example I would like to be able to return values like 28 hours or 36 hours.
Can I have some advice please?
Thanks in advance,
Miguel