<?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: Counting Unique Entries &#8211; Part 1</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/08/23/counting-unique-entries-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/08/23/counting-unique-entries-part-1/</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: Dennis Taylor</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/23/counting-unique-entries-part-1/#comment-15809</link>
		<dc:creator>Dennis Taylor</dc:creator>
		<pubDate>Sun, 28 Aug 2005 08:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=896#comment-15809</guid>
		<description>&lt;p&gt;This array formula works as well, but results in #DIV/0! if blanks appear within the range:&lt;/p&gt;
&lt;p&gt;{=SUM(1/COUNTIF(A1:A10,A1:A10)){&lt;/p&gt;
&lt;p&gt;If blanks are involved, try this:&lt;/p&gt;
&lt;p&gt;{=SUM(IF(COUNTIF(A1:A10,A1:A10)=0,&quot;&quot;,1/COUNTIF(A1:A10,A1:A10)))}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This array formula works as well, but results in #DIV/0! if blanks appear within the range:</p>
<p>{=SUM(1/COUNTIF(A1:A10,A1:A10)){</p>
<p>If blanks are involved, try this:</p>
<p>{=SUM(IF(COUNTIF(A1:A10,A1:A10)=0,&#8221;",1/COUNTIF(A1:A10,A1:A10)))}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/08/23/counting-unique-entries-part-1/#comment-15768</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Tue, 23 Aug 2005 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=896#comment-15768</guid>
		<description>&lt;p&gt;Hi Dick,&lt;/p&gt;
&lt;p&gt;Nice initiative.&lt;br&gt;
We&#039;ll have a drink on him in remembrance at the summit.&lt;/p&gt;
&lt;p&gt;Please correct the typo in his name.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick,</p>
<p>Nice initiative.<br />
We&#8217;ll have a drink on him in remembrance at the summit.</p>
<p>Please correct the typo in his name&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

