Hello
I know this subject has been addressed many times in forums but I'm hoping I could get an answer specific to my case.
I have a range of time codes in this format: ss:ff (seconds and frames) that I would like to be able to sum up and get an accurate result, with the obvious issue of frame range not being supported by excel.
Because the spreadsheet would be used by a number of people, i would like to avoid macros and use a formula solution.
I have come across this formula and I'm wondering how to adapt it for my specific time code format:
=TEXT(LEFT(E11,8)-LEFT(D11,8)-(RIGHT(D11,2)>RIGHT(E11,2))/86400,"s")&TEXT(MOD(RIGHT(E11,2)-RIGHT(D11,2),24),":00")
The range would be spread across a row (not in a column) with one time code per cell. The result would appear in the cell furthest right of the range.
Also, is there a way to link this formula to a different cell where the frame range would be input (therefore allowing to change the frame rate without having to modify the formula).
thank you in advance for your help!
I know this subject has been addressed many times in forums but I'm hoping I could get an answer specific to my case.
I have a range of time codes in this format: ss:ff (seconds and frames) that I would like to be able to sum up and get an accurate result, with the obvious issue of frame range not being supported by excel.
Because the spreadsheet would be used by a number of people, i would like to avoid macros and use a formula solution.
I have come across this formula and I'm wondering how to adapt it for my specific time code format:
=TEXT(LEFT(E11,8)-LEFT(D11,8)-(RIGHT(D11,2)>RIGHT(E11,2))/86400,"s")&TEXT(MOD(RIGHT(E11,2)-RIGHT(D11,2),24),":00")
The range would be spread across a row (not in a column) with one time code per cell. The result would appear in the cell furthest right of the range.
Also, is there a way to link this formula to a different cell where the frame range would be input (therefore allowing to change the frame rate without having to modify the formula).
thank you in advance for your help!