<?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 for Confessions of a twenty-something</title>
	<atom:link href="http://bethaney.co.uk/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://bethaney.co.uk/blog</link>
	<description>Athiest.Biologist.Bookworm.Student.Partner.Friend</description>
	<lastBuildDate>Fri, 02 Jul 2010 20:41:27 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Application: The End by Craig Mayhew</title>
		<link>http://bethaney.co.uk/blog/?p=104&#038;cpage=1#comment-160</link>
		<dc:creator>Craig Mayhew</dc:creator>
		<pubDate>Fri, 02 Jul 2010 20:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://bethaney.co.uk/blog/?p=104#comment-160</guid>
		<description>you should update this with a more upto date and positive blog post.</description>
		<content:encoded><![CDATA[<p>you should update this with a more upto date and positive blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excell mm:ss.00 to ss.00 by Bethaney</title>
		<link>http://bethaney.co.uk/blog/?p=12&#038;cpage=1#comment-3</link>
		<dc:creator>Bethaney</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://bethaney.co.uk/blog/?p=12#comment-3</guid>
		<description>If your system automatically produces numbers in the sss.00 format and excel &quot;knows&quot; that these numbers are seconds and milliseconds, then simply format those cells to [mm]:ss.00.

&lt;p&gt;If however, the cell is simply ###.## - just a number, it becomes a little more complex. I&#039;ve had a play around and I have come up with the following formulae which you need to place in the cells in which you wish to display mmm:ss.00 :&lt;/p&gt;


&lt;i&gt;&lt;b&gt;&quot;=CONCATENATE(INT(G8/60),IF(MOD(G8,60)&lt;10,&quot;:0&quot;,&quot;:&quot;),FIXED((MOD(G8,60)),2))&quot;&lt;/b&gt;&lt;/i&gt;

where g8 is the cell with the no. of seconds in it.

There is unfortunately no simple way of doing it, but this will work on any number in seconds eg. 12432.968. It also works around a known excel bug which likes to produce strange numbers when not asked, ie can return 3.999999999 instead of 4.

Hope this helps and let me know if you have any problems with it and I will see what I can do!


Bethaney</description>
		<content:encoded><![CDATA[<p>If your system automatically produces numbers in the sss.00 format and excel &#8220;knows&#8221; that these numbers are seconds and milliseconds, then simply format those cells to [mm]:ss.00.</p>
<p>If however, the cell is simply ###.## &#8211; just a number, it becomes a little more complex. I&#8217;ve had a play around and I have come up with the following formulae which you need to place in the cells in which you wish to display mmm:ss.00 :</p>
<p><i><b>&#8220;=CONCATENATE(INT(G8/60),IF(MOD(G8,60)&lt;10,":0",":"),FIXED((MOD(G8,60)),2))"</b></i></p>
<p>where g8 is the cell with the no. of seconds in it.</p>
<p>There is unfortunately no simple way of doing it, but this will work on any number in seconds eg. 12432.968. It also works around a known excel bug which likes to produce strange numbers when not asked, ie can return 3.999999999 instead of 4.</p>
<p>Hope this helps and let me know if you have any problems with it and I will see what I can do!</p>
<p>Bethaney</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excell mm:ss.00 to ss.00 by Doug</title>
		<link>http://bethaney.co.uk/blog/?p=12&#038;cpage=1#comment-2</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://bethaney.co.uk/blog/?p=12#comment-2</guid>
		<description>This is exactly what I&#039;m looking for except I need to go the other way. I have a timing system that gives me sss.00 and I need mm:ss.00. Any idea how to do this?

Cheers,
doug</description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;m looking for except I need to go the other way. I have a timing system that gives me sss.00 and I need mm:ss.00. Any idea how to do this?</p>
<p>Cheers,<br />
doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
