Function for hrs:mins:secs:frames for timecode calculations

  • Thread starter Richard C. Ferryman
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top