<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using timecode in Excel</title>
	<atom:link href="http://www.talino.org/blog/using-timecode-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.talino.org/blog/using-timecode-in-excel/</link>
	<description>Permanently under construction</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:15:24 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TJ</title>
		<link>http://www.talino.org/blog/using-timecode-in-excel/comment-page-1/#comment-14515</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.talino.org/?p=213#comment-14515</guid>
		<description>Works like a charm on Mac 10.4.11, Excel 2004.  Does NOT work on Mac OS 10.5.8 Excel 2008.  I tried everything suggested above (i.e., opt-command-T at the start of workbook, and command-= to refresh).  The cell is either -00:00:00:03 or 23:59:59:06.  My formula is =TCminus(B6;A6;24).  In Excel 2004, I must use =TCminus(B6,A6,24).  I tried that in 2008 - no go.  I even tried Excel&#039;s formula menu, which includes the TCminus function - no go.  Please help!  I have a cue sheet that needs finishing yesterday.</description>
		<content:encoded><![CDATA[<p>Works like a charm on Mac 10.4.11, Excel 2004.  Does NOT work on Mac OS 10.5.8 Excel 2008.  I tried everything suggested above (i.e., opt-command-T at the start of workbook, and command-= to refresh).  The cell is either -00:00:00:03 or 23:59:59:06.  My formula is =TCminus(B6;A6;24).  In Excel 2004, I must use =TCminus(B6,A6,24).  I tried that in 2008 &#8211; no go.  I even tried Excel&#8217;s formula menu, which includes the TCminus function &#8211; no go.  Please help!  I have a cue sheet that needs finishing yesterday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.talino.org/blog/using-timecode-in-excel/comment-page-1/#comment-14315</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.talino.org/?p=213#comment-14315</guid>
		<description>Does the formula have a limit? I am trying to add up a duration column (I don&#039;t care about in and out, I have duration and need to keep track of on going totals). Right now I should have about 400hrs in total duration but the TCsum is just showing me a standard 01:27:36:03. I am working 25fps. 
Any thoughts?</description>
		<content:encoded><![CDATA[<p>Does the formula have a limit? I am trying to add up a duration column (I don&#8217;t care about in and out, I have duration and need to keep track of on going totals). Right now I should have about 400hrs in total duration but the TCsum is just showing me a standard 01:27:36:03. I am working 25fps.<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.talino.org/blog/using-timecode-in-excel/comment-page-1/#comment-14283</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.talino.org/?p=213#comment-14283</guid>
		<description>So close. Great tip to remove the : and ; from the input numbers. Applying the style converted 14624 to 00:01:46;24. But I&#039;m still missing something. Trying to calculate between two columns with &quot;=TCminus(C523;G523)&quot; still scolds me about a formula error. It has to be something obvious or something in the sequencing of the procedure. What did you do to get it working exactly? Any help would save me from calculating 1100 lines of time code by hand.</description>
		<content:encoded><![CDATA[<p>So close. Great tip to remove the : and ; from the input numbers. Applying the style converted 14624 to 00:01:46;24. But I&#8217;m still missing something. Trying to calculate between two columns with &#8220;=TCminus(C523;G523)&#8221; still scolds me about a formula error. It has to be something obvious or something in the sequencing of the procedure. What did you do to get it working exactly? Any help would save me from calculating 1100 lines of time code by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikejaz</title>
		<link>http://www.talino.org/blog/using-timecode-in-excel/comment-page-1/#comment-13713</link>
		<dc:creator>mikejaz</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.talino.org/?p=213#comment-13713</guid>
		<description>And I just figured out why the macro returns &quot;#value&quot;.

In my case, I applied the TCdrop style onto two columns of pre-typed timecode numbers (in the usual format hh:mm:ss:ff).  When I applied the style, the display of the number didn&#039;t change...however, the actual characters entered INCLUDED the colons...so when the cell was processed by the TCplus macro, it saw not &quot;hhmmssff&quot;, but &quot;hh:mm:ss:ff&quot;...and couldn&#039;t process the colons.

I guess I have to re-type all the numbers, but at least the offset calculations will be done for me as I go!</description>
		<content:encoded><![CDATA[<p>And I just figured out why the macro returns &#8220;#value&#8221;.</p>
<p>In my case, I applied the TCdrop style onto two columns of pre-typed timecode numbers (in the usual format hh:mm:ss:ff).  When I applied the style, the display of the number didn&#8217;t change&#8230;however, the actual characters entered INCLUDED the colons&#8230;so when the cell was processed by the TCplus macro, it saw not &#8220;hhmmssff&#8221;, but &#8220;hh:mm:ss:ff&#8221;&#8230;and couldn&#8217;t process the colons.</p>
<p>I guess I have to re-type all the numbers, but at least the offset calculations will be done for me as I go!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikejaz</title>
		<link>http://www.talino.org/blog/using-timecode-in-excel/comment-page-1/#comment-13712</link>
		<dc:creator>mikejaz</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.talino.org/?p=213#comment-13712</guid>
		<description>I, too, have installed the macro...and cannot get formulas to work.

Mac intel dual core 2.6, 10.4.11, 10gig RAM, Excel for Office 2004 11.4.1

I get #VALUE...have made sure that calculation columns are styled for TCdrop.  I&#039;m gonna quit and restart, see if that fixes is, then contact ol&#039; Belle Nuit...</description>
		<content:encoded><![CDATA[<p>I, too, have installed the macro&#8230;and cannot get formulas to work.</p>
<p>Mac intel dual core 2.6, 10.4.11, 10gig RAM, Excel for Office 2004 11.4.1</p>
<p>I get #VALUE&#8230;have made sure that calculation columns are styled for TCdrop.  I&#8217;m gonna quit and restart, see if that fixes is, then contact ol&#8217; Belle Nuit&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
