<?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: Converting a Single Row Vector into a Matrix</title>
	<atom:link href="http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard B.</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-2109</link>
		<dc:creator>Richard B.</dc:creator>
		<pubDate>Fri, 03 Jun 2011 20:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-2109</guid>
		<description>Hello,
I need some help converting three colums into a matrix using excel macro. 
Here is an example:

From this:

A A 0
A B 23
A C 3
B A 7
B B 56
B C 33
C A 31
C B 6
C C 5

to this:
  A B C
A 0 23 3
B 7 56 33
C 31 6 5

Hope you can help me.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I need some help converting three colums into a matrix using excel macro.<br />
Here is an example:</p>
<p>From this:</p>
<p>A A 0<br />
A B 23<br />
A C 3<br />
B A 7<br />
B B 56<br />
B C 33<br />
C A 31<br />
C B 6<br />
C C 5</p>
<p>to this:<br />
  A B C<br />
A 0 23 3<br />
B 7 56 33<br />
C 31 6 5</p>
<p>Hope you can help me.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martha</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-1490</link>
		<dc:creator>Martha</dc:creator>
		<pubDate>Tue, 06 Apr 2010 22:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-1490</guid>
		<description>I have been at trying to use Create_Matrix nearly all day.  As another user commented, it simply always returns a zero for me, even following the steps that Bastiaan (June 21st, 2009) suggests.  Can anyone offer help?</description>
		<content:encoded><![CDATA[<p>I have been at trying to use Create_Matrix nearly all day.  As another user commented, it simply always returns a zero for me, even following the steps that Bastiaan (June 21st, 2009) suggests.  Can anyone offer help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohini</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-1281</link>
		<dc:creator>Rohini</dc:creator>
		<pubDate>Sat, 18 Jul 2009 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-1281</guid>
		<description>how can i use the downloaded files with excel? please tell me the steps.</description>
		<content:encoded><![CDATA[<p>how can i use the downloaded files with excel? please tell me the steps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastiaan</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-1262</link>
		<dc:creator>Bastiaan</dc:creator>
		<pubDate>Sun, 21 Jun 2009 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-1262</guid>
		<description>The function works fine. Samir, yr right, just copy paste the function into VBA by:

- Get into VBA (Press Alt+F11) 
Insert a new module (Insert &gt; Module) 

- Copy and Paste the Excel user defined function examples 

- Get out of VBA (Press Alt+Q) 
Use the functions (They will appear in the Paste Function dialog box, Shift+F3, under the &quot;User Defined&quot; category) 

Well now, if you read the function, you see that it says temp_array at the end (your 0 return should have been the indicator!) as the formula needs to be entered as an array. You do so by selecting the area that is your matrix (starting from the top left), then click =, then click SHIFT+F3 to input the user defined function (Create_Matrix), and you hit CNTRL+SHIFT+ENTER to enter the array formula. Voila :)</description>
		<content:encoded><![CDATA[<p>The function works fine. Samir, yr right, just copy paste the function into VBA by:</p>
<p>- Get into VBA (Press Alt+F11)<br />
Insert a new module (Insert &gt; Module) </p>
<p>- Copy and Paste the Excel user defined function examples </p>
<p>- Get out of VBA (Press Alt+Q)<br />
Use the functions (They will appear in the Paste Function dialog box, Shift+F3, under the &#8220;User Defined&#8221; category) </p>
<p>Well now, if you read the function, you see that it says temp_array at the end (your 0 return should have been the indicator!) as the formula needs to be entered as an array. You do so by selecting the area that is your matrix (starting from the top left), then click =, then click SHIFT+F3 to input the user defined function (Create_Matrix), and you hit CNTRL+SHIFT+ENTER to enter the array formula. Voila <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-1142</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Fri, 06 Feb 2009 15:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-1142</guid>
		<description>One mistake: We need to call it with Create_Matrix and not Create_to_matrix.

Even calling it correctly does not work. It always returns 0 in the cell I enter the formula. Could you please fix and re upload the macro. I need it urgently. Thanks</description>
		<content:encoded><![CDATA[<p>One mistake: We need to call it with Create_Matrix and not Create_to_matrix.</p>
<p>Even calling it correctly does not work. It always returns 0 in the cell I enter the formula. Could you please fix and re upload the macro. I need it urgently. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wurtz</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/comment-page-1/#comment-1118</link>
		<dc:creator>Jeff Wurtz</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=995#comment-1118</guid>
		<description>Thank you for the article entitled Converting a Single Row Vector into a Matrix. I need to perform similar operations, but I don&#039;t know how to use your function.

Can you please, please, please provide the instructions explicitly showing how to actually use your function from within a VBA subroutine and generate the output displayed after &quot;And we get:&quot;?

Thank you in advance.

Jeff</description>
		<content:encoded><![CDATA[<p>Thank you for the article entitled Converting a Single Row Vector into a Matrix. I need to perform similar operations, but I don&#8217;t know how to use your function.</p>
<p>Can you please, please, please provide the instructions explicitly showing how to actually use your function from within a VBA subroutine and generate the output displayed after &#8220;And we get:&#8221;?</p>
<p>Thank you in advance.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>

