<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>think.point.click. &#187; excel</title>
	<atom:link href="http://thinkpointclick.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkpointclick.com</link>
	<description>                     change your perspective</description>
	<lastBuildDate>Mon, 19 Sep 2011 05:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How Do I Convert Seconds to Minutes in Excel?</title>
		<link>http://thinkpointclick.com/2009/08/how-do-i-convert-seconds-to-minutes-in-excel/</link>
		<comments>http://thinkpointclick.com/2009/08/how-do-i-convert-seconds-to-minutes-in-excel/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:39:31 +0000</pubDate>
		<dc:creator>Ivan Printis</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[data conversion]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[minutes to seconds]]></category>

		<guid isPermaLink="false">http://thinkpointclick.com/?p=57</guid>
		<description><![CDATA[I run across this problem all of the time when I am exporting data out of Google Analytics. I thought it would be a great idea if I finally documented it somewhere I would remember and in the process help you out along the way. For those of you that don&#8217;t know, whenever you export [...]]]></description>
			<content:encoded><![CDATA[<p>I run across this problem all of the time when I am exporting data out of <a href="http://www.google.com/analytics/">Google Analytics</a>. I thought it would be a great idea if I finally documented it somewhere I would remember and in the process help you out along the way.</p>
<p>For those of you that don&#8217;t know, whenever you export data out of Google Analytics that contains for example, the average time a user is on the site, Google only provides you with the seconds.</p>
<p>The quick and easy way for me has been the following:</p>
<ol>
<li>Create a new column beside the data you want to convert</li>
<li>Enter the following formula <strong>=DataCell/(60*60*24)</strong></li>
<li>and then format your column or cell to display the data in minutes:seconds</li>
<li>Open the <strong>Format Cells</strong> Dialog</li>
<li>Select <strong>Custom</strong></li>
<li>In the <strong>Type:</strong> box enter <strong>mm:ss</strong></li>
<li>Voila! You are done. If you follow these steps it should convert the seconds to minutes:seconds.</li>
</ol>
<p>If you were wondering about the formula the creative people over at Microsoft decided that it was an excellent idea to store all dates as integers and all times as decimal fractions.  So for example in Excel a period of one day or a 24 hour period looks sort of like this:</p>
<blockquote><p><strong>
<div class="box-wrapper-light">
<div class="box-light"> 1 = 1 day = 1 24 hour period = 1 24 hour period * 60 minutes * 60 seconds * 24 hours = Total Seconds</strong><strong></div>
</div>
<p></strong></p></blockquote>
<p>Remember that time is stored as a decimal between .0 and .99999, where .0 = 00:00:00 and .99999 = 23:59:59. Anyway, I hope this helps you out the next time you need to convert seconds to minutes in Excel.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkpointclick.com/2009/08/how-do-i-convert-seconds-to-minutes-in-excel/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

