<?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: Quick Counting in Excel</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Q3 Stats Update » Code For Excel And Outlook Blog</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41480</link>
		<dc:creator>Q3 Stats Update » Code For Excel And Outlook Blog</dc:creator>
		<pubDate>Mon, 05 Oct 2009 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41480</guid>
		<description>&lt;p&gt;[...] Alexander Dick Kusleika Bob [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Alexander Dick Kusleika Bob [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41144</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 22 Sep 2009 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41144</guid>
		<description>&lt;p&gt;Good tip, I cant belive I&#039;ve been counting columns like a fool for so long! thanks Dick&lt;br&gt;
Ross&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good tip, I cant belive I&#8217;ve been counting columns like a fool for so long! thanks Dick<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41086</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Sat, 19 Sep 2009 00:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41086</guid>
		<description>&lt;p&gt;Thanks Dick for another mention of the add-in. The SSNs are generated using the Rnd() function as follows:&lt;/p&gt;
&lt;p&gt;= (Int((999 - 100 + 1) * Rnd + 100)) &amp; &quot;-&quot; &amp; (Int((99 - 10 + 1) * Rnd + 10)) &amp; &quot;-&quot; &amp; (Int((9999 - 1000 + 1) * Rnd + 1000))&lt;/p&gt;
&lt;p&gt;No actual SSNs or other data was used in the creation of this add-in. Any resemblance to actual SSNs or living people is coincidence. Except for Ms. Farmer of Bristol, MS, please accept my humblest apologies.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Dick for another mention of the add-in. The SSNs are generated using the Rnd() function as follows:</p>
<p>= (Int((999 &#8211; 100 + 1) * Rnd + 100)) &amp; &#8220;-&#8221; &amp; (Int((99 &#8211; 10 + 1) * Rnd + 10)) &amp; &#8220;-&#8221; &amp; (Int((9999 &#8211; 1000 + 1) * Rnd + 1000))</p>
<p>No actual SSNs or other data was used in the creation of this add-in. Any resemblance to actual SSNs or living people is coincidence. Except for Ms. Farmer of Bristol, MS, please accept my humblest apologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41048</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41048</guid>
		<description>&lt;p&gt;They&#039;re probably real for &lt;em&gt;somebody&lt;/em&gt;, but if they match up with those names that&#039;d be one heck of a coincidence.  They came from JP&#039;s random data generator.  &lt;a href=&quot;http://www.codeforexcelandoutlook.com/blog/2009/02/random-sample-data-generator-add-in-for-excel-now-available/&quot; rel=&quot;nofollow&quot;&gt;http://www.codeforexcelandoutlook.com/blog/2009/02/random-sample-data-generator-add-in-for-excel-now-available/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>They&#8217;re probably real for <em>somebody</em>, but if they match up with those names that&#8217;d be one heck of a coincidence.  They came from JP&#8217;s random data generator.  <a href="http://www.codeforexcelandoutlook.com/blog/2009/02/random-sample-data-generator-add-in-for-excel-now-available/" rel="nofollow">http://www.codeforexcelandoutlook.com/blog/2009/02/random-sample-data-generator-add-in-for-excel-now-available/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41036</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Thu, 17 Sep 2009 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41036</guid>
		<description>&lt;p&gt;If you select more than a page of cells, the dimensions move from the name box to a tooltip under the mouse cursor.&lt;br&gt;
While I don&#039;t mind the dimensions appearing against the mouse cursor, I wish they&#039;d leave it in the name box instead of making it blank!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you select more than a page of cells, the dimensions move from the name box to a tooltip under the mouse cursor.<br />
While I don&#8217;t mind the dimensions appearing against the mouse cursor, I wish they&#8217;d leave it in the name box instead of making it blank!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chet</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41029</link>
		<dc:creator>chet</dc:creator>
		<pubDate>Wed, 16 Sep 2009 22:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41029</guid>
		<description>&lt;p&gt;I hope those SSN&#039;s aren&#039;t real.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I hope those SSN&#8217;s aren&#8217;t real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon von der Heyden</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41023</link>
		<dc:creator>Jon von der Heyden</dc:creator>
		<pubDate>Wed, 16 Sep 2009 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41023</guid>
		<description>&lt;p&gt;If I always want to return the last column then I tend to use:&lt;/p&gt;
&lt;p&gt;=VLOOKUP(5,A2:M21,COLUMNS(A:M),0)&lt;/p&gt;
&lt;p&gt;I think it&#039;s a little safer because if a user inserts a column between A:M then using the columns function will automatically reference the 10th column.  Using a constant can be risky business and yield incorrect results.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I always want to return the last column then I tend to use:</p>
<p>=VLOOKUP(5,A2:M21,COLUMNS(A:M),0)</p>
<p>I think it&#8217;s a little safer because if a user inserts a column between A:M then using the columns function will automatically reference the 10th column.  Using a constant can be risky business and yield incorrect results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41022</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41022</guid>
		<description>&lt;p&gt;Me three. Although if there&#039;s enough columns I&#039;ll use MATCH on the header row.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Me three. Although if there&#8217;s enough columns I&#8217;ll use MATCH on the header row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Williams</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/15/quick-counting-in-excel/#comment-41014</link>
		<dc:creator>Rick Williams</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2981#comment-41014</guid>
		<description>&lt;p&gt;It&#039;s funny how similarly people work sometimes, despite having developed their own techniques themselves.  Call it parallel invention. ;)&lt;/p&gt;
&lt;p&gt;I use the same method when writing VLOOKUPs too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny how similarly people work sometimes, despite having developed their own techniques themselves.  Call it parallel invention. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I use the same method when writing VLOOKUPs too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

