Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Timecode in Excel

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Timecode in Excel

Hi Simon

As you've probably noticed, Excel won't handle those calculations herself. John
Walkenbach's PUP http://j-walk.com/ss/pup/pup5/index.htm supports most/all TC formats, and
there's quite a few VBA solutions out there
http://groups.google.com/groups?as_q...el.*&num=100&a
s_scoring=d&hl=en

As you may know, 1 is a day in excel, so 12:00:00 is 0.5. 12150015 is tons of years.
Converting it to half a day, 0.5 some, requires serious math, not just formatting. Big
question is then; when you enter 12, do you want it to be12:00:00:00 or 00:00:00:12 ?

--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"SimonK" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Timecode in Excel

Thanks for that... I think the stuff on google groups
might help, and if all else fails I'll stop trying to re-
invent the wheel and get the PUP stuff

Simon
-----Original Message-----
Hi Simon

As you've probably noticed, Excel won't handle those

calculations herself. John
Walkenbach's PUP http://j-walk.com/ss/pup/pup5/index.htm

supports most/all TC formats, and
there's quite a few VBA solutions out there
http://groups.google.com/groups?

as_q=timecode&as_ugroup=microsoft.public.excel.*&n um=100&a
s_scoring=d&hl=en

As you may know, 1 is a day in excel, so 12:00:00 is 0.5.

12150015 is tons of years.
Converting it to half a day, 0.5 some, requires serious

math, not just formatting. Big
question is then; when you enter 12, do you want it to

be12:00:00:00 or 00:00:00:12 ?

--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"SimonK" wrote in message
...
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


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
entering timecode into cells Laura Excel Discussion (Misc queries) 2 December 30th 08 06:42 PM
changing seconds to timecode SAPOL AVU Excel Discussion (Misc queries) 1 September 21st 06 04:03 AM
How can I do calculations in PAL timecode in Excel? Cliff Excel Discussion (Misc queries) 0 October 31st 05 03:16 AM
Does anyone have a formula for SMPTE timecode in Excel? taverett Excel Discussion (Misc queries) 1 July 20th 05 05:22 PM
Adding time to multiple cells using TIMECODE timroutledge Excel Discussion (Misc queries) 1 May 25th 05 06:24 PM


All times are GMT +1. The time now is 06:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"