<?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>Rooster&#039;s Revenge &#187; automagic</title>
	<atom:link href="http://www.dieguy.com/tag/automagic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dieguy.com</link>
	<description>Official Tim Stephens Website</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:27:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Days of Our Lives</title>
		<link>http://www.dieguy.com/2010/08/31/days-of-our-lives/stephens/</link>
		<comments>http://www.dieguy.com/2010/08/31/days-of-our-lives/stephens/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:43:55 +0000</pubDate>
		<dc:creator>stephens</dc:creator>
				<category><![CDATA[Automated Transactions]]></category>
		<category><![CDATA[Engineering Decisions]]></category>
		<category><![CDATA[Equations]]></category>
		<category><![CDATA[automagic]]></category>
		<category><![CDATA[calculate]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.dieguy.com/?p=855</guid>
		<description><![CDATA[My day is like a soap opera: one big meaningless drama that never seems to end. Let&#8217;s take one trivial example. I am tasked with creating an automated calculation in Excel that computes the number of days waiting for a job to get reviewed. The existing table had the start and end dates that are [...]]]></description>
			<content:encoded><![CDATA[<p>My day is like a soap opera: one big meaningless drama that never seems to end.</p>
<p>Let&#8217;s take one trivial example. I am tasked with creating an automated calculation in Excel that computes the number of days waiting for a job to get reviewed. The existing table had the start and end dates that are manually typed by the user.</p>
<p>Simple enough.</p>
<p>Like I always say, anything worth doing is worth over doing. How can I over do something like this?</p>
<p>How about showing a blank cell if there is no start date? Clean.</p>
<p>How about automatically calculating the days waiting if there is a start date but no end date yet? Cool.</p>
<p>Hey, why not subtract weekends and paid holidays? Sweet.</p>
<p>Let&#8217;s color code the cells so that if the response is within 1 day, it is green. In 2 days, it goes to yellow. When we hit 3 or more days, we go red. Nice.</p>
<p>And take it one step further. If what is typed in the cell is not a date, then show a blank cell instead of an error message. Damn.</p>
<p>The equation is simple enough. It is:</p>
<p style="padding-left: 30px"><em>=IF(ISBLANK(A4),&#8221;",IF(ISBLANK(B4),NETWORKDAYS(A4,TODAY(),Holiday)-1,IF(ISTEXT(A4),&#8221;",IF(ISERROR(A4),&#8221;",(NETWORKDAYS(A4,B4,Holiday)-1)))))</em></p>
<p>The A4 is the date out cell, B4 is the date in cell, and Holiday pulls from a list of dates. <a href="http://www.dieguy.com/wp-content/uploads/2010/08/Days.xlsx" target="_blank">Click here</a> to download an example (is an 2007 Excel file).</p>
<p>So, where does the drama start? I work with a guy that told me straight up that he does not want me working with him and all that. It could be anyone in the seat. He is just insecure. I don&#8217;t like dealing with insecure, irrational people. But, that is part of the game.</p>
<p>Well, my new buddy proudly announces today that he does not use the date in /out thing anymore since I added the calculation to it.</p>
<p>Not that I really give two shits, but it does make the &#8220;trying to get along&#8221; thing difficult. Perplexing to me, it is, when intelligent people behave like children.</p>
<p>Scratch that. My 8 year old was more respectful and mature when he was 2.</p>
<p>I digress.</p>
<p>Bottom line is I still have alot of game left in me. I may not be as fast or sharp as I was 20 years ago, but I have more experience than most in their 60s.</p>
<p>My goal is simple: I want to be on a championship caliber team. Plain and simple.</p>
<p>I have the skills, knowledge, and experience to take any die group to the highest levels. But, somehow, I keep finding myself in these situations where politics and psychology seem to take precedence over profit and prosperity.</p>
<p>I totally get why Brett Favre changes his mind about playing football about as much as I change mine about being in this business. It is tough getting older.</p>
<p>I am certainly not getting any younger. I may have mellowed some, but my tolerance for babies and bullshit still hovers around zero.</p>
<p><img src="http://badges.alltop.com/images/ka_alltop_170x30.jpg" alt="Alltop, confirmation that I kick ass" width="170" height="30" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieguy.com/2010/08/31/days-of-our-lives/stephens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatar Rocks</title>
		<link>http://www.dieguy.com/2009/07/15/gravatar-rocks/stephens/</link>
		<comments>http://www.dieguy.com/2009/07/15/gravatar-rocks/stephens/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 18:11:02 +0000</pubDate>
		<dc:creator>stephens</dc:creator>
				<category><![CDATA[Tips & Techniques]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[automagic]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://www.dieguy.com/?p=208</guid>
		<description><![CDATA[I love gravatar. I am amazed that more people do not use them, so I thought I would give them a plug. A gravatar is a globally-recognized avatar that works at any blog you comment at. Your gravatar is associated to your email address. All you have to is type in your email at the blog [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I love <a class="wpgallery" href="http://en.gravatar.com/" target="_blank">gravatar</a>. I am amazed that more people do not use them, so I thought I would give them a plug.</p>
<p>A gravatar is a globally-recognized avatar that works at any blog you comment at. Your gravatar is associated to your email address. All you have to is type in your email at the blog comment screen and your gravatar will automagically appear.</p>
<p>Of course, gravatar only works at gravatar-enabled sites. This is convenient because most blogs <em>are </em>gravatar-enabled today.</p>
<p><a class="wpgallery" href="http://en.gravatar.com/" target="_blank">Click here</a> to create your own <a class="wpgallery" href="http://en.gravatar.com/" target="_blank">gravatar</a>. It is free!</p>
<p><a href="http://startups.alltop.com/"><img src="http://badges.alltop.com/images/alltop_170x30_we2.jpg" alt="Alltop. We're kind of a big deal." width="170" height="30" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dieguy.com/2009/07/15/gravatar-rocks/stephens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

