<?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: Merge two columns into one list in excel</title> <atom:link href="http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/</link> <description>Quality excel resource</description> <lastBuildDate>Sat, 11 Feb 2012 02:12:23 +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/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-45059</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 24 Jan 2012 21:04:58 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-45059</guid> <description>Dan,
There is no partcular reason, it can be increased down to cell 65,536.
Thanks for commenting!</description> <content:encoded><![CDATA[<p>Dan,</p><p>There is no partcular reason, it can be increased down to cell 65,536.</p><p>Thanks for commenting!</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-45027</link> <dc:creator>Dan</dc:creator> <pubDate>Tue, 24 Jan 2012 14:58:12 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-45027</guid> <description>Received with many thanks!!!
I noticed that you have limited the height definition for the range to 10,000 cells.  Is there any particular reason for this (ie. slower processing when more cells are included in the range), or can the height theoretically be increased down to cell 65,536?</description> <content:encoded><![CDATA[<p>Received with many thanks!!!</p><p>I noticed that you have limited the height definition for the range to 10,000 cells.  Is there any particular reason for this (ie. slower processing when more cells are included in the range), or can the height theoretically be increased down to cell 65,536?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-45022</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 24 Jan 2012 14:25:47 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-45022</guid> <description>Dan,
Download excel 2003 *.xls file
&lt;a href=&quot;http://www.get-digital-help.com/wp-content/uploads/2009/06/merge-two-columns-dynamic-ranges1.xls&quot; rel=&quot;nofollow&quot;&gt;merge-two-columns-dynamic-ranges1.xls&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Dan,</p><p>Download excel 2003 *.xls file<br
/> <a
href="http://cdn.get-digital-help.com/wp-content/uploads/2009/06/merge-two-columns-dynamic-ranges1.xls" rel="nofollow">merge-two-columns-dynamic-ranges1.xls</a></p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-44998</link> <dc:creator>Dan</dc:creator> <pubDate>Tue, 24 Jan 2012 10:38:59 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-44998</guid> <description>I have resolved this now!  Originally I wanted to define two separate columns as the two ranges as the data being impoted into them varies month by month i.e the data is dynamic.  Through experimentation and testing, I discovered that your formula only works for statically defined ranges. It would be great to be able to adapt your formula to be used with dynamic ranges, but that is, sadly, beyond my excel scope and knowledge.  If you are able to provide this, I would be deeply grateful, but if you are not, then I will use my work-around.  Many thanks.</description> <content:encoded><![CDATA[<p>I have resolved this now!  Originally I wanted to define two separate columns as the two ranges as the data being impoted into them varies month by month i.e the data is dynamic.  Through experimentation and testing, I discovered that your formula only works for statically defined ranges. It would be great to be able to adapt your formula to be used with dynamic ranges, but that is, sadly, beyond my excel scope and knowledge.  If you are able to provide this, I would be deeply grateful, but if you are not, then I will use my work-around.  Many thanks.</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-43893</link> <dc:creator>Dan</dc:creator> <pubDate>Mon, 16 Jan 2012 11:23:44 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-43893</guid> <description>Hey Oscar!!
Many thanks for sharing your excel knowledge...Ive been trying to figure this out for a while!...
I copied the formula into my worksheet (Im using excel 2003), but (and I cant see why), but the formula has only copied the first named range column (GN_LIST in column H) into the merged column (column M).
If I change the very last range name to the second list name (SH_LIST in column L), then the second column only is entered into the merged column.
My formula is as follows:
=IF(ISERROR(INDEX(GN_LIST, ROWS($M$1:M2))), IF(ISERROR(INDEX(SH_LIST, ROWS($M$1:M2)-ROWS(GN_LIST))), &quot;&quot;, INDEX(SH_LIST, ROWS($M$1:M2)-ROWS(GN_LIST))), INDEX(GN_LIST, ROWS($M$1:M2)))
Can you PLEASE help?!?  I am baffled...
Regards</description> <content:encoded><![CDATA[<p>Hey Oscar!!</p><p>Many thanks for sharing your excel knowledge...Ive been trying to figure this out for a while!...</p><p>I copied the formula into my worksheet (Im using excel 2003), but (and I cant see why), but the formula has only copied the first named range column (GN_LIST in column H) into the merged column (column M).</p><p>If I change the very last range name to the second list name (SH_LIST in column L), then the second column only is entered into the merged column.</p><p>My formula is as follows:</p><p>=IF(ISERROR(INDEX(GN_LIST, ROWS($M$1:M2))), IF(ISERROR(INDEX(SH_LIST, ROWS($M$1:M2)-ROWS(GN_LIST))), "", INDEX(SH_LIST, ROWS($M$1:M2)-ROWS(GN_LIST))), INDEX(GN_LIST, ROWS($M$1:M2)))</p><p>Can you PLEASE help?!?  I am baffled...</p><p>Regards</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-33763</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 20 Sep 2011 07:58:21 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-33763</guid> <description>Windfery,
I updated this blog post.</description> <content:encoded><![CDATA[<p>Windfery,</p><p>I updated this blog post.</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-33762</link> <dc:creator>Oscar</dc:creator> <pubDate>Tue, 20 Sep 2011 07:38:56 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-33762</guid> <description>Windfery,
I am not sure I understand, automate the length of the merge column?
You want the named ranges to expand whenever new values are added, right?</description> <content:encoded><![CDATA[<p>Windfery,</p><p>I am not sure I understand, automate the length of the merge column?<br
/> You want the named ranges to expand whenever new values are added, right?</p> ]]></content:encoded> </item> <item><title>By: Windfery</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-33588</link> <dc:creator>Windfery</dc:creator> <pubDate>Sun, 18 Sep 2011 06:38:34 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-33588</guid> <description>I&#039;ve never used the INDEX function before and this is a great use for it. My last puzzle is to automate the length of the merge column. Been trying to do with with a dynamic table height but no luck. anyone got ideas?
Cheers</description> <content:encoded><![CDATA[<p>I've never used the INDEX function before and this is a great use for it. My last puzzle is to automate the length of the merge column. Been trying to do with with a dynamic table height but no luck. anyone got ideas?</p><p>Cheers</p> ]]></content:encoded> </item> <item><title>By: macutan</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-30147</link> <dc:creator>macutan</dc:creator> <pubDate>Fri, 29 Jul 2011 17:14:34 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-30147</guid> <description>Thanks a lot Oscar!!</description> <content:encoded><![CDATA[<p>Thanks a lot Oscar!!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/06/29/merge-two-columns-into-one-list-in-excel/comment-page-1/#comment-30038</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 28 Jul 2011 07:26:35 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1782#comment-30038</guid> <description>macutan
&lt;strong&gt;Filter common dates from two columns and return unique distinct dates sorted smallest to largest&lt;/strong&gt;
&lt;img src=&quot;http://www.get-digital-help.com/wp-content/uploads/2011/07/sort-common-dates-from-two-columns.png&quot; alt=&quot;sort common dates from two columns&quot; /&gt;
&lt;strong&gt;Array formula in cell D3:&lt;/strong&gt;
&lt;div id=&quot;code1&quot;&gt;=SMALL(IF((COUNTIF(List2, List1)&gt;0)*(COUNTIF($D$2:D2, List1)=0), List1, &quot;&quot;), 1)&lt;/div&gt;
&lt;strong&gt;How to create an array formula&lt;/strong&gt;
Copy (Ctrl + c) and paste (Ctrl + v) array formula into formula bar.
Press and hold Ctrl + Shift.
Press Enter once.
Release all keys.
&lt;strong&gt;Download excel file&lt;/strong&gt;
&lt;a href=&quot;http://www.get-digital-help.com/wp-content/uploads/2011/07/sort-common-dates-from-two-columns.xls&quot; rel=&quot;nofollow&quot;&gt;sort-common-dates-from-two-columns.xls&lt;/a&gt;
Excel 97-2003 *.xls</description> <content:encoded><![CDATA[<p>macutan</p><p><strong>Filter common dates from two columns and return unique distinct dates sorted smallest to largest</strong></p><p><img
src="http://cdn.get-digital-help.com/wp-content/uploads/2011/07/sort-common-dates-from-two-columns.png" alt="sort common dates from two columns" /></p><p><strong>Array formula in cell D3:</strong></p><div
id="code1">=SMALL(IF((COUNTIF(List2, List1)>0)*(COUNTIF($D$2:D2, List1)=0), List1, ""), 1)</div><p><strong>How to create an array formula</strong><br
/> Copy (Ctrl + c) and paste (Ctrl + v) array formula into formula bar.<br
/> Press and hold Ctrl + Shift.<br
/> Press Enter once.<br
/> Release all keys.</p><p><strong>Download excel file</strong><br
/> <a
href="http://cdn.get-digital-help.com/wp-content/uploads/2011/07/sort-common-dates-from-two-columns.xls" rel="nofollow">sort-common-dates-from-two-columns.xls</a><br
/> Excel 97-2003 *.xls</p> ]]></content:encoded> </item> </channel> </rss>
