<?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: Excel Formulas From a Microsoft MVP!</title>
	<atom:link href="http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/feed/" rel="self" type="application/rss+xml" />
	<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 01:13:54 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tony</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3370</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 11 Jun 2009 21:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3370</guid>
		<description>When I said fancy, I was talking about adding the comma to separate the first and last name.  The &amp; operator is simply quick and easy.  I never write out &quot;concatenate&quot; anymore, which I think was your point.</description>
		<content:encoded><![CDATA[<p>When I said fancy, I was talking about adding the comma to separate the first and last name.  The &#038; operator is simply quick and easy.  I never write out &#8220;concatenate&#8221; anymore, which I think was your point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3369</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3369</guid>
		<description>See, I don&#039;t regard the &amp; operator as fancy. I regard it as the complete replacement for CONCATENATE(), which I can only suppose is kept around for back-compatibility.</description>
		<content:encoded><![CDATA[<p>See, I don&#8217;t regard the &amp; operator as fancy. I regard it as the complete replacement for CONCATENATE(), which I can only suppose is kept around for back-compatibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3367</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 11 Jun 2009 02:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3367</guid>
		<description>@Derek - a good example would be:

If you had &quot;John&quot; in column A and &quot;Smith&quot; in column B, you could use the concatenate function or &amp; operator to combine them into one cell in a new column.

=CONCATENATE(A1,B1)

Or you can get fancy and add text to the middle and use the &amp; operator.  For example:

=A1&amp;B1  results in - John Smith
=A1&amp;&quot;, &quot;&amp;B1 results in John, Smith</description>
		<content:encoded><![CDATA[<p>@Derek &#8211; a good example would be:</p>
<p>If you had &#8220;John&#8221; in column A and &#8220;Smith&#8221; in column B, you could use the concatenate function or &#038; operator to combine them into one cell in a new column.</p>
<p>=CONCATENATE(A1,B1)</p>
<p>Or you can get fancy and add text to the middle and use the &#038; operator.  For example:</p>
<p>=A1&#038;B1  results in &#8211; John Smith<br />
=A1&#038;&#8221;, &#8220;&#038;B1 results in John, Smith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3365</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3365</guid>
		<description>@Derek: concatenate() or &amp; operator are used to add up 2 or more texts</description>
		<content:encoded><![CDATA[<p>@Derek: concatenate() or &amp; operator are used to add up 2 or more texts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3364</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3364</guid>
		<description>What&#039;s the use of CONCATENATE?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the use of CONCATENATE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/comment-page-1/#comment-3361</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2009/06/excel-formulas-from-a-microsoft-mvp/#comment-3361</guid>
		<description>Hi Tony... Thanks for such a good review

@readers of Support Analytics: If you have some questions or doubts about this product, drop a comment here and I will answer them</description>
		<content:encoded><![CDATA[<p>Hi Tony&#8230; Thanks for such a good review</p>
<p>@readers of Support Analytics: If you have some questions or doubts about this product, drop a comment here and I will answer them</p>
]]></content:encoded>
	</item>
</channel>
</rss>
