<?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: Sort values in parallel (array formula)</title> <atom:link href="http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/</link> <description>Quality excel resource</description> <lastBuildDate>Thu, 09 Feb 2012 20:47:33 +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/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-44491</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 20 Jan 2012 13:00:59 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-44491</guid> <description>Sergio,
&lt;b&gt;Download example file:&lt;/b&gt;
&lt;a href=&quot;http://www.get-digital-help.com/wp-content/uploads/2010/01/Sergio.xls&quot; rel=&quot;nofollow&quot;&gt;Sergio.xls&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Sergio,</p><p><b>Download example file:</b></p><p><a
href="http://cdn.get-digital-help.com/wp-content/uploads/2010/01/Sergio.xls" rel="nofollow">Sergio.xls</a></p> ]]></content:encoded> </item> <item><title>By: Sergio</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-44044</link> <dc:creator>Sergio</dc:creator> <pubDate>Tue, 17 Jan 2012 15:05:10 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-44044</guid> <description>and how can i Sort values Parallel with 4 (four) column or more.</description> <content:encoded><![CDATA[<p>and how can i Sort values Parallel with 4 (four) column or more.</p> ]]></content:encoded> </item> <item><title>By: Sergio</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-43873</link> <dc:creator>Sergio</dc:creator> <pubDate>Mon, 16 Jan 2012 09:08:25 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-43873</guid> <description>Dear Oscar,
I need array formula if there space empty row in the part of rows 2 until 15, say row 5 and row 10 . so the formula generate exactly the same as your Example.
Please help me on this.</description> <content:encoded><![CDATA[<p>Dear Oscar,</p><p>I need array formula if there space empty row in the part of rows 2 until 15, say row 5 and row 10 . so the formula generate exactly the same as your Example.</p><p>Please help me on this.</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-42752</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 06 Jan 2012 13:15:05 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-42752</guid> <description>Markosys,
That´s a question I don´t have an answer to. It seems overly complicated to create a 2dimensional sorted array when you can use MATCH function to lookup values in an unsorted array.
=INDEX(array, MATCH(lookup_value, array, 0))</description> <content:encoded><![CDATA[<p>Markosys,</p><p>That´s a question I don´t have an answer to. It seems overly complicated to create a 2dimensional sorted array when you can use MATCH function to lookup values in an unsorted array.</p><p>=INDEX(array, MATCH(lookup_value, array, 0))</p> ]]></content:encoded> </item> <item><title>By: Markosys</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-42208</link> <dc:creator>Markosys</dc:creator> <pubDate>Fri, 30 Dec 2011 21:56:08 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-42208</guid> <description>I&#039;m new to excel array techniques (and loving it), so please forgive me if my question&#039;s solution is obvious, but your tip goes a long way toward answering it.
I need to perform an approximate match upon an unsorted table and then lookup an associated value.  Because the unsorted table is dynamic and will gain many new rows over time, I need the solution to be formula-based, with no intermediate tables.
Is there a way to build upon this tip to have the sorted arrays in memory?  My current strategy would be to use LOOKUP vector function upon the two like-sorted arrays.  A MrExcel/ExcelIsFun video demonstrates a related solution (see link below), but the table values are numeric and are sorted directly using SMALL() which won&#039;t work upon text data.
Many Thanks!
Mr Excel &amp; excelisfun Trick 36: VLOOKUP w Approximate Match &amp; Unsorted Table
http://www.youtube.com/watch?v=rxhL72gvM5E</description> <content:encoded><![CDATA[<p>I'm new to excel array techniques (and loving it), so please forgive me if my question's solution is obvious, but your tip goes a long way toward answering it.</p><p>I need to perform an approximate match upon an unsorted table and then lookup an associated value.  Because the unsorted table is dynamic and will gain many new rows over time, I need the solution to be formula-based, with no intermediate tables.</p><p>Is there a way to build upon this tip to have the sorted arrays in memory?  My current strategy would be to use LOOKUP vector function upon the two like-sorted arrays.  A MrExcel/ExcelIsFun video demonstrates a related solution (see link below), but the table values are numeric and are sorted directly using SMALL() which won't work upon text data.</p><p>Many Thanks!</p><p>Mr Excel &amp; excelisfun Trick 36: VLOOKUP w Approximate Match &amp; Unsorted Table<br
/> <a
href="http://www.youtube.com/watch?v=rxhL72gvM5E" rel="nofollow">http://www.youtube.com/watch?v=rxhL72gvM5E</a></p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-23084</link> <dc:creator>Oscar</dc:creator> <pubDate>Sat, 23 Apr 2011 06:26:39 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-23084</guid> <description>Kris,
COUNTIF(Descr, &quot;&lt;&quot;&amp;Descr) compares values in an array and ranks them on their order if they were sorted.
COUNTIF({&quot;FF&quot;;&quot;BB&quot;;&quot;GG&quot;;&quot;EE&quot;;&quot;AA&quot;;&quot;GG&quot;;&quot;FF&quot;;&quot;BB&quot;;&quot;EE&quot;;&quot;BB&quot;;&quot;HH&quot;;&quot;EE&quot;;&quot;AA&quot;;&quot;GG&quot;}, &quot;&lt;&quot;&amp;{&quot;FF&quot;;&quot;BB&quot;;&quot;GG&quot;;&quot;EE&quot;;&quot;AA&quot;;&quot;GG&quot;;&quot;FF&quot;;&quot;BB&quot;;&quot;EE&quot;;&quot;BB&quot;;&quot;HH&quot;;&quot;EE&quot;;&quot;AA&quot;;&quot;GG&quot;})
COUNTIF({&quot;FF&quot;; &quot;BB&quot;; &quot;GG&quot;; &quot;EE&quot;; &quot;AA&quot;; &quot;GG&quot;; &quot;FF&quot;; &quot;BB&quot;; &quot;EE&quot;; &quot;BB&quot;; &quot;HH&quot;; &quot;EE&quot;; &quot;AA&quot;; &quot;GG&quot;}, {; &quot;&lt;&quot;&amp;&quot;BB&quot;; &quot;&lt;&quot;&amp;&quot;GG&quot;; &quot;&lt;&quot;&amp;&quot;EE&quot;; &quot;&lt;&quot;&amp;&quot;AA&quot;; &quot;&lt;&quot;&amp;&quot;GG&quot;; &quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;&lt;&quot;&amp;&quot;BB&quot;; &quot;&lt;&quot;&amp;&quot;EE&quot;; &quot;&lt;&quot;&amp;&quot;BB&quot;; &quot;&lt;&quot;&amp;&quot;HH&quot;; &quot;&lt;&quot;&amp;&quot;EE&quot;; &quot;&lt;&quot;&amp;&quot;AA&quot;; &quot;&lt;&quot;&amp;&quot;GG&quot;})
FF, first value in array becomes:
{&quot;FF&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;BB&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;GG&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;EE&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;AA&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;GG&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;FF&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;BB&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;EE&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;BB&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;HH&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;EE&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;AA&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;; &quot;GG&quot;&amp;&quot;&lt;&quot;&amp;&quot;FF&quot;}
becomes
{0;1;0;1;1;0;0;1;1;1;0;1;1;0} and the total is 8.
COUNTIF(Descr, &quot;&lt;&quot;&amp;Descr) returns {8;2;10;5;0;10;8;2;5;2;13;5;0;10} </description> <content:encoded><![CDATA[<p>Kris,</p><p>COUNTIF(Descr, "<"&#038;Descr) compares values in an array and ranks them on their order if they were sorted.</p><p>COUNTIF({"FF";"BB";"GG";"EE";"AA";"GG";"FF";"BB";"EE";"BB";"HH";"EE";"AA";"GG"}, "<"&#038;{"FF";"BB";"GG";"EE";"AA";"GG";"FF";"BB";"EE";"BB";"HH";"EE";"AA";"GG"})</p><p>COUNTIF({"FF"; "BB"; "GG"; "EE"; "AA"; "GG"; "FF"; "BB"; "EE"; "BB"; "HH"; "EE"; "AA"; "GG"}, {; "<"&#038;"BB"; "<"&#038;"GG"; "<"&#038;"EE"; "<"&#038;"AA"; "<"&#038;"GG"; "<"&#038;"FF"; "<"&#038;"BB"; "<"&#038;"EE"; "<"&#038;"BB"; "<"&#038;"HH"; "<"&#038;"EE"; "<"&#038;"AA"; "<"&#038;"GG"})</p><p>FF, first value in array becomes:</p><p>{"FF"&#038;"<"&#038;"FF"; "BB"&#038;"<"&#038;"FF"; "GG"&#038;"<"&#038;"FF"; "EE"&#038;"<"&#038;"FF"; "AA"&#038;"<"&#038;"FF"; "GG"&#038;"<"&#038;"FF"; "FF"&#038;"<"&#038;"FF"; "BB"&#038;"<"&#038;"FF"; "EE"&#038;"<"&#038;"FF"; "BB"&#038;"<"&#038;"FF"; "HH"&#038;"<"&#038;"FF"; "EE"&#038;"<"&#038;"FF"; "AA"&#038;"<"&#038;"FF"; "GG"&#038;"<"&#038;"FF"}</p><p>becomes</p><p>{0;1;0;1;1;0;0;1;1;1;0;1;1;0} and the total is 8.</p><p>COUNTIF(Descr, "<"&#038;Descr) returns {8;2;10;5;0;10;8;2;5;2;13;5;0;10}</p> ]]></content:encoded> </item> <item><title>By: Kris</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-23028</link> <dc:creator>Kris</dc:creator> <pubDate>Fri, 22 Apr 2011 18:10:46 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-23028</guid> <description>Oscar, can you help me understand the logic behind comparing the array values to themselves?  Descr, &quot;&lt;&quot;&amp;Descr
Is there an article I can read somewhere?</description> <content:encoded><![CDATA[<p>Oscar, can you help me understand the logic behind comparing the array values to themselves?  Descr, "&lt;&quot;&amp;Descr</p><p>Is there an article I can read somewhere?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-6317</link> <dc:creator>Oscar</dc:creator> <pubDate>Sun, 26 Sep 2010 20:37:30 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-6317</guid> <description>Ralee,
read this post: &lt;a href=&quot;http://www.get-digital-help.com/2010/09/26/sort-values-in-parallel-in-excel-part-2/&quot; rel=&quot;nofollow&quot;&gt;Sort values in parallel in excel, part 2&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Ralee,</p><p>read this post: <a
href="http://www.get-digital-help.com/2010/09/26/sort-values-in-parallel-in-excel-part-2/" rel="nofollow">Sort values in parallel in excel, part 2</a></p> ]]></content:encoded> </item> <item><title>By: Ralee</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-6314</link> <dc:creator>Ralee</dc:creator> <pubDate>Sun, 26 Sep 2010 19:30:30 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-6314</guid> <description>If there is information in adjacent columns, say:
Joel, AA, 7
Mark, FF, 31
Nick, AA, 7
with the possibility of matching sort criteria (columns 2 &amp; 3), how would I display the corresponding data after the sort (sorting only columns 2 &amp; 3) without repeats; that is,
Joel, AA, 7
Nick, AA, 7
Mark, FF, 31
Instead of:
Joel, AA, 7
Joel, AA, 7
Mark, FF, 31
?</description> <content:encoded><![CDATA[<p>If there is information in adjacent columns, say:</p><p>Joel, AA, 7<br
/> Mark, FF, 31<br
/> Nick, AA, 7</p><p>with the possibility of matching sort criteria (columns 2 &amp; 3), how would I display the corresponding data after the sort (sorting only columns 2 &amp; 3) without repeats; that is,</p><p>Joel, AA, 7<br
/> Nick, AA, 7<br
/> Mark, FF, 31</p><p>Instead of:</p><p>Joel, AA, 7<br
/> Joel, AA, 7<br
/> Mark, FF, 31</p><p>?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2010/01/12/sorts-values-in-parallel-array-formula/comment-page-1/#comment-2399</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 02 Feb 2010 20:34:23 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=3449#comment-2399</guid> <description>chrisham,
Sorry for the late answer.
&lt;em&gt;What is the purpose or logic for divide 1 by the countif (Qty,....)?&lt;/em&gt;
The purpose is to sort and find the right &quot;Qty&quot; value for each &quot;Description&quot; value. I know this is a short answer but use &quot;Evaluate Formula&quot; to see each step in formula calculation.
&lt;em&gt;what is the reason for the +1 par of the same formula?&lt;/em&gt;
COUNTIF(Qty, &quot;&gt;&quot;&amp;Qty) returns an array containing a zero. 1/0 returns an error. So I had to add 1 to the whole array.</description> <content:encoded><![CDATA[<p>chrisham,</p><p>Sorry for the late answer.</p><p><em>What is the purpose or logic for divide 1 by the countif (Qty,....)?</em></p><p>The purpose is to sort and find the right "Qty" value for each "Description" value. I know this is a short answer but use "Evaluate Formula" to see each step in formula calculation.</p><p><em>what is the reason for the +1 par of the same formula?</em></p><p>COUNTIF(Qty, ">"&#038;Qty) returns an array containing a zero. 1/0 returns an error. So I had to add 1 to the whole array.</p> ]]></content:encoded> </item> </channel> </rss>
