<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Excel How-to: Concatenating Cells</title>
	<atom:link href="http://workawesome.com/software/excel-how-to-concatenating-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://workawesome.com/software/excel-how-to-concatenating-cells/</link>
	<description>Work Better. Live Better.</description>
	<lastBuildDate>Thu, 24 May 2012 03:45:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Grant Harris</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-269274</link>
		<dc:creator>Grant Harris</dc:creator>
		<pubDate>Fri, 06 Apr 2012 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-269274</guid>
		<description>You just tell it to replace the spaces with nothing using this formula where a1 is the cell with the original number.

=SUBSTITUTE(a1,&quot; &quot;,&quot;&quot;)

~Grantastic!</description>
		<content:encoded><![CDATA[<p>You just tell it to replace the spaces with nothing using this formula where a1 is the cell with the original number.</p>
<p>=SUBSTITUTE(a1,&#8221; &#8220;,&#8221;")</p>
<p>~Grantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa M</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-264166</link>
		<dc:creator>Melissa M</dc:creator>
		<pubDate>Wed, 28 Mar 2012 21:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-264166</guid>
		<description>I am trying to concatenate this:  200 020 4000568 7231 into a long number without the spaces.  But I can&#039;t figure out how to do this. Can anyone help?

Thanks,
Melissa</description>
		<content:encoded><![CDATA[<p>I am trying to concatenate this:  200 020 4000568 7231 into a long number without the spaces.  But I can&#8217;t figure out how to do this. Can anyone help?</p>
<p>Thanks,<br />
Melissa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana da Silva</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-3062</link>
		<dc:creator>Ana da Silva</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-3062</guid>
		<description>Hi Ducky,

In your post you don&#039;t use the &quot;=&quot; (equal) before &quot;concatenate.&quot;  You need to use the &quot;=&quot; for the formula to work. 

If you still have a problem please just send me a message.

Cheers!

Ana</description>
		<content:encoded><![CDATA[<p>Hi Ducky,</p>
<p>In your post you don&#8217;t use the &#8220;=&#8221; (equal) before &#8220;concatenate.&#8221;  You need to use the &#8220;=&#8221; for the formula to work. </p>
<p>If you still have a problem please just send me a message.</p>
<p>Cheers!</p>
<p>Ana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ducky1910</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-3041</link>
		<dc:creator>ducky1910</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-3041</guid>
		<description>I&#039;m having a problem maybe you can help I&#039;m  using excel 2002
I&#039;m combining two cells of numbers(changed to text)into a 3rd cell
my formula
A1&amp;, &quot; &quot;, &amp;B2 or 
CONCATENATE(A2,&quot; &quot;,B2)and all I see is the formula</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem maybe you can help I&#8217;m  using excel 2002<br />
I&#8217;m combining two cells of numbers(changed to text)into a 3rd cell<br />
my formula<br />
A1&amp;, &#8221; &#8220;, &amp;B2 or<br />
CONCATENATE(A2,&#8221; &#8220;,B2)and all I see is the formula</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorin Rivers</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1401</link>
		<dc:creator>Lorin Rivers</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1401</guid>
		<description>There&#039;s an even easier way to concatenate in Excel. &#039;=a1&amp;&quot; the bean, &quot;&amp;b2&#039;</description>
		<content:encoded><![CDATA[<p>There&#8217;s an even easier way to concatenate in Excel. &#8216;=a1&amp;&#8221; the bean, &#8220;&amp;b2&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana da Silva</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1291</link>
		<dc:creator>Ana da Silva</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1291</guid>
		<description>Thanks Bryan.  I&#039;ve always found it frustrating to resort to the Help function in Excel (or anything MS) as it rarely results in useful answers.</description>
		<content:encoded><![CDATA[<p>Thanks Bryan.  I&#8217;ve always found it frustrating to resort to the Help function in Excel (or anything MS) as it rarely results in useful answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana da Silva</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1290</link>
		<dc:creator>Ana da Silva</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1290</guid>
		<description>Thank you Andy!  There&#039;s always something else that makes these formulas easier to use.</description>
		<content:encoded><![CDATA[<p>Thank you Andy!  There&#8217;s always something else that makes these formulas easier to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana da Silva</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1289</link>
		<dc:creator>Ana da Silva</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1289</guid>
		<description>&quot;Text to columns&quot; is another shortcut about which I want to write about.  These shortcuts do save us!

:)</description>
		<content:encoded><![CDATA[<p>&#8220;Text to columns&#8221; is another shortcut about which I want to write about.  These shortcuts do save us!</p>
<p> <img src='http://workawesome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1141</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 16 Nov 2009 22:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1141</guid>
		<description>Cool tip. I use Excel quite a bit and a year or so ago I found a PODCAST put out by &lt;a href=&quot;http://www.mrexcel.com/&quot; rel=&quot;nofollow&quot;&gt;Mr. Excel (Bill Jelen)&lt;/a&gt; where he shows you a 2-minute video tip every day.  I always thought it was cool.  You can subscribe to it in Itunes.

(I&#039;m not associated with him...just thought it was cool)</description>
		<content:encoded><![CDATA[<p>Cool tip. I use Excel quite a bit and a year or so ago I found a PODCAST put out by <a href="http://www.mrexcel.com/" rel="nofollow">Mr. Excel (Bill Jelen)</a> where he shows you a 2-minute video tip every day.  I always thought it was cool.  You can subscribe to it in Itunes.</p>
<p>(I&#8217;m not associated with him&#8230;just thought it was cool)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Palmer</title>
		<link>http://workawesome.com/software/excel-how-to-concatenating-cells/#comment-1105</link>
		<dc:creator>Andy Palmer</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://workawesome.com/?p=809#comment-1105</guid>
		<description>You can avoid having a column for punctuation by using the formula:
=concatenate(A1,B1,&quot;, &quot;,C1)
or for the phone number example
=concatenate(A1,&quot;-&quot;,B1,&quot;-&quot;,C1)</description>
		<content:encoded><![CDATA[<p>You can avoid having a column for punctuation by using the formula:<br />
=concatenate(A1,B1,&#8221;, &#8220;,C1)<br />
or for the phone number example<br />
=concatenate(A1,&#8221;-&#8221;,B1,&#8221;-&#8221;,C1)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

