<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Twitter Formula Contest &#8211; We are 5000 strong now</title>
	<atom:link href="http://chandoo.org/wp/2009/08/03/twitter-formula-contest/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Tue, 16 Mar 2010 17:33:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rick Rothstein (MVP - Excel)</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-88137</link>
		<dc:creator>Rick Rothstein (MVP - Excel)</dc:creator>
		<pubDate>Mon, 14 Dec 2009 00:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-88137</guid>
		<description>Forget the nonsense I just posted. Alan, if A1 contains a date, then all you need is this...

=TEXT(A1,&quot;mmmm&quot;)

What I was thinking (and screwed up) is that if A1 contained the month number, then you could get the month name from it using this...

=TEXT(28*A1,&quot;mmmm&quot;)</description>
		<content:encoded><![CDATA[<p>Forget the nonsense I just posted. Alan, if A1 contains a date, then all you need is this&#8230;</p>
<p>=TEXT(A1,&#8221;mmmm&#8221;)</p>
<p>What I was thinking (and screwed up) is that if A1 contained the month number, then you could get the month name from it using this&#8230;</p>
<p>=TEXT(28*A1,&#8221;mmmm&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Rothstein (MVP - Excel)</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-88111</link>
		<dc:creator>Rick Rothstein (MVP - Excel)</dc:creator>
		<pubDate>Sun, 13 Dec 2009 16:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-88111</guid>
		<description>A shorter formula than Alan&#039;s (with one less function call as well) for extracting the month name for the date in A1...

=TEXT(28*MONTH(A1),&quot;mmmm&quot;)</description>
		<content:encoded><![CDATA[<p>A shorter formula than Alan&#8217;s (with one less function call as well) for extracting the month name for the date in A1&#8230;</p>
<p>=TEXT(28*MONTH(A1),&#8221;mmmm&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel Formulas for all Occasions - 29 Excel formula tips for everyday use &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-74859</link>
		<dc:creator>Excel Formulas for all Occasions - 29 Excel formula tips for everyday use &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Mon, 24 Aug 2009 10:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-74859</guid>
		<description>[...] David on PHD comments =NORMDIST(-1*ABS((Z27-AE27)/AG27),0,1,TRUE). Calculate p-value for t-statistic based on means in [...]</description>
		<content:encoded><![CDATA[<p>[...] David on PHD comments =NORMDIST(-1*ABS((Z27-AE27)/AG27),0,1,TRUE). Calculate p-value for t-statistic based on means in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnab Bose</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-73775</link>
		<dc:creator>Arnab Bose</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-73775</guid>
		<description>This formula extracts data from a dynamic data range and returns a zero value if there is an #N/A error.


=IF(ISNA(HLOOKUP($A14,Data!$AB$2:$AW$9,MATCH(&quot;P&quot;,Data!$AB$2:$AB$2,0),0)),0,HLOOKUP($A14,Data!$AB$2:$AW$9,MATCH(&quot;P&quot;,Data!$AB$2:$AB$2,0),0))</description>
		<content:encoded><![CDATA[<p>This formula extracts data from a dynamic data range and returns a zero value if there is an #N/A error.</p>
<p>=IF(ISNA(HLOOKUP($A14,Data!$AB$2:$AW$9,MATCH(&#8221;P&#8221;,Data!$AB$2:$AB$2,0),0)),0,HLOOKUP($A14,Data!$AB$2:$AW$9,MATCH(&#8221;P&#8221;,Data!$AB$2:$AB$2,0),0))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnab Bose</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-73773</link>
		<dc:creator>Arnab Bose</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-73773</guid>
		<description>This formula looks up data from another sheet considering three parameters keeping into account the column A and column B with sub-components (both on another sheet) and matching them up with the heading on both sheets.

=OFFSET(&#039;Data Sheet&#039;!$C$1,MATCH(D$2,&#039;Data Sheet&#039;!$A$2:$A$140,0)+MATCH($B5,&#039;Data Sheet&#039;!$B$2:$B$20,0)-1,MATCH(D$3,&#039;Data Sheet&#039;!$C$1:$J$1,0)-1)</description>
		<content:encoded><![CDATA[<p>This formula looks up data from another sheet considering three parameters keeping into account the column A and column B with sub-components (both on another sheet) and matching them up with the heading on both sheets.</p>
<p>=OFFSET(&#8217;Data Sheet&#8217;!$C$1,MATCH(D$2,&#8217;Data Sheet&#8217;!$A$2:$A$140,0)+MATCH($B5,&#8217;Data Sheet&#8217;!$B$2:$B$20,0)-1,MATCH(D$3,&#8217;Data Sheet&#8217;!$C$1:$J$1,0)-1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-72898</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 08 Aug 2009 09:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-72898</guid>
		<description>Probably a easier way of doing this , extracting the month from a date as text. A1 is date

=TEXT(DATE(0,MONTH(a1),1),&quot;mmmm&quot;)</description>
		<content:encoded><![CDATA[<p>Probably a easier way of doing this , extracting the month from a date as text. A1 is date</p>
<p>=TEXT(DATE(0,MONTH(a1),1),&#8221;mmmm&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: If Excel is a Superhero &#8230; [5k Contest and Giveaway] &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-72395</link>
		<dc:creator>If Excel is a Superhero &#8230; [5k Contest and Giveaway] &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Tue, 04 Aug 2009 10:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-72395</guid>
		<description>[...] and to celebrate that we have launched a series of contests. Yesterday we have announced the twitter formula contest. Today it is time to show your [...]</description>
		<content:encoded><![CDATA[<p>[...] and to celebrate that we have launched a series of contests. Yesterday we have announced the twitter formula contest. Today it is time to show your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DMurphy</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-72391</link>
		<dc:creator>DMurphy</dc:creator>
		<pubDate>Tue, 04 Aug 2009 09:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-72391</guid>
		<description>To return the name of the workbook only, e.g. MyWorkbook.xls:
=MID(CELL(&quot;filename&quot;,$A$1),FIND(&quot;[&quot;,CELL(&quot;filename&quot;,$A$1))+1,FIND(&quot;]&quot;,CELL(&quot;filename&quot;,$A$1))-FIND(&quot;[&quot;,CELL(&quot;filename&quot;,$A$1))-1)</description>
		<content:encoded><![CDATA[<p>To return the name of the workbook only, e.g. MyWorkbook.xls:<br />
=MID(CELL(&#8221;filename&#8221;,$A$1),FIND(&#8221;[",CELL("filename",$A$1))+1,FIND("]&#8220;,CELL(&#8221;filename&#8221;,$A$1))-FIND(&#8221;[&#8221;,CELL(&#8221;filename&#8221;,$A$1))-1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DMurphy</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-72388</link>
		<dc:creator>DMurphy</dc:creator>
		<pubDate>Tue, 04 Aug 2009 09:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-72388</guid>
		<description>To return the name fo the current worksheet, e.g. &quot;Sheet1&quot;:
=MID(CELL(&quot;filename&quot;,$A$1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,$A$1))+1,LEN(CELL(&quot;filename&quot;,$A$1))-FIND(&quot;]&quot;,CELL(&quot;filename&quot;,$A$1)))</description>
		<content:encoded><![CDATA[<p>To return the name fo the current worksheet, e.g. &#8220;Sheet1&#8243;:<br />
=MID(CELL(&#8221;filename&#8221;,$A$1),FIND(&#8221;]&#8221;,CELL(&#8221;filename&#8221;,$A$1))+1,LEN(CELL(&#8221;filename&#8221;,$A$1))-FIND(&#8221;]&#8221;,CELL(&#8221;filename&#8221;,$A$1)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DMurphy</title>
		<link>http://chandoo.org/wp/2009/08/03/twitter-formula-contest/#comment-72387</link>
		<dc:creator>DMurphy</dc:creator>
		<pubDate>Tue, 04 Aug 2009 09:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2236#comment-72387</guid>
		<description>To return the full Path+Filename of your (saved) workbook (and dropping the [] characters) to get, for example, C:\Data\ExcelFiles\MyWorkbook.xls:
=SUBSTITUTE(SUBSTITUTE(LEFT(CELL(&quot;filename&quot;,$A$1),FIND(&quot;]&quot;,CELL(&quot;filename&quot;,$A$1))),&quot;[&quot;,&quot;&quot;),&quot;]&quot;,&quot;&quot;)</description>
		<content:encoded><![CDATA[<p>To return the full Path+Filename of your (saved) workbook (and dropping the [] characters) to get, for example, C:\Data\ExcelFiles\MyWorkbook.xls:<br />
=SUBSTITUTE(SUBSTITUTE(LEFT(CELL(&#8221;filename&#8221;,$A$1),FIND(&#8221;]&#8221;,CELL(&#8221;filename&#8221;,$A$1))),&#8221;[",""),"]&#8220;,&#8221;")</p>
]]></content:encoded>
	</item>
</channel>
</rss>
