<?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: Add Spaces to a Cell &#8211; REPT()</title>
	<atom:link href="http://www.automateexcel.com/2004/10/26/excel_add_spaces_to_a_cell_rept/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/10/26/excel_add_spaces_to_a_cell_rept/</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: Mark</title>
		<link>http://www.automateexcel.com/2004/10/26/excel_add_spaces_to_a_cell_rept/comment-page-1/#comment-150</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 30 Dec 2004 11:56:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-150</guid>
		<description>Jeetendra,&lt;br /&gt;
&lt;br /&gt;
It works just as any other formula would.  As long as the formula is  1024 characters or less you&#039;re good.   Greater than 1024 and you get a &quot;formula too long&quot; error.&lt;br /&gt;
&lt;br /&gt;
In this case you need to get creative  and  break the formula up to multiple cells, or reference the long parts of the formula from other cells instead of repeating the parts with many characters.&lt;br /&gt;
&lt;br /&gt;
For instance putting &lt;br /&gt;
=REPT(&quot; &quot;,10) in cell A2 and referencing the cell A2 every time saves 12? characters each time you reference it.&lt;br /&gt;
&lt;br /&gt;
I didn&#039;t test it for 200, but it might look like this:&lt;br /&gt;
=A1&amp;A2&amp;B1&amp;A2&amp;C1&amp;A2&amp;D1.......&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Jeetendra,</p>
<p>It works just as any other formula would.  As long as the formula is  1024 characters or less you&#8217;re good.   Greater than 1024 and you get a &#8220;formula too long&#8221; error.</p>
<p>In this case you need to get creative  and  break the formula up to multiple cells, or reference the long parts of the formula from other cells instead of repeating the parts with many characters.</p>
<p>For instance putting <br />
=REPT(&#8221; &#8220;,10) in cell A2 and referencing the cell A2 every time saves 12? characters each time you reference it.</p>
<p>I didn&#8217;t test it for 200, but it might look like this:<br />
=A1&amp;A2&amp;B1&amp;A2&amp;C1&amp;A2&amp;D1&#8230;&#8230;.</p>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeetendra</title>
		<link>http://www.automateexcel.com/2004/10/26/excel_add_spaces_to_a_cell_rept/comment-page-1/#comment-149</link>
		<dc:creator>Jeetendra</dc:creator>
		<pubDate>Thu, 30 Dec 2004 05:44:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-149</guid>
		<description>For concatenating datas in two rows this formula is fine but what about concatenating 200 rows?</description>
		<content:encoded><![CDATA[<p>For concatenating datas in two rows this formula is fine but what about concatenating 200 rows?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

