<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Excelbuddy.com &#187; Formatting</title>
	<atom:link href="http://www.excelbuddy.com/category/formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelbuddy.com</link>
	<description>Your own little excel nerd!</description>
	<lastBuildDate>Sat, 14 Jan 2012 05:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SPLIT FIRST and LAST NAME</title>
		<link>http://www.excelbuddy.com/split-first-and-last-name/</link>
		<comments>http://www.excelbuddy.com/split-first-and-last-name/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 03:26:54 +0000</pubDate>
		<dc:creator>Zaigham</dc:creator>
				<category><![CDATA[Formatting]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=885</guid>
		<description><![CDATA[Split First &#38; Last name The following formula is useful when you have one cell containing text which needs to be split up. One of the most common examples of this is when a person’s Forename and Surname are entered in full into a cell. The formula uses various text &#8230;]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Split First &amp; Last name</span></strong></p>
<p>The following formula is useful when you have one cell containing text which needs to be split up. One of the most common examples of this is when a person’s Forename and Surname are entered in full into a cell. The formula uses various text functions to accomplish the task. The technique uses the space between the names to identify where to split. It is assumed that the name to be split is in Cell A2.</p>
<p><strong><span style="text-decoration: underline;">Finding the “First Name”</span></strong></p>
<p>=LEFT(A2,FIND(&#8221; &#8220;,A2,1))</p>
<p><strong><span style="text-decoration: underline;">Finding the “Last Name OR Surname”</span></strong></p>
<p>=RIGHT(A2,LEN(A2)-FIND(&#8221; &#8220;,A2))</p>
<p><strong><span style="text-decoration: underline;">Finding the “Last Name OR Surname” when a Middle name is present.</span></strong></p>
<p>The formula above cannot handle any more than two names. If there is a middle name also, the last name formula will not show the correct results. To solve the problem you have to use a much longer formula.</p>
<p>=RIGHT(A2,LEN(A2)-FIND(&#8220;#&#8221;,SUBSTITUTE(A2,&#8221; &#8220;,&#8221;#&#8221;,LEN(A2)-LEN(SUBSTITUTE(A2,&#8221; &#8220;,&#8221;")))))</p>
<p><strong> </strong></p>
<p><strong><span style="text-decoration: underline;">Finding the “Middle Name”</span></strong></p>
<p>=LEFT(RIGHT(A2,LEN(A2)-FIND(&#8221; &#8220;,A2,1)),FIND(&#8221; &#8220;,RIGHT(A2,LEN(A2)-FIND(&#8221; &#8220;,A2,1)),1))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/split-first-and-last-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge Cells in Excel</title>
		<link>http://www.excelbuddy.com/merge-cells-in-excel/</link>
		<comments>http://www.excelbuddy.com/merge-cells-in-excel/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:48:05 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[merge]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=385</guid>
		<description><![CDATA[Merging cells in an Excel spreadsheet is extremely useful.  By merging cells, you can greatly enhance the look and feel of a spreadsheet.
]]></description>
			<content:encoded><![CDATA[<p>Merging cells in an Excel spreadsheet is extremely useful.  By merging cells, you can greatly enhance the look and feel of a spreadsheet.</p>
<p>The following example will demonstrate to use this feature.</p>
<ol>
<li>Start with a spread sheet like below.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/1-merge.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-387" title="1-merge" src="http://excelbuddy.com/wp-content/uploads/2009/11/1-merge.gif" alt="1-merge" width="305" height="165" /></a></li>
<li>Highlight or select a range of cells in the spreadsheet.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/2-merge.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-388" title="2-merge" src="http://excelbuddy.com/wp-content/uploads/2009/11/2-merge.gif" alt="2-merge" width="369" height="160" /></a></li>
<li>In the &#8220;Home Tab&#8221; select &#8220;Merge &amp; Center&#8221;<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/3-merge.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-389" title="3-merge" src="http://excelbuddy.com/wp-content/uploads/2009/11/3-merge.gif" alt="3-merge" width="130" height="26" /></a></li>
<li>The final result will combine cells A1, B1, and C1 while centering the text.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/4-merge.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-390" title="4-merge" src="http://excelbuddy.com/wp-content/uploads/2009/11/4-merge.gif" alt="4-merge" width="367" height="162" /></a></li>
</ol>
<h2>Expanded Tip</h2>
<p>There are several other options you can use to merge cells.  The drop-down list has several other options you can utilize.  Each of the options are self explanatory.  However, if you have any questions, please let me know below.</p>
<p><a href="http://excelbuddy.com/wp-content/uploads/2009/11/5-merge.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-391" title="5-merge" src="http://excelbuddy.com/wp-content/uploads/2009/11/5-merge.gif" alt="5-merge" width="151" height="129" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/merge-cells-in-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conditonal Formatting &#8211; Shading Alternate Rows</title>
		<link>http://www.excelbuddy.com/conditonal-formatting-shading-alternate-rows/</link>
		<comments>http://www.excelbuddy.com/conditonal-formatting-shading-alternate-rows/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:05:17 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[alternate]]></category>
		<category><![CDATA[conditional]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[shading]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=106</guid>
		<description><![CDATA[This Excel function is very useful when dealing with long lists of data.  However, it is extremely easy to use once you know the simple formula.]]></description>
			<content:encoded><![CDATA[<p>This Excel function is very useful when dealing with long lists of data.  However, it is extremely easy to use once you know the simple formula.</p>
<ol>
<li>First, start with a list. Select the complete list by left clicking in cell A2 and holding until cell A19.<br />
<img class="aligncenter size-full wp-image-122" title="list" src="http://excelbuddy.com/wp-content/uploads/2009/05/list.jpg" alt="list" width="211" height="409" /></li>
<li>Next, Select ‘Conditional Formatting’ located under the Format dropdown menu. Select &#8220;New Rule.&#8221;<br />
<img class="aligncenter size-full wp-image-123" title="drop2" src="http://excelbuddy.com/wp-content/uploads/2009/05/drop2.gif" alt="drop2" width="190" height="374" /></li>
<li>From the &#8220;New Formatting Rule&#8221; box, select &#8220;Use a formula to determine which cells to format.&#8221; Once selected, enter &#8220;<strong><span>=MOD(row(),2) <span style="font-weight: normal;">&#8221; into the formula field as shown.</span></span></strong><br />
<img class="aligncenter size-full wp-image-124" title="list3" src="http://excelbuddy.com/wp-content/uploads/2009/05/list3.jpg" alt="list3" width="382" height="375" /></li>
<li>Next, click the Format button. Select a color and click OK.<br />
<img class="aligncenter size-full wp-image-127" title="list41" src="http://excelbuddy.com/wp-content/uploads/2009/05/list41.jpg" alt="list41" width="461" height="499" /></li>
<li>The selected rows should now be formatted in an alternating color pattern. You are now able to insert rows without disturbing the formatting.<br />
<img class="aligncenter size-full wp-image-131" title="list5" src="http://excelbuddy.com/wp-content/uploads/2009/05/list5.jpg" alt="list5" width="275" height="452" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/conditonal-formatting-shading-alternate-rows/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

