<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Productive U Podcast &#187; Data Analysis</title>
	<atom:link href="http://www.productiveupodcast.com/category/productive-u-podcast/data-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.productiveupodcast.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 17:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.4" mode="advanced" entry="normal" -->
	<itunes:summary>This podcast is designed to help average consumers, small business professionals, and technology enthusiasts learn to be more productive with their software and mobile devices.</itunes:summary>
	<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.productiveupodcast.com/archive/images/productiveu.jpg" />
	<itunes:owner>
		<itunes:name>PC Helps Support, LLC - Hosted by Eric Harris</itunes:name>
		<itunes:email>eric.harris@pchelps.com</itunes:email>
	</itunes:owner>
	<managingEditor>eric.harris@pchelps.com (PC Helps Support, LLC - Hosted by Eric Harris)</managingEditor>
	<copyright>PC Helps Support, LLC</copyright>
	<itunes:subtitle>A digital dose of productivity tips to get more value from software and mobile devices.</itunes:subtitle>
	<image>
		<title>Productive U Podcast</title>
		<url>http://www.productiveupodcast.com/wp-content/uploads/powerpress/productiveu2.jpg</url>
		<link>http://www.productiveupodcast.com/category/productive-u-podcast/data-analysis/</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
		<item>
		<title>You might think I&#039;m crazy: How to count cars with Excel (VOL046)</title>
		<link>http://www.productiveupodcast.com/2010/01/you-might-think-im-crazy-how-to-count-cars-with-excel-vol046/</link>
		<comments>http://www.productiveupodcast.com/2010/01/you-might-think-im-crazy-how-to-count-cars-with-excel-vol046/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:26:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Excel 2007]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=1636</guid>
		<description><![CDATA[There is a wide range of music on my iPod: everything from classical to &#8217;90s alternative. When I put the playlist on shuffle, anything goes. I might hear the soothing strains of Mozart&#8217;s &#8220;Eine kleine Nachtmusik&#8221; or the raucous refrain of Chumbawamba&#8217;s &#8220;Tubthumping.&#8221; Um&#8230;everyone else has that on their iPods, right? The other day, the [...]]]></description>
			<content:encoded><![CDATA[<p>There is a wide range of music on my iPod: everything from classical to &#8217;90s alternative. When I put the playlist on shuffle, anything goes. I might hear the soothing strains of Mozart&#8217;s &#8220;Eine kleine Nachtmusik&#8221; or the raucous refrain of Chumbawamba&#8217;s &#8220;Tubthumping.&#8221; Um&#8230;everyone else has that on their iPods, right?</p>
<p>The other day, the song &#8220;Counting Blue Cars&#8221; by Dishwalla came on and I found myself singing along with the lyric: <em>&#8220;We count only blue cars&#8230;&#8221;</em></p>
<p>Nerd that I am, I couldn&#8217;t help but immediately conjure up an Excel formula to help them out:</p>
<h4>=COUNTIF(Cars, &#8220;blue&#8221;)</h4>
<p><span id="more-1636"></span>It might be completely missing the point of the song (about which I&#8217;m clueless), but being able to count and sum based on conditions in Excel can be really useful.</p>
<p>The formula I used for counting blue cars is a good example of a simple COUNTIF doing what it does best: counting only those items that match the criteria you specify. In that formula, &#8220;Cars&#8221; could be replaced by a range of cells in an Excel worksheet that contain the names of different colors. The formula will return a number that represents how many of the cells in that range match the criteria.</p>
<p>COUNTIF&#8217;s summing counterpart is known as SUMIF. It works in much the same way: you tell it which cells need to match a criteria, you specify the criteria they must match, then you specify which cells will be summed as a result. This last group of cells can be in another column if needed. For example, a SUMIF formula can examine the text in cells C2 through C16 to determine which ones contain the text &#8220;red,&#8221; then sum the values in the corresponding cells from column B. So if C5 and C8 were &#8220;red,&#8221; the values in B5 and B8 would be summed.</p>
<p>In these examples, we&#8217;re just writing the criteria inside double quotes so that an exact match must be found. But let&#8217;s say you wanted to count how many cells match an approximate condition. For instance, if you specify the criteria to be &#8220;*ito&#8221; the formula will return a count of how many cells end in the letters &#8220;ito.&#8221; So burrito, taquito, and mosquito would all match the criteria. Mmm&#8230;I&#8217;m starting to get hungry now&#8230;and slightly itchy.</p>
<p>The asterisk in that formula is called a wildcard—it represents any number of characters. Likewise, you can use a question mark to represent a single character.</p>
<p>When you need to count cells that don&#8217;t have similarities, such as enchiladas and wool sweaters, using wildcards won&#8217;t work; but you can combine multiple COUNTIF formulas to get the results you need.</p>
<p>If any of this sounds confusing, just check out this week&#8217;s tips and you&#8217;ll get a better idea of how to set up these formulas.</p>
<p>Links to the tips are on the blog entry for this week&#8217;s podcast at www.productiveUpodcast.com, and they include:</p>
<ul>
<li> <a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=0EA192F571" target="_blank"><strong>Let&#8217;s Sum If It Fits</strong></a>: Using the SUMIF function</li>
<li> <a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=80C8E8BE5F" target="_blank"><strong>Count By Conditions</strong></a>: Using the COUNTIF function</li>
<li> <a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=56DEE495BF" target="_blank"><strong>Creative Conditions</strong></a>: Using wildcard characters as criteria for SUMIF and COUNTIF</li>
<li> <a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=01BE807E41" target="_blank"><strong>Summing This Not That</strong></a>: Using the SUMPRODUCT function to sum or count using multiple conditions</li>
<li> <a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=3497115332" target="_blank"><strong>Arrayed in Splendor</strong></a>: Creating an array formula to sum based on multiple conditions</li>
</ul>
<p>We&#8217;d love to hear your feedback on the tips and the podcast, so head on over to <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=306341259" target="_blank">iTunes</a> to write a review for us! And don&#8217;t forget that you can follow us on Twitter <a href="http://www.twitter.com/productiveucast" target="_blank">@productiveUcast</a>.</p>
<p>Thanks for joining us for this week&#8217;s podcast. With these tips, you may soon find yourself counting blue, red, and green cars all with a single formula. See you next week!</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=49523137&amp;s=143441" target="_blank"><em>Music courtesy of Clayton &amp; Fulcrum</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2010/01/you-might-think-im-crazy-how-to-count-cars-with-excel-vol046/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL046.mp3" length="10475618" type="audio/mpeg" />
			<itunes:subtitle>There is a wide range of music on my iPod: everything from classical to &#039;90s alternative. When I put the playlist on shuffle, anything goes. I might hear the soothing strains of Mozart&#039;s &quot;Eine kleine Nachtmusik&quot; or the raucous refrain of Chumbawamba&#039;s ...</itunes:subtitle>
		<itunes:summary>There is a wide range of music on my iPod: everything from classical to &#039;90s alternative. When I put the playlist on shuffle, anything goes. I might hear the soothing strains of Mozart&#039;s &quot;Eine kleine Nachtmusik&quot; or the raucous refrain of Chumbawamba&#039;s &quot;Tubthumping.&quot; Um...everyone else has that on their iPods, right?

The other day, the song &quot;Counting Blue Cars&quot; by Dishwalla came on and I found myself singing along with the lyric: &quot;We count only blue cars...&quot;

Nerd that I am, I couldn&#039;t help but immediately conjure up an Excel formula to help them out:
=COUNTIF(Cars, &quot;blue&quot;)
It might be completely missing the point of the song (about which I&#039;m clueless), but being able to count and sum based on conditions in Excel can be really useful.

The formula I used for counting blue cars is a good example of a simple COUNTIF doing what it does best: counting only those items that match the criteria you specify. In that formula, &quot;Cars&quot; could be replaced by a range of cells in an Excel worksheet that contain the names of different colors. The formula will return a number that represents how many of the cells in that range match the criteria.

COUNTIF&#039;s summing counterpart is known as SUMIF. It works in much the same way: you tell it which cells need to match a criteria, you specify the criteria they must match, then you specify which cells will be summed as a result. This last group of cells can be in another column if needed. For example, a SUMIF formula can examine the text in cells C2 through C16 to determine which ones contain the text &quot;red,&quot; then sum the values in the corresponding cells from column B. So if C5 and C8 were &quot;red,&quot; the values in B5 and B8 would be summed.

In these examples, we&#039;re just writing the criteria inside double quotes so that an exact match must be found. But let&#039;s say you wanted to count how many cells match an approximate condition. For instance, if you specify the criteria to be &quot;*ito&quot; the formula will return a count of how many cells end in the letters &quot;ito.&quot; So burrito, taquito, and mosquito would all match the criteria. Mmm...I&#039;m starting to get hungry now...and slightly itchy.

The asterisk in that formula is called a wildcard—it represents any number of characters. Likewise, you can use a question mark to represent a single character.

When you need to count cells that don&#039;t have similarities, such as enchiladas and wool sweaters, using wildcards won&#039;t work; but you can combine multiple COUNTIF formulas to get the results you need.

If any of this sounds confusing, just check out this week&#039;s tips and you&#039;ll get a better idea of how to set up these formulas.

Links to the tips are on the blog entry for this week&#039;s podcast at www.productiveUpodcast.com, and they include:

	*  Let&#039;s Sum If It Fits: Using the SUMIF function
	*  Count By Conditions: Using the COUNTIF function
	*  Creative Conditions: Using wildcard characters as criteria for SUMIF and COUNTIF
	*  Summing This Not That: Using the SUMPRODUCT function to sum or count using multiple conditions
	*  Arrayed in Splendor: Creating an array formula to sum based on multiple conditions

We&#039;d love to hear your feedback on the tips and the podcast, so head on over to iTunes (http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=306341259) to write a review for us! And don&#039;t forget that you can follow us on Twitter @productiveUcast (http://www.twitter.com/productiveucast).

Thanks for joining us for this week&#039;s podcast. With these tips, you may soon find yourself counting blue, red, and green cars all with a single formula. See you next week!

Music courtesy of Clayton &amp; Fulcrum</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>4:17</itunes:duration>
	</item>
		<item>
		<title>Another Case of Formula Frenzy (VOL041)</title>
		<link>http://www.productiveupodcast.com/2009/11/another-case-of-formula-frenzy-vol041/</link>
		<comments>http://www.productiveupodcast.com/2009/11/another-case-of-formula-frenzy-vol041/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Excel 2007]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=1546</guid>
		<description><![CDATA[Welcome back to the podcast! This week&#8217;s edition: Another Case of Formula Frenzy. It was a dry and brisk November evening when I got the call. Sitting at my desk with the blinds cracked just enough to allow the last rays of sunlight from the dying day to creep through, the ringing of the phone [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the podcast! This week&#8217;s edition: Another Case of Formula Frenzy.</p>
<p>It was a dry and brisk November evening when I got the call. Sitting at my desk with the blinds cracked just enough to allow the last rays of sunlight from the dying day to creep through, the ringing of the phone shattered the silence like a brick through a pane of glass. The dame was one-half shrill hysteria, two-thirds livid frustration, and just a splash of hopeless desperation. The recipe for a typical batch of Formula Frenzy. Combine and shake well; serve chilled and aggravated.</p>
<p><span id="more-1546"></span>She had just written a formula in an Excel worksheet that was supposed to calculate her income and bill payments and return a tidy little budget for monthly spending. Instead, it returned the dreaded #N/A error. This is where I come in.</p>
<p>I&#8217;m a formula detective. It&#8217;s my job to examine the data, peer deep into the dark underlying elements that comprise a failing formula, and eliminate the errors. I told her I&#8217;d take the case. After all, I know the usual suspects; more importantly, I know the tricks to undo their devilry.</p>
<p>It&#8217;s not that hard, really. Most of the tools needed for the job are built right into the Excel application and readily available. I prefer to start with the &#8220;Evaluate Formula&#8221; feature. This one really lets you step right into the formula and break it down to pinpoint where the error occurs. That kind of hands-on approach takes a lot of the guess-work out of a long and complex formula, and has helped me successfully close many cases of Formula Frenzy.</p>
<p>For some of the simpler formulas, I tend to go right to the source: the Formula Bar. If you want to see what&#8217;s happening behind the scenes, this is for you. You can use the F9 key in the Formula Bar to convert a highlighted portion of a formula to its resulting value.</p>
<p>Another good trick to know is how to force all the formulas in the worksheet to show themselves. Sometimes it&#8217;s hard to tell what&#8217;s lurking underneath those cells, but the &#8220;Show Formulas&#8221; feature (also called &#8220;Formula Auditing Mode&#8221; in some versions of Excel) will bring all the formulas out of hiding.</p>
<p>It can also help to know where a formula&#8217;s coming from. Sometimes, being able to see which cells directly impact a formula&#8217;s result can shed some light on why it might be producing an error. As it turns out, Excel couldn&#8217;t have made this any easier. You can use the Trace Precedents arrows to point out exactly which cells a formula is affected by. The Trace Dependents arrows will show you which other cells are affected by that cell.</p>
<p>Then there are those cases of Formula Frenzy that can really leave your head spinning. This is typically a symptom of Circular References, which can occur when Excel is trying to calculate a formula that includes a reference to the cell it&#8217;s in. Makes me dizzy just thinking about it.</p>
<p>I&#8217;ve seen some bad cases of Formula Frenzy in my line of work. It&#8217;s not something I&#8217;d wish on anyone, so I&#8217;m leaving you with some tips that should help you avoid having to call me to bail you out when a formula goes awry.</p>
<p>The tips are posted on the blog entry for this podcast at www.productiveUpodcast.com, and they include:</p>
<ul>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=7DE0C2B00C" target="_blank"><strong>Let&#8217;s Evaluate</strong></a>: Troubleshooting faulty formulas with Excel&#8217;s &#8220;Evaluate Formula&#8221; tool</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=767340933E" target="_blank"><strong>Behind the Scenes</strong></a>: Using F9 to evaluate formulas in the Formula Bar</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=6EFDBBE732" target="_blank"><strong>Genealogy of a Formula</strong></a>: Using the Trace Precedents and Trace Dependents arrows</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=4DFB849F1F" target="_blank"><strong>Revelio Formulae</strong></a>: How to toggle the display of formulas on a worksheet</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=98CB09E577" target="_blank"><strong>Going in Circles</strong></a>: Understanding circular references</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=8D709F0BDE" target="_blank"><strong>Hidden in Plain Sight</strong></a>: Using the N function to add comments inside formulas</li>
</ul>
<p>This should be enough to help you get your own formula detective agency up and running. Next time you come across a formula playing by its own rules, you&#8217;ll know just where to start snooping to solve the mystery of the #N/A error.</p>
<p>That&#8217;s all for this edition of the podcast. Until next week, be sure to head over to <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=306341259" target="_blank">iTunes</a> to write a review of the podcast, or drop us a line on Twitter <a href="http://www.twitter.com/productiveucast" target="_blank">@productiveUcast</a>.</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=49523137&amp;s=143441" target="_blank"><em>Music courtesy of Clayton &amp; Fulcrum</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/11/another-case-of-formula-frenzy-vol041/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL041.mp3" length="12489133" type="audio/mpeg" />
			<itunes:subtitle>Welcome back to the podcast! This week&#039;s edition: Another Case of Formula Frenzy. - It was a dry and brisk November evening when I got the call. Sitting at my desk with the blinds cracked just enough to allow the last rays of sunlight from the dying da...</itunes:subtitle>
		<itunes:summary>Welcome back to the podcast! This week&#039;s edition: Another Case of Formula Frenzy.

It was a dry and brisk November evening when I got the call. Sitting at my desk with the blinds cracked just enough to allow the last rays of sunlight from the dying day to creep through, the ringing of the phone shattered the silence like a brick through a pane of glass. The dame was one-half shrill hysteria, two-thirds livid frustration, and just a splash of hopeless desperation. The recipe for a typical batch of Formula Frenzy. Combine and shake well; serve chilled and aggravated.

She had just written a formula in an Excel worksheet that was supposed to calculate her income and bill payments and return a tidy little budget for monthly spending. Instead, it returned the dreaded #N/A error. This is where I come in.

I&#039;m a formula detective. It&#039;s my job to examine the data, peer deep into the dark underlying elements that comprise a failing formula, and eliminate the errors. I told her I&#039;d take the case. After all, I know the usual suspects; more importantly, I know the tricks to undo their devilry.

It&#039;s not that hard, really. Most of the tools needed for the job are built right into the Excel application and readily available. I prefer to start with the &quot;Evaluate Formula&quot; feature. This one really lets you step right into the formula and break it down to pinpoint where the error occurs. That kind of hands-on approach takes a lot of the guess-work out of a long and complex formula, and has helped me successfully close many cases of Formula Frenzy.

For some of the simpler formulas, I tend to go right to the source: the Formula Bar. If you want to see what&#039;s happening behind the scenes, this is for you. You can use the F9 key in the Formula Bar to convert a highlighted portion of a formula to its resulting value.

Another good trick to know is how to force all the formulas in the worksheet to show themselves. Sometimes it&#039;s hard to tell what&#039;s lurking underneath those cells, but the &quot;Show Formulas&quot; feature (also called &quot;Formula Auditing Mode&quot; in some versions of Excel) will bring all the formulas out of hiding.

It can also help to know where a formula&#039;s coming from. Sometimes, being able to see which cells directly impact a formula&#039;s result can shed some light on why it might be producing an error. As it turns out, Excel couldn&#039;t have made this any easier. You can use the Trace Precedents arrows to point out exactly which cells a formula is affected by. The Trace Dependents arrows will show you which other cells are affected by that cell.

Then there are those cases of Formula Frenzy that can really leave your head spinning. This is typically a symptom of Circular References, which can occur when Excel is trying to calculate a formula that includes a reference to the cell it&#039;s in. Makes me dizzy just thinking about it.

I&#039;ve seen some bad cases of Formula Frenzy in my line of work. It&#039;s not something I&#039;d wish on anyone, so I&#039;m leaving you with some tips that should help you avoid having to call me to bail you out when a formula goes awry.

The tips are posted on the blog entry for this podcast at www.productiveUpodcast.com, and they include:

	* Let&#039;s Evaluate: Troubleshooting faulty formulas with Excel&#039;s &quot;Evaluate Formula&quot; tool
	* Behind the Scenes: Using F9 to evaluate formulas in the Formula Bar
	* Genealogy of a Formula: Using the Trace Precedents and Trace Dependents arrows
	* Revelio Formulae: How to toggle the display of formulas on a worksheet
	* Going in Circles: Understanding circular references
	* Hidden in Plain Sight: Using the N function to add comments inside formulas

This should be enough to help you get your own formula detective agency up and running. Next time you come across a formula playing by its own rules, you&#039;ll know just where to start snooping to solve the mystery of the #N/A error.

That&#039;s all for this edition of the podcast. Until next week,</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>5:08</itunes:duration>
	</item>
		<item>
		<title>Finding Your Perfect Match&#8230;by Using Excel Functions (VOL034)</title>
		<link>http://www.productiveupodcast.com/2009/09/finding-your-perfect-match-by-using-excel-functions-vol034/</link>
		<comments>http://www.productiveupodcast.com/2009/09/finding-your-perfect-match-by-using-excel-functions-vol034/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Excel 2007]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=1391</guid>
		<description><![CDATA[Welcome back to the podcast! This week&#8217;s edition: &#8220;Finding Your Perfect Match&#8230;by Using Excel Functions&#8221; Well, it happened again. I&#8217;m almost positive I put both socks into the dryer, but only one came out. Tell me: where do the lost socks of the world go when they disappear? The Island of Misfit Socks? An exclusive [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the podcast! This week&#8217;s edition: &#8220;Finding Your Perfect Match&#8230;by Using Excel Functions&#8221;</p>
<p>Well, it happened again. I&#8217;m almost positive I put both socks into the dryer, but only one came out. Tell me: where do the lost socks of the world go when they disappear? The Island of Misfit Socks? An exclusive club for singles? Maybe they have their own dating website, and they all go online in the hopes that they&#8217;ll find their perfect match.<span id="more-1391"></span> If so, I hope my argyle sock reads this:</p>
<blockquote><p>Dear sock,</p>
<p>Your perfect match is here, in my dresser drawer, and it&#8217;s lonely. This is where you belong; come home.</p></blockquote>
<p>What a frustrating experience. Sure, I could go buy a new pair, but then my original old sock would be a third wheel. The new pair of socks would try to have some time alone together and then this old sock would be hanging around and it would eventually just get awkward.</p>
<p>What I really wish is that life had something like Excel&#8217;s MATCH function. In case you&#8217;re not familiar, let me take a moment to explain it. If you have a worksheet that contains a column of data—let&#8217;s say, for example, articles of clothing—and another column that contains some or all of the same data, but in a different order, the MATCH function can help you determine which items appear in both columns. Not only that, it will also give you the row number in which the item appears in the first column. So if you know that one of the items in column B is &#8220;Sock,&#8221; and you want to know where that item can be found in column A, you can create a MATCH formula to tell you where in column A that item appears. It&#8217;s like map coordinates—better than GPS for misfit socks!</p>
<p>Once you have that formula mastered, you might want to try a more advanced formula like a VLOOKUP. This function will find a matching value in another set of data and return a value from an adjacent column. How does it work?</p>
<p>Well, let&#8217;s say you&#8217;re working in Excel and you have two worksheets of data. One contains Employee Names in column A and Employee IDs in column B. The second worksheet also has a series of Employee Names in column A, but they&#8217;re in a different order than the ones on the first worksheet. So if you want to find out the Employee IDs for these names, you can use the VLOOKUP function to look on the first worksheet for a match for each Employee Name on the second sheet, and it will return the correct Employee ID.</p>
<p>This can be extremely useful, especially in cases where you have thousands of records for which you need to return corresponding data.</p>
<p>There&#8217;s a lot you can do with Excel&#8217;s lookup functions if you know how to properly set them up. Here are links to some tips that will help you get started.</p>
<ul>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=03C1401E5C" target="_blank"><strong>Does This Match?</strong></a> &#8211; Using the MATCH function</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=899422284F" target="_blank"><strong>Vertical Challenge</strong></a> &#8211; Using the VLOOKUP function</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=BD068F5BE0" target="_blank"><strong>Look It Up</strong></a> &#8211; Using the LOOKUP function</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=31AA55F774" target="_blank"><strong>Data on the Horizon</strong></a> &#8211; Using the HLOOKUP function</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=7CCE7048AE" target="_blank"><strong>Show Me the Money</strong></a> &#8211; Using absolute references in formulas</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=D2930202C8" target="_blank"><strong>Go Away, #N/A</strong></a> &#8211; Checking for errors in formulas</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=A2F50B82C4" target="_blank"><strong>Pass or Fail?</strong></a> &#8211; Using VLOOKUP in a grading system</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=852B67A246" target="_blank"><strong>Getting Clean Results</strong></a> &#8211; Nesting other functions in a VLOOKUP</li>
</ul>
<p>You might also want to check out the tips in our previous podcast, <a href="http://www.productiveupodcast.com/2009/08/excel-hates-me-when-22-isnt-always-4-vol029/" target="_blank">Excel Hates Me! When 2+2 Isn&#8217;t Always 4 (VOL029)</a>, to make sure your data is clean. Otherwise, you might run into some errors when trying to find a match with these formulas.</p>
<p>Well, Excel&#8217;s lookup functions are really handy for locating data, but it looks like I&#8217;m going to have to hunt for this sock on my own. Shhh&#8230;be vewwy, vewwy quiet!</p>
<p>Thanks for joining us for this week&#8217;s podcast. Be sure to leave us a comment if there&#8217;s anything you&#8217;d like to see featured in a future episode.</p>
<p>And don&#8217;t forget that you can follow us on Twitter <a href="http://www.twitter.com/productiveucast" target="_blank">@productiveUcast</a>, and you can also find <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=306341259" target="_blank">the podcast on iTunes</a> if you want to write a review.</p>
<p>See you next week!<br />
<em><br />
Music provided by <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=49523137&amp;s=143441" target="_blank">Clayton &amp; Fulcrum</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/09/finding-your-perfect-match-by-using-excel-functions-vol034/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL034.mp3" length="12576903" type="audio/mpeg" />
			<itunes:subtitle>Welcome back to the podcast! This week&#039;s edition: &quot;Finding Your Perfect Match...by Using Excel Functions&quot; - Well, it happened again. I&#039;m almost positive I put both socks into the dryer, but only one came out.</itunes:subtitle>
		<itunes:summary>Welcome back to the podcast! This week&#039;s edition: &quot;Finding Your Perfect Match...by Using Excel Functions&quot;

Well, it happened again. I&#039;m almost positive I put both socks into the dryer, but only one came out. Tell me: where do the lost socks of the world go when they disappear? The Island of Misfit Socks? An exclusive club for singles? Maybe they have their own dating website, and they all go online in the hopes that they&#039;ll find their perfect match. If so, I hope my argyle sock reads this:
Dear sock,

Your perfect match is here, in my dresser drawer, and it&#039;s lonely. This is where you belong; come home.
What a frustrating experience. Sure, I could go buy a new pair, but then my original old sock would be a third wheel. The new pair of socks would try to have some time alone together and then this old sock would be hanging around and it would eventually just get awkward.

What I really wish is that life had something like Excel&#039;s MATCH function. In case you&#039;re not familiar, let me take a moment to explain it. If you have a worksheet that contains a column of data—let&#039;s say, for example, articles of clothing—and another column that contains some or all of the same data, but in a different order, the MATCH function can help you determine which items appear in both columns. Not only that, it will also give you the row number in which the item appears in the first column. So if you know that one of the items in column B is &quot;Sock,&quot; and you want to know where that item can be found in column A, you can create a MATCH formula to tell you where in column A that item appears. It&#039;s like map coordinates—better than GPS for misfit socks!

Once you have that formula mastered, you might want to try a more advanced formula like a VLOOKUP. This function will find a matching value in another set of data and return a value from an adjacent column. How does it work?

Well, let&#039;s say you&#039;re working in Excel and you have two worksheets of data. One contains Employee Names in column A and Employee IDs in column B. The second worksheet also has a series of Employee Names in column A, but they&#039;re in a different order than the ones on the first worksheet. So if you want to find out the Employee IDs for these names, you can use the VLOOKUP function to look on the first worksheet for a match for each Employee Name on the second sheet, and it will return the correct Employee ID.

This can be extremely useful, especially in cases where you have thousands of records for which you need to return corresponding data.

There&#039;s a lot you can do with Excel&#039;s lookup functions if you know how to properly set them up. Here are links to some tips that will help you get started.

	* Does This Match? - Using the MATCH function
	* Vertical Challenge - Using the VLOOKUP function
	* Look It Up - Using the LOOKUP function
	* Data on the Horizon - Using the HLOOKUP function
	* Show Me the Money - Using absolute references in formulas
	* Go Away, #N/A - Checking for errors in formulas
	* Pass or Fail? - Using VLOOKUP in a grading system
	* Getting Clean Results - Nesting other functions in a VLOOKUP

You might also want to check out the tips in our previous podcast, Excel Hates Me! When 2+2 Isn&#039;t Always 4 (VOL029) (http://www.productiveupodcast.com/2009/08/excel-hates-me-when-22-isnt-always-4-vol029/), to make sure your data is clean. Otherwise, you might run into some errors when trying to find a match with these formulas.

Well, Excel&#039;s lookup functions are really handy for locating data, but it looks like I&#039;m going to have to hunt for this sock on my own. Shhh...be vewwy, vewwy quiet!

Thanks for joining us for this week&#039;s podcast. Be sure to leave us a comment if there&#039;s anything you&#039;d like to see featured in a future episode.

And don&#039;t forget that you can follow us on Twitter @productiveUcast (http://www.twitter.com/productiveucast), and you can also find the podcast on iTunes (http://itunes.apple.com/WebObjects/MZStore.</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>5:10</itunes:duration>
	</item>
		<item>
		<title>Excel Hates Me! When 2+2 Isn&#039;t Always 4 (VOL029)</title>
		<link>http://www.productiveupodcast.com/2009/08/excel-hates-me-when-22-isnt-always-4-vol029/</link>
		<comments>http://www.productiveupodcast.com/2009/08/excel-hates-me-when-22-isnt-always-4-vol029/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 11:37:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Excel 2007]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=1158</guid>
		<description><![CDATA[Welcome back to the podcast! This week&#8217;s edition&#8230; &#8220;Excel hates me! When 2 + 2 isn&#8217;t always 4&#8243; You know, one of the most frustrating (and often the most fascinating) part of using Microsoft Excel has to be just how helpful it tries to be. For instance: I type the number 2 in a cell [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back to the podcast!</p>
<p>This week&#8217;s edition&#8230;</p>
<p>&#8220;Excel hates me! When 2 + 2 isn&#8217;t always 4&#8243;</p>
<p>You know, one of the most frustrating (and often the most fascinating) part of using Microsoft Excel has to be just how helpful it tries to be.</p>
<p><span id="more-1158"></span>For instance: I type the number 2 in a cell and again in the cell right under it. Go just below that and click the wonderful &#8220;add ’em up&#8221; sign (if you&#8217;re not sure what I am talking about, look on the toolbar for the button that looks like a Greek letter Σ) and presto—I get 4! Great! This is exactly how it should work, right?</p>
<p>Well, I decided to copy a table of information from the Internet the other day and tried to add up the numbers that I pasted, and Excel could not have been more wrong.</p>
<p>I was really curious as to why this might be happening. I didn&#8217;t feel like I could trust my good buddy Mr. Gates and his math processing whiz kid Excel. So I asked myself, &#8220;Self, are you crazy enough to act like someone in a horror film who knows the monster is going to get you if you go down into that dark place alone?&#8221; And just like in the movies, of course, my brain went, &#8220;But&#8230;it will be different this time. I&#8217;ve got your back.&#8221; So down the hole I went, searching for that ever-elusive spark of sanity.</p>
<p>First stop: little green symbols&#8230; Ooooo! Are they alien lights? Are they indicators of friends waiting for me to find them? Nope. Turns out, it was one of the newer features added a few years back to Excel that I tend to ignore. You know, like that crazy maintenance light on the dashboard of your car that you keep hoping goes away.</p>
<p>So what do they call these friendly helpers? They call them smart tags, as in, &#8220;Good day, ol&#8217; chap! Tag, you&#8217;re it!&#8221; These little indicators can give you a lot of information on things that might be wrong with your data. Like, for instance, formulas that aren&#8217;t consistent. Or, in my case, numbers being stored as text.</p>
<p>Numbers being stored as text? Aren&#8217;t numbers just numbers? I mean, when I see a 2, it looks like a 2, smells like a 2&#8230;so why can&#8217;t Excel accept that it is a 2? As it turns out, when you add data to your spreadsheet from other sources like external databases, imported text files, or pasted data from a Web page, sometimes there are hidden little ghoulies in the system that you can&#8217;t see.</p>
<p>Here are a couple of common creatures that you sometimes conjure up when you&#8217;re trying get your information based on mojo created in other places.</p>
<ul>
<li><strong>Spaces.</strong> Yes, spaces. Those little blank things between words, or my ears—you know, the empty kind. Just because you can&#8217;t see them doesn&#8217;t mean they don&#8217;t exist.</li>
<li><strong>Non-printing characters.</strong> Often information coming from different database systems can carry things like line breaks or carriage returns, useful for text-based applications, but useless for most people when they need to work in Excel.</li>
</ul>
<p>So, what do you do? I say treat it like liposuction and just TRIM out the fat. Well, maybe not the same. TRIM is actually a formula function you can use to remove unwanted spaces in the content of another cell.</p>
<p>Or try using Find and Replacê, by first copying one of these &#8220;spaces&#8221; or even non-printing characters (you may not be able to see them, but you can touch them if you&#8217;re real careful), then run the Find and Replacê. When deciding what to use to replacê them with, use nothing. Just remember: you want to get rid of it and substitute in its place what should be there—nothing.</p>
<p>There are lots of methods and little quirks when it comes to getting rid of these little pests, so this week we have included some helpful tips on how to use many different techniques to exorcise that &#8220;evil monkey&#8221; in your closet. So why not stop on by and check them out at: www.productiveUpodcast.com.</p>
<p>This week&#8217;s tips:</p>
<ul>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=FD2F11A892" target="_blank">Mass Conversion</a> &#8211; Using SmartTags</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=2CBB8EEBAA" target="_blank">You Get the General Idea</a> &#8211; Using Text to Columns</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=85ECAF7872" target="_blank">Just a Trim</a> &#8211; Using the TRIM Function</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=B34C18C9CE" target="_blank">Clean it Up</a> &#8211; Matching up values</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=1F6FB3C058" target="_blank">Trading Spaces</a> &#8211; dealing with non-breaking spaces</li>
<li><a href="http://www.pchelps.com/videolibrary/partnertip.asp?t=5FA72D597A" target="_blank">True Value</a> &#8211; Fixing problem numbers using the VALUE function</li>
</ul>
<p>Well, that&#8217;s it for this week. If you found these tips useful or have some questions you would like to see covered in a future episode, you can leave us a quick note on Twitter by following <a href="http://www.twitter.com/productiveucast" target="_blank">@productiveUcast</a>. Or, if you just can&#8217;t get enough of us, let everyone know by writing a review of <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=306341259" target="_blank">the podcast on iTunes</a>.</p>
<p>See you next week!</p>
<p><em>Music Provided by <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=49523137&amp;s=143441" target="_blank">Clayton &amp; Fulcrum</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/08/excel-hates-me-when-22-isnt-always-4-vol029/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL029.mp3" length="14309492" type="audio/mpeg" />
			<itunes:subtitle>Welcome back to the podcast! - This week&#039;s edition... - &quot;Excel hates me! When 2 + 2 isn&#039;t always 4&quot; - You know, one of the most frustrating (and often the most fascinating) part of using Microsoft Excel has to be just how helpful it tries to be.</itunes:subtitle>
		<itunes:summary>Welcome back to the podcast!

This week&#039;s edition...

&quot;Excel hates me! When 2 + 2 isn&#039;t always 4&quot;

You know, one of the most frustrating (and often the most fascinating) part of using Microsoft Excel has to be just how helpful it tries to be.

For instance: I type the number 2 in a cell and again in the cell right under it. Go just below that and click the wonderful &quot;add ’em up&quot; sign (if you&#039;re not sure what I am talking about, look on the toolbar for the button that looks like a Greek letter Σ) and presto—I get 4! Great! This is exactly how it should work, right?

Well, I decided to copy a table of information from the Internet the other day and tried to add up the numbers that I pasted, and Excel could not have been more wrong.

I was really curious as to why this might be happening. I didn&#039;t feel like I could trust my good buddy Mr. Gates and his math processing whiz kid Excel. So I asked myself, &quot;Self, are you crazy enough to act like someone in a horror film who knows the monster is going to get you if you go down into that dark place alone?&quot; And just like in the movies, of course, my brain went, &quot;But...it will be different this time. I&#039;ve got your back.&quot; So down the hole I went, searching for that ever-elusive spark of sanity.

First stop: little green symbols... Ooooo! Are they alien lights? Are they indicators of friends waiting for me to find them? Nope. Turns out, it was one of the newer features added a few years back to Excel that I tend to ignore. You know, like that crazy maintenance light on the dashboard of your car that you keep hoping goes away.

So what do they call these friendly helpers? They call them smart tags, as in, &quot;Good day, ol&#039; chap! Tag, you&#039;re it!&quot; These little indicators can give you a lot of information on things that might be wrong with your data. Like, for instance, formulas that aren&#039;t consistent. Or, in my case, numbers being stored as text.

Numbers being stored as text? Aren&#039;t numbers just numbers? I mean, when I see a 2, it looks like a 2, smells like a 2...so why can&#039;t Excel accept that it is a 2? As it turns out, when you add data to your spreadsheet from other sources like external databases, imported text files, or pasted data from a Web page, sometimes there are hidden little ghoulies in the system that you can&#039;t see.

Here are a couple of common creatures that you sometimes conjure up when you&#039;re trying get your information based on mojo created in other places.

	* Spaces. Yes, spaces. Those little blank things between words, or my ears—you know, the empty kind. Just because you can&#039;t see them doesn&#039;t mean they don&#039;t exist.
	* Non-printing characters. Often information coming from different database systems can carry things like line breaks or carriage returns, useful for text-based applications, but useless for most people when they need to work in Excel.

So, what do you do? I say treat it like liposuction and just TRIM out the fat. Well, maybe not the same. TRIM is actually a formula function you can use to remove unwanted spaces in the content of another cell.

Or try using Find and Replacê, by first copying one of these &quot;spaces&quot; or even non-printing characters (you may not be able to see them, but you can touch them if you&#039;re real careful), then run the Find and Replacê. When deciding what to use to replacê them with, use nothing. Just remember: you want to get rid of it and substitute in its place what should be there—nothing.

There are lots of methods and little quirks when it comes to getting rid of these little pests, so this week we have included some helpful tips on how to use many different techniques to exorcise that &quot;evil monkey&quot; in your closet. So why not stop on by and check them out at: www.productiveUpodcast.com.

This week&#039;s tips:

	* Mass Conversion (http://www.pchelps.com/videolibrary/partnertip.asp?t=FD2F11A892) - Using SmartTags
	* You Get the General Idea (http://www.pchelps.com/videolibrary/partnertip.asp?</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>5:53</itunes:duration>
	</item>
		<item>
		<title>Ancient wisdom of the gods revealed! &#8211; Which Chart to Use? (VOL020)</title>
		<link>http://www.productiveupodcast.com/2009/06/ancient-wisdom-of-the-gods-revealed-which-chart-to-use-vol020/</link>
		<comments>http://www.productiveupodcast.com/2009/06/ancient-wisdom-of-the-gods-revealed-which-chart-to-use-vol020/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 06:51:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=773</guid>
		<description><![CDATA[Charts are everywhere in daily life; from news commentary, to stocks, to web polls, right down to entertaining sites like www.graphjam.com. Who really knows which one to use? We all understand the old phrase, &#8220;A picture is worth a thousand words,&#8221; but which picture (or, in this case, which chart) gets me closer to that [...]]]></description>
			<content:encoded><![CDATA[<p>Charts are everywhere in daily life; from news commentary, to stocks, to web polls, right down to entertaining sites like <a href="http://www.graphjam.com" target="_blank">www.graphjam.com</a>.</p>
<p>Who really knows which one to use? We all understand the old phrase, &#8220;A picture is worth a thousand words,&#8221; but which picture (or, in this case, which chart) gets me closer to that thousand instead of 3?</p>
<p>Today we are going to cover some basic chart types and what picture they draw. So, like Prometheus giving fire back to man, I now give the knowledge of Redmond back to the masses.</p>
<p>The four most commonly used chart types are Column, Bar, Line, and Pie. These are not the only chart types, but they cover what most mere mortals like you and I can probably get the most out of.<span id="more-773"></span></p>
<p>Let&#8217;s start with the column chart. The column chart is good for comparing values across multiple categories. For example: Who had the larger population; the Romans, the Greeks, or the Egyptians? It&#8217;s pretty straightforward. You have three categories (Romans, Greeks, and Egyptians), and their associated values (in this case, population numbers). This type of chart is also good if you plan on creating trend lines for forecasting, and no &#8212; the trend lines are not the same as getting your fortune told by the Oracle of Delphi.</p>
<p>Next, let&#8217;s take a very similar chart, the bar chart, which is also good for comparing multiple values. It serves the same purpose, but may give you a more visually appealing way to display your data to make your point. You can also add trend lines to this type, but they may be less illustrative. I like to think of this kind of chart as a chariot race. Whose horse is in the lead? How many races or sales has my gladiator won?</p>
<p>How about the pie chart? Everyone loves pie! This kind of chart is good for representing how 100% of something is distributed amongst several areas. For instance, I might use a pie chart if I were Emperor of Rome and wanted to chart the different ways my gladiators have met their end in the arena. It might look something like this: out of all or 100% of the deceased gladiators, 25% were killed with spears, 35% died by the sword, and the other 40% were mauled by lions.</p>
<p><img class="aligncenter size-full wp-image-776" title="chart" src="http://www.productiveupodcast.com/wp-content/uploads/2009/06/chart.gif" alt="chart" width="492" height="258" /><br />
Besides column and pie charts, the next most popular has to be the line chart. When you’re trying to find trends over a period of time, the line chart is your tool. Now, let’s say you were Pandora and you just couldn’t control yourself. You might want to chart the daily effects of the death toll you have unleashed upon mankind when you took that little sneak peek. Just remember: Zeus likes to see the effects of his work in a neat little package when getting back at Prometheus.</p>
<p>Just to mix it up a bit, let’s say you wanted to show two things of vastly different sizes on the same chart but still have it be meaningful to your audience. If you were Caesar, you may have wanted to chart the wealth of the Senators to the overall wealth of each province they represented in the Roman Empire. You would have found that when plotting the personal wealth data with the province on the same column chart, the difference was so great that you couldn’t even see the columns for the Senators. Not to worry &#8212; there is a nice little technique for combining two types of charts like a column and a line, and it involves a secondary axis. I’ve included the instructions on how to do that in one of this week’s instructional tips in the blog posting for this podcast, located at www.productiveUpodcast.com.</p>
<p>This week’s tips include:</p>
<p>For Microsoft Excel:</p>
<ul>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=5B9B8017A8" target="_blank">Seeing is Believing &#8211; Creating Charts</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=E6FF37DB7B" target="_blank">Chartin&#8217;, Movin&#8217;, Re-usin&#8217; &#8211; Breath New Life Into Old   Chart</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=9B22D3CBA6" target="_blank">Ring Around the Rows-ey &#8211; Switching from X to Y</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=0FD01DBC54" target="_blank">Second Best Is Not Bad &#8211; Adjusting Chart Layouts</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=92C383A262" target="_blank">Pencil Me In &#8211; Working with Charts That Have Dates</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=37FFE8EEBA" target="_blank">Hide and Seek and Data Gaps &#8211; Dealing with Missing   Info</a></li>
</ul>
<p>For Microsoft Access and Word:</p>
<ul>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=1C7D2818F4" target="_blank">Not This Time Access &#8211; Putting Charts in Reports</a></li>
<li><a style="text-decoration: none;" href="http://www.pchelps.com/videolibrary/partnertip.asp?t=BC7EA1CE89" target="_blank">Looks are Everything &#8211; Adding Charts to Word</a></li>
</ul>
<p>This week&#8217;s featured eTraining class: <a href="http://www.pchelps.com/etraining/classes/default.asp?z=1&amp;x=1&amp;o=&amp;an=Excel,+Microsoft&amp;em=&amp;t=Advanced+Charts&amp;a=3&amp;ds=1/1/2000&amp;de=1/1/2050&amp;tz=0" target="_blank">Advanced Charting in Microsoft Excel</a>.<br />
Until next week&#8230;</p>
<p>The Gods may be crazy but you don&#8217;t have to be when it comes to Excel. So Stop on by and expand your knowledge at www.productiveUpodcast.com.</p>
<p>See you next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/06/ancient-wisdom-of-the-gods-revealed-which-chart-to-use-vol020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL020.mp3" length="5089132" type="audio/mpeg" />
			<itunes:subtitle>Charts are everywhere in daily life; from news commentary, to stocks, to web polls, right down to entertaining sites like www.graphjam.com. - Who really knows which one to use? We all understand the old phrase, &quot;A picture is worth a thousand words,</itunes:subtitle>
		<itunes:summary>Charts are everywhere in daily life; from news commentary, to stocks, to web polls, right down to entertaining sites like www.graphjam.com (http://www.graphjam.com).

Who really knows which one to use? We all understand the old phrase, &quot;A picture is worth a thousand words,&quot; but which picture (or, in this case, which chart) gets me closer to that thousand instead of 3?

Today we are going to cover some basic chart types and what picture they draw. So, like Prometheus giving fire back to man, I now give the knowledge of Redmond back to the masses.

The four most commonly used chart types are Column, Bar, Line, and Pie. These are not the only chart types, but they cover what most mere mortals like you and I can probably get the most out of.

Let&#039;s start with the column chart. The column chart is good for comparing values across multiple categories. For example: Who had the larger population; the Romans, the Greeks, or the Egyptians? It&#039;s pretty straightforward. You have three categories (Romans, Greeks, and Egyptians), and their associated values (in this case, population numbers). This type of chart is also good if you plan on creating trend lines for forecasting, and no -- the trend lines are not the same as getting your fortune told by the Oracle of Delphi.

Next, let&#039;s take a very similar chart, the bar chart, which is also good for comparing multiple values. It serves the same purpose, but may give you a more visually appealing way to display your data to make your point. You can also add trend lines to this type, but they may be less illustrative. I like to think of this kind of chart as a chariot race. Whose horse is in the lead? How many races or sales has my gladiator won?

How about the pie chart? Everyone loves pie! This kind of chart is good for representing how 100% of something is distributed amongst several areas. For instance, I might use a pie chart if I were Emperor of Rome and wanted to chart the different ways my gladiators have met their end in the arena. It might look something like this: out of all or 100% of the deceased gladiators, 25% were killed with spears, 35% died by the sword, and the other 40% were mauled by lions.

(http://www.productiveupodcast.com/wp-content/uploads/2009/06/chart.gif)
Besides column and pie charts, the next most popular has to be the line chart. When you’re trying to find trends over a period of time, the line chart is your tool. Now, let’s say you were Pandora and you just couldn’t control yourself. You might want to chart the daily effects of the death toll you have unleashed upon mankind when you took that little sneak peek. Just remember: Zeus likes to see the effects of his work in a neat little package when getting back at Prometheus.

Just to mix it up a bit, let’s say you wanted to show two things of vastly different sizes on the same chart but still have it be meaningful to your audience. If you were Caesar, you may have wanted to chart the wealth of the Senators to the overall wealth of each province they represented in the Roman Empire. You would have found that when plotting the personal wealth data with the province on the same column chart, the difference was so great that you couldn’t even see the columns for the Senators. Not to worry -- there is a nice little technique for combining two types of charts like a column and a line, and it involves a secondary axis. I’ve included the instructions on how to do that in one of this week’s instructional tips in the blog posting for this podcast, located at www.productiveUpodcast.com.

This week’s tips include:

For Microsoft Excel:

	* Seeing is Believing - Creating Charts (http://www.pchelps.com/videolibrary/partnertip.asp?t=5B9B8017A8)
	* Chartin&#039;, Movin&#039;, Re-usin&#039; - Breath New Life Into Old   Chart (http://www.pchelps.com/videolibrary/partnertip.asp?t=E6FF37DB7B)
	* Ring Around the Rows-ey - Switching from X to Y (http://www.pchelps.com/videolibrary/partnertip.asp?t=9B22D3CBA6)
</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>5:06</itunes:duration>
	</item>
		<item>
		<title>Analyzing Data with Pivot Tables or How to Identify Assets Like the CIA. (VOL014)</title>
		<link>http://www.productiveupodcast.com/2009/05/analyzing-data-with-pivot-tables-or-how-to-identify-assets-like-the-cia-vol014/</link>
		<comments>http://www.productiveupodcast.com/2009/05/analyzing-data-with-pivot-tables-or-how-to-identify-assets-like-the-cia-vol014/#comments</comments>
		<pubDate>Fri, 08 May 2009 12:36:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=613</guid>
		<description><![CDATA[Organizing the layout of your data is critical when attempting to do analysis. Acquiring the best data set possible can be a very elusive agent. When it comes to finding out what is needed to select the best assets, identify problems, or just to view the results of a campaign, I look at it from [...]]]></description>
			<content:encoded><![CDATA[<p>Organizing the layout of your data is critical when attempting to do analysis.</p>
<p>Acquiring the best data set possible can be a very elusive agent. When it comes to finding out what is needed to select the best assets, identify problems, or just to view the results of a campaign, I look at it from the approach of an intelligence agency.</p>
<p><span id="more-613"></span></p>
<p>Read any book on espionage or spy recruitment and you will find there is a need to identify the most tell-tale identifier for the job. This requires deciding what questions need to be answered and how to collect the data so it provides the correct facts needed for analysis.</p>
<p><span>So let’s approach this data analysis thing CIA style. The first thing we need to do is identify the target. I’m going to choose one right out of the news. Let’s consider the future Alien Embassy to be built in the Central Asian country of Kazakhstan (no joke &#8212; <a href="http://www.allnewsweb.com/page6696692.php" target="_blank">click here</a> to see for yourself.)</span></p>
<p><span>Now, we probably want to collect demographics so we can recruit suitable spies to help us track the progress of their efforts. Who are the ideal targets? In order to decide, we need to aggregate information about the population, perhaps similar to what I found collected in <a href="http://en.wikipedia.org/wiki/Demographics_of_Kazakhstan#Population_of_Kazakhstan_1939-2008" target="_blank">CIA World Fact Book</a> (yes,  these things are real, I couldn&#8217;t possibly make it up). Demographics such as: 69% of the population of Kazakhstan is between the ages of 16-64, with slightly more males than females, and 95% of the country speaks Russian as its primary language. </span></p>
<p>So what kind of tools could we have possibly used if we were the CIA? Well, whether you&#8217;re recruiting spies or not, Excel can be an excellent analysis tool.</p>
<p>How could we have laid out our data so we can take advantage of an application such as Excel?</p>
<p>Let&#8217;s look at the setup of the raw data first. Knowing that we want to group out results by age, gender, and language to find the best targets, we would need to have a column to store each piece of info for each individual.</p>
<p>For Example:</p>
<ul>
<li>Column A: might contain the potential spy&#8217;s name</li>
<li>Column B: their address</li>
<li>Column C: their birth date</li>
<li>Column D: their current age</li>
<li>Column E: their gender</li>
<li>Column F: their spoken language</li>
</ul>
<p>Now that we have laid out the structure, we can start collecting information from the field for analysis.</p>
<p>Once the data has been collected, we can either use the very convoluted method of writing formulas to summarize, or we can just use a Pivot Table.</p>
<p>Pivot Tables tend to be much faster and are easy to rearrange as more questions during analysis present themselves.</p>
<p>The main key for a Pivot Table to be effective is to lay out your data as rows of consecutive records. Like having the data of one potential spy contained in one row and the next candidate in the next row and so on.</p>
<p>Now that you have your data layed out properly, you can analyze the different groups in alternate ways just by dragging and dropping them. Here are the links for:</p>
<ul class="unIndentedList">
<li> <a href="http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=6171AB665E&amp;i=12A39D245A27430B8BEAF233461808EE" target="_blank">Creating a Pivot Table</a></li>
<li> <a href="http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=0DD5666746&amp;i=12A39D245A27430B8BEAF233461808EE" target="_blank">Filtering a Pivot Table</a></li>
<li> and <a href="http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=9D46C299BF&amp;i=12A39D245A27430B8BEAF233461808EE" target="_blank">Formatting Numbers in a Pivot Table</a></li>
</ul>
<p><span>to help instruct you on manipulating your assets.</span></p>
<p><span><span>So who do you feel would make the best spy for the Alien Embassy project? Please post your comment below.</span></span></p>
<p>And if you would like to harness the &#8220;Power of the Pivot&#8221; but this podcast just didn&#8217;t cover the breadth of your analysis needs, then take this week&#8217;s featured class titled &#8220;<strong><a href="http://www.pchelps.com/etraining/classes/default.asp?z=1&amp;x=1&amp;o=32AAAD3F62&amp;an=Any&amp;em=&amp;t=Summarizing+Data&amp;a=0&amp;ds=1/1/2000&amp;de=1/1/2050&amp;tz=0" target="_blank">Summarizing Data</a></strong>&#8220;. A schedule can be found by following the link to the class schedule in this article.</p>
<p>So until next time, guide your assets well and send your ambassadors reaching for the stars.</p>
<p><span><span>Music courtesy of <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=49523137&amp;s=143441" target="_blank"><span style="color: #3366ff;">Clayton &amp; Fulcrum</span></a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/05/analyzing-data-with-pivot-tables-or-how-to-identify-assets-like-the-cia-vol014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL014.mp3" length="10624355" type="audio/mpeg" />
			<itunes:subtitle>Organizing the layout of your data is critical when attempting to do analysis. - Acquiring the best data set possible can be a very elusive agent. When it comes to finding out what is needed to select the best assets, identify problems,</itunes:subtitle>
		<itunes:summary>Organizing the layout of your data is critical when attempting to do analysis.

Acquiring the best data set possible can be a very elusive agent. When it comes to finding out what is needed to select the best assets, identify problems, or just to view the results of a campaign, I look at it from the approach of an intelligence agency.



Read any book on espionage or spy recruitment and you will find there is a need to identify the most tell-tale identifier for the job. This requires deciding what questions need to be answered and how to collect the data so it provides the correct facts needed for analysis.

So let’s approach this data analysis thing CIA style. The first thing we need to do is identify the target. I’m going to choose one right out of the news. Let’s consider the future Alien Embassy to be built in the Central Asian country of Kazakhstan (no joke -- click here (http://www.allnewsweb.com/page6696692.php) to see for yourself.)

Now, we probably want to collect demographics so we can recruit suitable spies to help us track the progress of their efforts. Who are the ideal targets? In order to decide, we need to aggregate information about the population, perhaps similar to what I found collected in CIA World Fact Book (http://en.wikipedia.org/wiki/Demographics_of_Kazakhstan#Population_of_Kazakhstan_1939-2008) (yes,  these things are real, I couldn&#039;t possibly make it up). Demographics such as: 69% of the population of Kazakhstan is between the ages of 16-64, with slightly more males than females, and 95% of the country speaks Russian as its primary language. 

So what kind of tools could we have possibly used if we were the CIA? Well, whether you&#039;re recruiting spies or not, Excel can be an excellent analysis tool.

How could we have laid out our data so we can take advantage of an application such as Excel?

Let&#039;s look at the setup of the raw data first. Knowing that we want to group out results by age, gender, and language to find the best targets, we would need to have a column to store each piece of info for each individual.

For Example:

	* Column A: might contain the potential spy&#039;s name
	* Column B: their address
	* Column C: their birth date
	* Column D: their current age
	* Column E: their gender
	* Column F: their spoken language

Now that we have laid out the structure, we can start collecting information from the field for analysis.

Once the data has been collected, we can either use the very convoluted method of writing formulas to summarize, or we can just use a Pivot Table.

Pivot Tables tend to be much faster and are easy to rearrange as more questions during analysis present themselves.

The main key for a Pivot Table to be effective is to lay out your data as rows of consecutive records. Like having the data of one potential spy contained in one row and the next candidate in the next row and so on.

Now that you have your data layed out properly, you can analyze the different groups in alternate ways just by dragging and dropping them. Here are the links for:

	*  Creating a Pivot Table (http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=6171AB665E&amp;i=12A39D245A27430B8BEAF233461808EE)
	*  Filtering a Pivot Table (http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=0DD5666746&amp;i=12A39D245A27430B8BEAF233461808EE)
	*  and Formatting Numbers in a Pivot Table (http://www.pchelps.com/library/tip.asp?o=D16F3EC9D7&amp;t=9D46C299BF&amp;i=12A39D245A27430B8BEAF233461808EE)

to help instruct you on manipulating your assets.

So who do you feel would make the best spy for the Alien Embassy project? Please post your comment below.

And if you would like to harness the &quot;Power of the Pivot&quot; but this podcast just didn&#039;t cover the breadth of your analysis needs, then take this week&#039;s featured class titled &quot;Summarizing Data (http://www.pchelps.com/etraining/classes/default.asp?z=1&amp;x=1&amp;o=32AAAD3F62&amp;an=Any&amp;em=&amp;t=Summarizing+Data&amp;a=0&amp;ds=1/1/2000&amp;de=1/1/2050&amp;tz=0)&quot;.</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>4:21</itunes:duration>
	</item>
		<item>
		<title>Counting Days Between Two Dates</title>
		<link>http://www.productiveupodcast.com/2009/03/counting-days-between-two-dates/</link>
		<comments>http://www.productiveupodcast.com/2009/03/counting-days-between-two-dates/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:15:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=78</guid>
		<description><![CDATA[Do you need to know how many days are between two dates? If you have to figure out how long before a payment is due, how long it takes to manufacture a product, how many days shipping took, or how long before a perishable product is out of date then this tip will help you. [...]]]></description>
			<content:encoded><![CDATA[<p>Do you need to know how many days are between two dates? If you have to figure out how long before a payment is due, how long it takes to manufacture a product, how many days shipping took, or how long before a perishable product is out of date then this tip will help you.</p>
<p>Before you begin type in this data to a new spreadsheet:</p>
<p><span id="more-78"></span></p>
<table border="1" width="50%">
<tbody>
<tr>
<td align="center"></td>
<td align="center">A</td>
<td align="center">B</td>
<td align="center">C</td>
<td align="center">D</td>
</tr>
<tr>
<td>1</td>
<td align="left">Date</td>
<td align="left">Amount</td>
<td align="left">EndPeriod</td>
<td align="left">3/31/2009</td>
</tr>
<tr>
<td>2</td>
<td>9/10/2008</td>
<td>190.23</td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>11/4/2008</td>
<td>35.46</td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td>11/5/2008</td>
<td>26.87</td>
<td></td>
<td></td>
</tr>
<tr>
<td>5</td>
<td>11/6/2008</td>
<td>46.20</td>
<td></td>
<td></td>
</tr>
<tr>
<td>6</td>
<td>12/1/2008</td>
<td>36.31</td>
<td></td>
<td></td>
</tr>
<tr>
<td>7</td>
<td>12/2/2008</td>
<td>47.32</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>1. To determine the difference between two dates, click in cell A10, type the equal (=) sign, click in cell A7 (cell containing the ending date), type the subtraction symbol(hyphen), and then click in cell A2 (cell containing the starting date).</p>
<p>2. Press Enter on the keyboard.</p>
<p>3. To view the result as a number, select the cell.</p>
<p>4. On the Format menu, click Cells (Excel 2007: Home tab, click on Format drop-down in the Cells group, and choose Format Cells).</p>
<p>5. Click the Number tab in the Format Cells dialog box.</p>
<p>6. Choose Number in the Category list box, change the Decimal places to zero (0), and then click OK.</p>
<p>7. To determine the number of days between the current date and a future date, click in cell A11, begin by typing the equal (=) sign, type D1 (cell containing the future date), and type the minus (-) sign;</p>
<p>8. On the Insert menu, click Function (Excel 2007: Formulas tab, click Insert Function).</p>
<p>9. Choose the Date &amp; Time category from the &#8220;Or select a category&#8221; drop-down arrow.</p>
<p>10. Select the Today function in the Select a function list box and then click OK.</p>
<p>11. Click OK on the Function Argument dialog box to complete the formula.</p>
<p>12. Repeat steps three (3) through six (6) to format the result as a number.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/03/counting-days-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dates in Excel – Easy as One, Two, Three</title>
		<link>http://www.productiveupodcast.com/2009/03/dates-in-excel-%e2%80%93-easy-as-one-two-three/</link>
		<comments>http://www.productiveupodcast.com/2009/03/dates-in-excel-%e2%80%93-easy-as-one-two-three/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:14:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Professor Addenhauer]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=65</guid>
		<description><![CDATA[We would like to welcome Professor Addenhauer to these pages.  He can usually be found in the middle of a circle of students listening with bated breath as he explains a complicated mathematical concept.  He retired a few years ago, but missed the students so much he teaches a class or two every semester.  He [...]]]></description>
			<content:encoded><![CDATA[<p>We would like to welcome Professor Addenhauer to these pages.  He can usually be found in the middle of a circle of students listening with bated breath as he explains a complicated mathematical concept.  He retired a few years ago, but missed the students so much he teaches a class or two every semester.  He carries his trusty slide rule everywhere and frequently amazes his audience with his quick answers to complicated equations.  We have persuaded him to give us a little of his time to tell you about important mathematical concepts.  Do not worry; he always explains in plain English.</p>
<p>Here is a recent letter from him on the topic of dates in Excel:</p>
<p><span id="more-65"></span></p>
<p><em><span style="color: #0575c9;">I do not usually talk specifically about Excel, but when I heard this issue was all about dates and calculating dates, I thought you might need some basics.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">You need to know three things about Excel dates, and then you will know it all.</span></em></p>
<p class="MsoNormal"><em></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">One – Excel believes time started on January 1</span></em><sup><em><span style="color: #0575c9;">st</span></em></sup><em><span style="color: #0575c9;"> in the year 1900.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">No matter what the philosophers and scientists say, what we can see from historical evidence, and just plain common sense, Excel will not change its mind.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">Day one is 1/1/1900.</span></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">Two – A day equals one.</span></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">Three &#8211; Hours are fractions of days, so in Excel terms, noon is .5 and 8:00 AM is .33.</span></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">Excel has been keeping track of all the days since 1/1/1900 using serial numbers.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">Today&#8217;s serial number is greater than 39000.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">Excel uses these serial numbers to do math with dates.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">Excel sees a date not as we do, but as its serial number.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">It generally formats them conveniently for us, but occasionally, you will need to change the format of dates to see the answer you expect.</span></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">Let me give you an example:</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">subtract Christmas (12/25/2008) from New Year&#8217;s Day (1/1/2009) and you will get 7 days.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">Excel might display that as 1/7/1900.</span></em><em><span style="color: #0575c9;">  </span></em><em><span style="color: #0575c9;">It is the same thing, just formatted differently.</span></em></p>
<p class="MsoNormal"><em><span style="color: #0575c9;">So remember that time started on January 1</span></em><sup><em><span style="color: #0575c9;">st</span></em></sup><em><span style="color: #0575c9;">, 1900, Excel counts every day as one, hours are fractions of days, and it all adds up to NOW().</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/03/dates-in-excel-%e2%80%93-easy-as-one-two-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#039;re only as old as you feel (VOL003)</title>
		<link>http://www.productiveupodcast.com/2009/03/your-only-as-old-as-you-feel-vol003/</link>
		<comments>http://www.productiveupodcast.com/2009/03/your-only-as-old-as-you-feel-vol003/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[Professor Addenhauer]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.productiveupodcast.com/?p=25</guid>
		<description><![CDATA[This week we will touch on some information about date calculations in Microsoft Excel and we will be featuring a letter received from one of our esteemed friends Professor Addenhauer describing how Microsoft was there even on day 1. Now, I know we have all heard the expression: “You’re only as old as you feel”. [...]]]></description>
			<content:encoded><![CDATA[<p>This week we will touch on some information about date calculations in Microsoft Excel and we will be featuring a letter received from one of our esteemed friends Professor Addenhauer describing how Microsoft was there even on day 1.</p>
<p><span id="more-25"></span></p>
<p>Now, I know we have all heard the expression: “You’re only as old as you feel”. In my house I feel like I’m 90 – I’ve got a 6 year old that is going on 16 – and a wife who is perpetually 25.</p>
<p>Even on your oldest feeling day, you can figure out you own chronological age, but spreadsheets have a real problem with this. Especially when you’re trying to calculate ages or other date and time related math.</p>
<p>The topic of dates is way too large to cover in any one podcast, so we will return to the subject from time to time.</p>
<p>In future editions of the “Data Analysis” category of podcasts we will also be featuring tips on statistics, charts, and better data management.</p>
<p><span style="color: #339966;"><strong><span style="color: #0575c9;">Listen to the podcast now:</span></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.productiveupodcast.com/2009/03/your-only-as-old-as-you-feel-vol003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/www.productiveUpodcast.com/archive/VOL003.mp3" length="8421151" type="audio/mpeg" />
			<itunes:subtitle>This week we will touch on some information about date calculations in Microsoft Excel and we will be featuring a letter received from one of our esteemed friends Professor Addenhauer describing how Microsoft was there even on day 1. -  - Now,</itunes:subtitle>
		<itunes:summary>This week we will touch on some information about date calculations in Microsoft Excel and we will be featuring a letter received from one of our esteemed friends Professor Addenhauer describing how Microsoft was there even on day 1.



Now, I know we have all heard the expression: “You’re only as old as you feel”. In my house I feel like I’m 90 – I’ve got a 6 year old that is going on 16 – and a wife who is perpetually 25.

Even on your oldest feeling day, you can figure out you own chronological age, but spreadsheets have a real problem with this. Especially when you’re trying to calculate ages or other date and time related math.

The topic of dates is way too large to cover in any one podcast, so we will return to the subject from time to time.

In future editions of the “Data Analysis” category of podcasts we will also be featuring tips on statistics, charts, and better data management.

Listen to the podcast now:
</itunes:summary>
		<itunes:author>PC Helps Support, LLC - Hosted by Eric Harris</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<itunes:duration>7:28</itunes:duration>
	</item>
	</channel>
</rss>

