I tried the below Formula to calculate the time between the start time and end time in hours but not working properly.
=IF(ISBLANK([Column2]),"0",TEXT([Column2]-[Column1],"h"))** I have a SharePoint list with two columns Start Time and end time. I want the Formula to calculate the time between the start time and end time in hours only. If the end time is still pending (empty) value should be 0.
the table shows that in the time difference column, the total is 20 but this is not correct should be 56 hours
