R
Richard C. Ferryman
I want to set up a spreadsheet that adds or subtracts timecodes for
video work. Timecodes are in the format HH:MM:SS:FF
where hours are 00-99
mins are 00-59
secs are 00-59
frames are 00-24 or 00-29 dependent on system (European PAL25 frames
or American NTSC 30 frames for example).
So I need to take a string such as 05:13:20:03 and be able to subtract
or add another string such as 00:05:33:19 and end up with a correctly
formatted result with carries between columns at the correct 99/00,
59/00, 59/00, 24/00 points.
Any suggestions as to how to approach this?
Thanks
Richard
video work. Timecodes are in the format HH:MM:SS:FF
where hours are 00-99
mins are 00-59
secs are 00-59
frames are 00-24 or 00-29 dependent on system (European PAL25 frames
or American NTSC 30 frames for example).
So I need to take a string such as 05:13:20:03 and be able to subtract
or add another string such as 00:05:33:19 and end up with a correctly
formatted result with carries between columns at the correct 99/00,
59/00, 59/00, 24/00 points.
Any suggestions as to how to approach this?
Thanks
Richard