Good afternoon,
I have managed to split the below from a text field of data in to "StartTime" and "EndTime", but I am having issues gaining "Call_Length" as once midnight passes the calculation I am using the formula below doesn't realise it has past midnight and should reset from this point.
How would I work round this?
Thanks
I have managed to split the below from a text field of data in to "StartTime" and "EndTime", but I am having issues gaining "Call_Length" as once midnight passes the calculation I am using the formula below doesn't realise it has past midnight and should reset from this point.
How would I work round this?
Code:
=FORMAT(All_NLCS_Data[EndTime]-All_NLCS_Data[StartTime],"HH:MM:SS")
Thanks