Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to create a new custom number format that
uses timecode with the option of formatting according to the 4 types of timecode used: ie PAL 25 frames per second HH:MM:SS:FF NTSC 30 Non Drop Frame HH:MM:SS:FF NTSC 29.97 Drop Frame HH:MM:SS:FF Film 24 frames per second HH:MM:SS:FF Ideally having each of these as new custom formats in which you would only have to enter in the digits for each of the hours, minutes, seconds, and frames respectively. Excel would then calculate the actual number of total frames represented by the timecode and use that number for all calculations while still displaying according to the format above. I've written formulas which can convert between cells by creating a custom format 00":"00":"00":"00 and then turning that eight digit number into a frame total once the base (25, 30, 29.97 or 24) has been determined, and then another forumla that takes that TotalFrameNumber and displays it as timecode, but I want to have this all happen behind the scenes as it were so cell A1 could have 12345432 entered, display it as 12:34:54:32 and then interpret it as 1132382 frames. Any pointers in this direction would be greatly appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
entering timecode into cells | Excel Discussion (Misc queries) | |||
changing seconds to timecode | Excel Discussion (Misc queries) | |||
How can I do calculations in PAL timecode in Excel? | Excel Discussion (Misc queries) | |||
Does anyone have a formula for SMPTE timecode in Excel? | Excel Discussion (Misc queries) | |||
Adding time to multiple cells using TIMECODE | Excel Discussion (Misc queries) |