<?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: Extract largest values from two columns using array formula in excel</title> <atom:link href="http://www.get-digital-help.com/2009/07/17/extract-largest-values-from-two-columns-using-array-formula-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/07/17/extract-largest-values-from-two-columns-using-array-formula-in-excel/</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/07/17/extract-largest-values-from-two-columns-using-array-formula-in-excel/comment-page-1/#comment-28800</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 14 Jul 2011 13:00:47 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1877#comment-28800</guid> <description>&lt;strong&gt;Chris,&lt;/strong&gt;
Almost two years later...maybe someone else can benefit from my answer.
Array formula in cell A12:
&lt;div id=&quot;code1&quot;&gt;=INDEX(tbl, SMALL(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1),COUNTIF($B$12:B12,B12)), MATCH(SMALL(tbl,ROW(A1)), INDEX(tbl, SMALL(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1),COUNTIF($B$12:B12,B12)), , 1), 0)-1, 1)&lt;/div&gt;
Array formula in cell B12:
&lt;div id=&quot;code1&quot;&gt;=INDEX(tbl, MIN(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1)), MATCH(SMALL(tbl,ROW(A1)), INDEX(tbl, MIN(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1)), , 1), 0), 1)&lt;/div&gt;
&lt;strong&gt;Matt,&lt;/strong&gt;
I think the new formulas work for a larger range now.</description> <content:encoded><![CDATA[<p><strong>Chris,</strong></p><p>Almost two years later...maybe someone else can benefit from my answer.</p><p>Array formula in cell A12:</p><div
id="code1">=INDEX(tbl, SMALL(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1),COUNTIF($B$12:B12,B12)), MATCH(SMALL(tbl,ROW(A1)), INDEX(tbl, SMALL(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1),COUNTIF($B$12:B12,B12)), , 1), 0)-1, 1)</div><p>Array formula in cell B12:</p><div
id="code1">=INDEX(tbl, MIN(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1)), MATCH(SMALL(tbl,ROW(A1)), INDEX(tbl, MIN(IF(SMALL(tbl,ROW(A1))=tbl, ROW(tbl)-MIN(ROW(tbl))+1)), , 1), 0), 1)</div><p><strong>Matt,</strong></p><p>I think the new formulas work for a larger range now.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.get-digital-help.com/2009/07/17/extract-largest-values-from-two-columns-using-array-formula-in-excel/comment-page-1/#comment-28748</link> <dc:creator>Matt</dc:creator> <pubDate>Wed, 13 Jul 2011 15:58:49 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1877#comment-28748</guid> <description>Hey -- would you know how to alter this formula so it can find the largest values from your data set but with 3, 4 or 5 columns... i essentially want to scale what you have but for more data</description> <content:encoded><![CDATA[<p>Hey -- would you know how to alter this formula so it can find the largest values from your data set but with 3, 4 or 5 columns... i essentially want to scale what you have but for more data</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.get-digital-help.com/2009/07/17/extract-largest-values-from-two-columns-using-array-formula-in-excel/comment-page-1/#comment-1383</link> <dc:creator>Chris</dc:creator> <pubDate>Thu, 17 Sep 2009 17:29:21 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1877#comment-1383</guid> <description>Hi - Thank you for putting this example on line...my question is, how do you change the formula to select the top 5 highest (loses) negitive values first.
Thank you.</description> <content:encoded><![CDATA[<p>Hi - Thank you for putting this example on line...my question is, how do you change the formula to select the top 5 highest (loses) negitive values first.</p><p>Thank you.</p> ]]></content:encoded> </item> </channel> </rss>
