<?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: Unique distinct values from multiple columns using array formula</title>
	<atom:link href="http://www.get-digital-help.com/2009/03/16/unique-values-from-multiple-columns-using-array-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.get-digital-help.com/2009/03/16/unique-values-from-multiple-columns-using-array-formulas/</link>
	<description>Quality tech resource</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:34:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.get-digital-help.com/2009/03/16/unique-values-from-multiple-columns-using-array-formulas/comment-page-1/#comment-1075</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=712#comment-1075</guid>
		<description>Thank you! Your formula is working perfectly! No need for a &quot;helper&quot; column!</description>
		<content:encoded><![CDATA[<p>Thank you! Your formula is working perfectly! No need for a "helper" column!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eero</title>
		<link>http://www.get-digital-help.com/2009/03/16/unique-values-from-multiple-columns-using-array-formulas/comment-page-1/#comment-837</link>
		<dc:creator>Eero</dc:creator>
		<pubDate>Sat, 13 Jun 2009 13:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=712#comment-837</guid>
		<description>A slightly different approach to extract unique items from a N*M table (named as &quot;tbl&quot; in the formula).

So type say &quot;Unique items from the table&quot; in A1 and enter the following formula as an array into A2 and copy it down as far as necessary.(it is supposed column A to be free)

=INDEX(tbl,MIN(IF(COUNTIF($A$1:A1,tbl)=0,ROW(tbl)-MIN(ROW(tbl))
+1)),MATCH(0,COUNTIF($A$1:A1,INDEX(tbl,MIN(IF(COUNTIF($A$1:A1,tbl)=0,ROW(tbl)-MIN
(ROW(tbl))+1)),,1)),0),1)</description>
		<content:encoded><![CDATA[<p>A slightly different approach to extract unique items from a N*M table (named as "tbl" in the formula).</p>
<p>So type say "Unique items from the table" in A1 and enter the following formula as an array into A2 and copy it down as far as necessary.(it is supposed column A to be free)</p>
<p>=INDEX(tbl,MIN(IF(COUNTIF($A$1:A1,tbl)=0,ROW(tbl)-MIN(ROW(tbl))<br />
+1)),MATCH(0,COUNTIF($A$1:A1,INDEX(tbl,MIN(IF(COUNTIF($A$1:A1,tbl)=0,ROW(tbl)-MIN<br />
(ROW(tbl))+1)),,1)),0),1)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
