+ Reply to Thread
Results 1 to 14 of 14

Time Code Calculator 30fps - Mac

  1. #1
    Registered User
    Join Date
    02-03-2007
    Posts
    7

    Time Code Calculator 30fps - Mac

    Hi,

    I found this great formula posted on this site for calculating time code @ 24fps:

    =TEXT(LEFT(B2,8)-LEFT(A2,8)-(RIGHT(A2,2)>RIGHT(B2,2))/86400,"m:ss")&TEXT(MOD(RIGHT(B2,2)-RIGHT(A2,2),24),"\:00")

    Can anyone tell me how to change it for 30fps? I'm using Excel 2008 for Mac, so I'd rather use a formula than figure how to make VBA work on Macs.

    Thanks,
    k8
    Last edited by sunrhat; 05-20-2009 at 09:09 PM. Reason: Solved

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Time Code Calculator 30fps - Mac

    You might also post the inputs to the formula, huh?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    02-03-2007
    Posts
    7

    Re: Time Code Calculator 30fps - Mac

    Does this help?

    Here's the timecode format HH:MM:SS:FF

    HH: Hours
    MM: Minutes
    SS: Seconds
    FF: Frames (24 fps)

    Example:

    01:58:04:10, 01:58:05:11, 1:01
    (start timecode), (stop timecode), (duration)

    Thanks

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Time Code Calculator 30fps - Mac

    =TEXT(LEFT(B2,8) - LEFT(A2,8) - (RIGHT(A2,2) > RIGHT(B2,2) ) / 86401, "m:ss" ) &TEXT(MOD(RIGHT(B2,2) - RIGHT(A2,2), 30), "\:00")

    This doesn't accommodate drop-frame timing for NTSC, but should be correct for HD.
    Last edited by shg; 05-20-2009 at 08:43 PM.

  5. #5
    Registered User
    Join Date
    02-03-2007
    Posts
    7

    Re: Time Code Calculator 30fps - Mac

    Thank you for your fast response!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Time Code Calculator 30fps - Mac

    You're welcome. Would you please mark the thread as Solved?

  7. #7
    Registered User
    Join Date
    02-03-2007
    Posts
    7

    Re: Time Code Calculator 30fps - Mac

    Yes, just looking for how to do that...

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Time Code Calculator 30fps - Mac

    How To ... in the menu bar.

    Also in the forum rules ...

  9. #9
    Registered User
    Join Date
    11-14-2012
    Location
    Missoula, MT
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    See Attached.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    11-26-2012
    Location
    Canada
    MS-Off Ver
    Excel 2008
    Posts
    2

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    Is there anyway we can format the cells so we don't have to type the ":" for each TC?

    I'm not very good with excel and I need a spreadsheet just like yours to calculate timecodes. I works great for calculation, but having some kind of "auto-formating" for the timecodes we input in the first two columns, so that we could type "10011500" instead of "10:01:15:00" would help a lot.

    Thanks for your help!...

  11. #11
    Registered User
    Join Date
    11-14-2012
    Location
    Missoula, MT
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    Ya, you can right click on the cells you want to auto-format > format cells > custom > input= 00":"00":"00":"00 > done.
    Last edited by arlu1201; 11-27-2012 at 01:09 AM.

  12. #12
    Registered User
    Join Date
    11-26-2012
    Location
    Canada
    MS-Off Ver
    Excel 2008
    Posts
    2

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    Quote Originally Posted by austinmjames View Post
    Ya, you can right click on the cells you want to auto-format > format cells > custom > input= 00":"00":"00":"00 > done.
    I works for the format of the value typed, the colons are being added automatically, but it seems to be messing with the function for duration. I tried it, and the duration column displays a value error. Any idea to solve this, so that when I type in the TCin/TCout it gets the right formatting and the duration would calculate correctly??
    Last edited by arlu1201; 11-27-2012 at 01:09 AM.

  13. #13
    Registered User
    Join Date
    10-16-2013
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    Thanks Thanks Thansk

  14. #14
    Registered User
    Join Date
    05-12-2015
    Location
    england
    MS-Off Ver
    365
    Posts
    3

    Re: [SOLVED] Time Code Calculator 30fps - Mac

    Hi Austin,

    Just wanna cross check with you regarding the attached EDL TC Calculator.xls

    It's a post that is a few years old but i found a bug in the excel sheet. When ur TC-out is only 00:00:11:00 - the total reports it as 00:00:15:00. This is baffling and weird. did U know about this?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need to Sum Time Code 30FPS
    By marksd80 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-18-2013, 10:03 AM
  2. Time calculator
    By coolhit in forum Excel General
    Replies: 5
    Last Post: 12-02-2012, 06:08 AM
  3. UK Post Code Calculator - Time
    By trashcanit in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-24-2012, 08:45 AM
  4. UK post code calculator
    By nevs in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-29-2011, 08:40 AM
  5. Excel 2007 : Time range calculator?
    By SPEKTRE76 in forum Excel General
    Replies: 2
    Last Post: 09-21-2009, 02:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1