<?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: How to create a unique distinct list where other columns meet two criteria</title> <atom:link href="http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/</link> <description>Quality excel resource</description> <lastBuildDate>Sat, 11 Feb 2012 15:14:13 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24753</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 12 May 2011 13:03:28 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24753</guid> <description>Yoda quote:
&quot;Feel the (excel) force!&quot;</description> <content:encoded><![CDATA[<p>Yoda quote:</p><p>"Feel the (excel) force!"</p> ]]></content:encoded> </item> <item><title>By: Andy Green</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24741</link> <dc:creator>Andy Green</dc:creator> <pubDate>Thu, 12 May 2011 10:40:33 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24741</guid> <description>You are the Excel Joda!</description> <content:encoded><![CDATA[<p>You are the Excel Joda!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24735</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 12 May 2011 07:56:40 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24735</guid> <description>Andy Green,
&lt;strong&gt;Named ranges&lt;/strong&gt;
List (C2:C16)
Category1 (A2:A16)
Category2 (B2:B16)
Criteria1 (F1)
Criteria2 (&lt;strong&gt;F2:F3&lt;/strong&gt;)
&lt;strong&gt;Excel 2007 array formula in H2:&lt;/strong&gt;
&lt;div id=&quot;code1&quot;&gt;=IFERROR(INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1&lt;&gt;Criteria1,  1,  0),  0)), &quot;&quot;)&lt;/div&gt;
&lt;strong&gt;Earlier Excel versions, array formula in H2:&lt;/strong&gt;
&lt;div id=&quot;code1&quot;&gt; =IF(ISERROR(INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1&lt;&gt;Criteria1,  1,  0),  0))), &quot;&quot;, INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1&lt;&gt;Criteria1,  1,  0),  0))) &lt;/div&gt;</description> <content:encoded><![CDATA[<p>Andy Green,</p><p><strong>Named ranges</strong><br
/> List (C2:C16)<br
/> Category1 (A2:A16)<br
/> Category2 (B2:B16)<br
/> Criteria1 (F1)<br
/> Criteria2 (<strong>F2:F3</strong>)</p><p><strong>Excel 2007 array formula in H2:</strong></p><div
id="code1">=IFERROR(INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1<>Criteria1,  1,  0),  0)), "")</div><p><strong>Earlier Excel versions, array formula in H2:</strong></p><div
id="code1"> =IF(ISERROR(INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1<>Criteria1,  1,  0),  0))), "", INDEX(List,  MATCH(0,  COUNTIF(H1:$H$1,  List)+(COUNTIF(Criteria2, Category2)=0)+IF(Category1<>Criteria1,  1,  0),  0)))</div> ]]></content:encoded> </item> <item><title>By: Andy Green</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24697</link> <dc:creator>Andy Green</dc:creator> <pubDate>Wed, 11 May 2011 19:51:24 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24697</guid> <description>Oscar you&#039;re a star. You&#039;re gonna love me for this....How would I add an &quot;OR&quot; in there. ie Say there was a row such as....
BB      C       7
As there&#039;s already a Category2&quot;B&quot; I can&#039;t add a &quot;+IF(Category2&quot;C&quot;, 1, 0)&quot;
So how would I include that one? Any ideas or am I just pushing my luck?</description> <content:encoded><![CDATA[<p>Oscar you're a star. You're gonna love me for this....How would I add an "OR" in there. ie Say there was a row such as....<br
/> BB      C       7<br
/> As there's already a Category2"B" I can't add a "+IF(Category2"C", 1, 0)"</p><p>So how would I include that one? Any ideas or am I just pushing my luck?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24693</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 11 May 2011 19:28:36 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24693</guid> <description>Andy Green,
It works now, download attached xls file or copy array formula.
Thanks for letting me know!</description> <content:encoded><![CDATA[<p>Andy Green,</p><p>It works now, download attached xls file or copy array formula.</p><p>Thanks for letting me know!</p> ]]></content:encoded> </item> <item><title>By: Andy Green</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24674</link> <dc:creator>Andy Green</dc:creator> <pubDate>Wed, 11 May 2011 13:52:44 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24674</guid> <description>Thinking about it, it may help if I tell you exactly what I&#039;m trying to do. I&#039;m trying to extract a list of unique values, based on a number of criteria, including some &quot;OR&#039;s&quot;. Any ideas. I can normally find everything on here but this has me stumped</description> <content:encoded><![CDATA[<p>Thinking about it, it may help if I tell you exactly what I'm trying to do. I'm trying to extract a list of unique values, based on a number of criteria, including some "OR's". Any ideas. I can normally find everything on here but this has me stumped</p> ]]></content:encoded> </item> <item><title>By: Andy Green</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24673</link> <dc:creator>Andy Green</dc:creator> <pubDate>Wed, 11 May 2011 13:34:35 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24673</guid> <description>Thanks Oscar. Still getting &quot;Too many arguments for this function.</description> <content:encoded><![CDATA[<p>Thanks Oscar. Still getting "Too many arguments for this function.</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24671</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 11 May 2011 13:10:02 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24671</guid> <description>Andy Green,
Thanks!
No, I have removed the semicolons.</description> <content:encoded><![CDATA[<p>Andy Green,</p><p>Thanks!</p><p>No, I have removed the semicolons.</p> ]]></content:encoded> </item> <item><title>By: Andy Green</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-24667</link> <dc:creator>Andy Green</dc:creator> <pubDate>Wed, 11 May 2011 12:49:20 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-24667</guid> <description>Oscar this site&#039;s been a great help. Having a problem with the above formula for earlier versions though. Should there be semicolons in it?</description> <content:encoded><![CDATA[<p>Oscar this site's been a great help. Having a problem with the above formula for earlier versions though. Should there be semicolons in it?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/27/how-to-create-a-unique-distinct-list-where-other-columns-meet-two-criteria/comment-page-1/#comment-3422</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 10 Jun 2010 19:27:36 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1769#comment-3422</guid> <description>Congratulations!
You did it!
Thank you for your contribution!
I modified your named ranges for this post.
Array formula in H2:
=IFERROR(INDEX(List, SMALL(IF(SMALL(IF(((($F$2=Category2)*($F$1=Category1)*(COUNTIF($H$1:H1, List)=0))), COUNTIF(List, &quot;&lt;&quot;&amp;List)+1, &quot;&quot;), 1)=COUNTIF(List, &quot;&lt;&quot;&amp;List)+1, ROW(List)-MIN(ROW(List))+1), 1)), &quot;&quot;) + CTRL + SHIFT + ENTER copied down as far as needed.</description> <content:encoded><![CDATA[<p>Congratulations!</p><p>You did it!</p><p>Thank you for your contribution!</p><p>I modified your named ranges for this post.</p><p>Array formula in H2:</p><p>=IFERROR(INDEX(List, SMALL(IF(SMALL(IF(((($F$2=Category2)*($F$1=Category1)*(COUNTIF($H$1:H1, List)=0))), COUNTIF(List, "<"&#038;List)+1, ""), 1)=COUNTIF(List, "<"&#038;List)+1, ROW(List)-MIN(ROW(List))+1), 1)), "") + CTRL + SHIFT + ENTER copied down as far as needed.</p> ]]></content:encoded> </item> </channel> </rss>
