Attempting to use a table to calculate the total time spent on the project. The Formula was working but returning NaN for certain cells that had no stop time. Adding in the following statement / IF({STOP TIME}="","", / seemed to fix the Issue of NaN being returned however the output data is only being returned in integers now and will not allow me to format the function to display time (( 00:00 )) below is my formula what changes need to be made to allow for proper duration display?
IF({STOP TIME}="","", DATETIME_DIFF({STOP TIME},{START TIME}))