<?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: Power Formulas for Unique Data</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/</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: Daniel Skinner</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-64561</link>
		<dc:creator>Daniel Skinner</dc:creator>
		<pubDate>Mon, 06 Jun 2011 11:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-64561</guid>
		<description>&lt;p&gt;@Eugene: Try this: Replace all calls to ROW(Table1[Name]) with ROW(Table1[Name])-SMALL(ROW(Table1[Name]),1)+1&lt;/p&gt;
&lt;p&gt;@Belarbi: Trying to get data validation working to. What is the reason for this failing when trying to use data validation?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Eugene: Try this: Replace all calls to ROW(Table1[Name]) with ROW(Table1[Name])-SMALL(ROW(Table1[Name]),1)+1</p>
<p>@Belarbi: Trying to get data validation working to. What is the reason for this failing when trying to use data validation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belarbi</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-45508</link>
		<dc:creator>Belarbi</dc:creator>
		<pubDate>Sun, 25 Apr 2010 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-45508</guid>
		<description>&lt;p&gt;Good work.&lt;br&gt;
But how could this technique used to populate a combobox with TheUniqueArray&lt;br&gt;
Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good work.<br />
But how could this technique used to populate a combobox with TheUniqueArray<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Primo</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-33233</link>
		<dc:creator>Primo</dc:creator>
		<pubDate>Tue, 01 Jul 2008 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-33233</guid>
		<description>&lt;p&gt;Vera&lt;/p&gt;
&lt;p&gt;If you&#039;ve copied the formulas directly from the web page you&#039;ll need to change the quotes in &quot;1:&quot; because they&#039;re a different character and they don&#039;t work in the Excel formula. I think all the other quotes are correct.&lt;/p&gt;
&lt;p&gt;Also, if you&#039;ve defined your list as starting from a row other than row one (you&#039;ve mentioned B2) then you&#039;re going to need some adjustments to the other formulas.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Vera</p>
<p>If you&#8217;ve copied the formulas directly from the web page you&#8217;ll need to change the quotes in &#8220;1:&#8221; because they&#8217;re a different character and they don&#8217;t work in the Excel formula. I think all the other quotes are correct.</p>
<p>Also, if you&#8217;ve defined your list as starting from a row other than row one (you&#8217;ve mentioned B2) then you&#8217;re going to need some adjustments to the other formulas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vera</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-33174</link>
		<dc:creator>Vera</dc:creator>
		<pubDate>Fri, 27 Jun 2008 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-33174</guid>
		<description>&lt;p&gt;What am I doing wrong, because these don&#039;t work:&lt;/p&gt;
&lt;p&gt;because (&quot;&#039;Sheet1&#039;!B2:B&quot;or this because &quot;1:&quot;&lt;/p&gt;
&lt;p&gt;=SMALL(IF(MATCH(TheList,TheList,0)=ROW(TheList),ROW(TheList),&quot;&quot;),&lt;br&gt;
ROW(INDIRECT(&quot;1:&quot;&amp;SUM(N(MATCH(TheList,TheList,0)=ROW(TheList))))))-1&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What am I doing wrong, because these don&#8217;t work:</p>
<p>because (&#8220;&#8216;Sheet1&#8242;!B2:B&#8221;or this because &#8220;1:&#8221;</p>
<p>=SMALL(IF(MATCH(TheList,TheList,0)=ROW(TheList),ROW(TheList),&#8221;"),<br />
ROW(INDIRECT(&#8220;1:&#8221;&amp;SUM(N(MATCH(TheList,TheList,0)=ROW(TheList))))))-1</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-31840</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Sat, 12 Apr 2008 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-31840</guid>
		<description>&lt;p&gt;Pivot tables don&#039;t update automatically. Refresh is nice, but it&#039;s manual. Pivot tables also require field labels in the top row, they span at least 2 columns, and you can&#039;t always ensure the original order is reproduced.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pivot tables don&#8217;t update automatically. Refresh is nice, but it&#8217;s manual. Pivot tables also require field labels in the top row, they span at least 2 columns, and you can&#8217;t always ensure the original order is reproduced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Doyschen</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-31815</link>
		<dc:creator>Scott Doyschen</dc:creator>
		<pubDate>Fri, 11 Apr 2008 00:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-31815</guid>
		<description>&lt;p&gt;Why not just use a pivot table to determine the unique values and the count of each unique value?  It&#039;s simple and quick, and it will also update as you add more data to the original listing - all you have to do is refresh the results.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why not just use a pivot table to determine the unique values and the count of each unique value?  It&#8217;s simple and quick, and it will also update as you add more data to the original listing &#8211; all you have to do is refresh the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-29167</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-29167</guid>
		<description>&lt;p&gt;I am having a surprising amount of trouble trying to adjust this method to account for a header row... Could someone please explain how they would go about it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am having a surprising amount of trouble trying to adjust this method to account for a header row&#8230; Could someone please explain how they would go about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-21953</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 28 Dec 2006 22:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-21953</guid>
		<description>&lt;p&gt;Where did you think I got my posting ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Where did you think I got my posting ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-21952</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Thu, 28 Dec 2006 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-21952</guid>
		<description>&lt;p&gt;How about checking the newsgroups. This has been answered several times over the years.&lt;/p&gt;
&lt;p&gt;Anyway, lots of OFFSET calls (or other volatile function calls) always kills performance.&lt;/p&gt;
&lt;p&gt;If the result would be used as a term in longer formulas, there may be better alternative formulas that don&#039;t require such an array. If the result would populate another range, there&#039;s a much better alternative that doesn&#039;t call any volatile functions.&lt;/p&gt;
&lt;p&gt;Define TheList as&lt;br&gt;
=$A$1:INDEX($A:$A,COUNTA($A:$A))&lt;/p&gt;
&lt;p&gt;Topmost cell (make it C1)&lt;br&gt;
=INDEX(TheList,1)&lt;/p&gt;
&lt;p&gt;Next cell (C2)&lt;br&gt;
=INDEX(TheList,MATCH(0,COUNTIF(C$1:C1,TheList),0))&lt;/p&gt;
&lt;p&gt;The last is an array formula. Fill the last formula down as far as needed. The filled formulas may also take a long time to calculate the first time, but they won&#039;t recalculate every time anything triggers recalculation.&lt;/p&gt;
&lt;p&gt;There are newsgroup postings with this technique at least as far back as 2000. There were likely even older postings, but Google doesn&#039;t seem to do well with the Deja News archive they bought.&lt;/p&gt;
&lt;p&gt;Nice to know the blogger finally reinvented this wheel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about checking the newsgroups. This has been answered several times over the years.</p>
<p>Anyway, lots of OFFSET calls (or other volatile function calls) always kills performance.</p>
<p>If the result would be used as a term in longer formulas, there may be better alternative formulas that don&#8217;t require such an array. If the result would populate another range, there&#8217;s a much better alternative that doesn&#8217;t call any volatile functions.</p>
<p>Define TheList as<br />
=$A$1:INDEX($A:$A,COUNTA($A:$A))</p>
<p>Topmost cell (make it C1)<br />
=INDEX(TheList,1)</p>
<p>Next cell (C2)<br />
=INDEX(TheList,MATCH(0,COUNTIF(C$1:C1,TheList),0))</p>
<p>The last is an array formula. Fill the last formula down as far as needed. The filled formulas may also take a long time to calculate the first time, but they won&#8217;t recalculate every time anything triggers recalculation.</p>
<p>There are newsgroup postings with this technique at least as far back as 2000. There were likely even older postings, but Google doesn&#8217;t seem to do well with the Deja News archive they bought.</p>
<p>Nice to know the blogger finally reinvented this wheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Hatola</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/12/27/power-formulas-for-unique-data/#comment-21949</link>
		<dc:creator>Dan Hatola</dc:creator>
		<pubDate>Thu, 28 Dec 2006 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1573#comment-21949</guid>
		<description>&lt;p&gt;Forgot to mention it, but this solution only works with numerical data...&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Forgot to mention it, but this solution only works with numerical data&#8230;</p>
<p>Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

