<?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>Excel-Expert &#187; Guide</title>
	<atom:link href="http://excel-expert.com/tag/guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://excel-expert.com</link>
	<description>Making spreadsheets work for you</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:03:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Excel custom number formatting</title>
		<link>http://excel-expert.com/2010/01/excel-custom-number-formatting/</link>
		<comments>http://excel-expert.com/2010/01/excel-custom-number-formatting/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:12:03 +0000</pubDate>
		<dc:creator>Excel Expert</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Custom Numbers]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://excel-expert.com/?p=300</guid>
		<description><![CDATA[Do you want to enter data in to cells in a specific format but Excel won’t let you? In this tutorial we will look at formatting cells to accept data in specific formats without Excel mucking them up. This tutorial is broken down in to two parts. The first details how to apply the formatting [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to enter data in to cells in a specific format but Excel won’t let you?</p>
<p>In this tutorial we will look at formatting cells to accept data in specific formats without Excel mucking them up.</p>
<p><span id="more-300"></span></p>
<p>This tutorial is broken down in to two parts. The first details how to apply the formatting and the second part is a guide to the formatting codes that you can use.</p>
<h2>Part 1 – Applying the formatting</h2>
<p><em><strong>Step 1</strong></em> – Select the cell or cells that you want to apply your custom number formatting to.</p>
<p><em><strong>Step 2</strong></em> – Right click the cells and select “Format cells&#8230;”</p>
<p><em><strong>Step 3</strong></em> – Under the “Number” tab select the “Custom” option from the list</p>
<p>Note – At this point you will see a wide variety of pre-made custom formats and when you click on one a bit of sample data will be shown at the top.</p>
<p>You may find a pre-defined format is similar to the one that you want. Select the one that is nearest and try editing under the “Type:” option.</p>
<p><em><strong>Step 4</strong></em> – Type the formatting into the “Type” field and click on OK</p>
<h2>Part 2 – Custom formatting code</h2>
<p>Each custom format is made up of a code letters and symbols which can be a bit confusing to the first time user, so below is a handy guide to how the most common codes are used, along with some examples of their use.</p>
<h4>Number codes</h4>
<table style="width: 100%;" border="0" cellpadding="10">
<tbody>
<tr>
<td style="width: 100px; text-align: center;"><strong>General</strong></td>
<td>General number format or no formatting</td>
</tr>
<tr>
<td style="text-align: center;"><strong>#</strong></td>
<td>Represents where the number should appear in a string of other characters. Example &#8211; entering ‘100’ into a cell formatted as ‘A##A’ would display as ‘A100A’</td>
</tr>
<tr>
<td style="text-align: center;"><strong>0</strong></td>
<td>(Zero) – Place holder for 0’s needed to fill out the padding. Example &#8211; if you set the custom formatting to ‘0000’ and entered ‘1’ into the cell it would read ‘0001’, ‘10’ would read as ‘0010’ etc.</p>
<p>Alternatively, to ensure a number was always displayed to decimal places, you can format a cell as ‘#.00’ – Now when ‘8.9’ is entered it will be displayed as ‘8.90’</td>
</tr>
<tr>
<td style="text-align: center;"><strong>?</strong></td>
<td>Place holder for insignificant 0’s. Inserts a space instead of any insignificant 0’s. Example &#8211; format two cells above each over, as ‘0.0?’ and enter ‘1.10’ in the top one and ‘1.11’ in the lower one. If you look at the top cell, the 0 has been replaced with a space.</p>
<p>This is different from the normally rounding down process where the number just moves move to the right to eliminate the gap. Using this method the decimal place in both cells remains in line with each other.</td>
</tr>
<tr>
<td style="text-align: center;"><strong>.</strong></td>
<td>(Decimal place) Indicates where a decimal place should appear in a number. Example – formatting a cell as ‘#.’ and entering the number ‘111’ would be displayed as ‘111.’</td>
</tr>
<tr>
<td style="text-align: center;"><strong>%</strong></td>
<td>Converts the number to a percentage by multiplying by 100 and adding the ‘%’ character</td>
</tr>
<tr>
<td style="text-align: center;"><strong>,</strong></td>
<td>(Comma) Used to break numbers down in readable numbers. Example – Cell formatted as ‘#,###,###’ would display ‘1000000’ as ‘1,000,000’</td>
</tr>
</tbody>
</table>
<h4>Text Codes</h4>
<table style="width: 100%;" border="0" cellpadding="10">
<tbody>
<tr style="text-align: center;">
<td style="width: 100px;"><strong>$ &#8211; + / ( ) :<br />
space</strong></td>
<td style="text-align: left;">These will be displayed inside the number. Note to display other characters either put them in quotation marks or put a backslash(\) before them.</p>
<p>Example, format a cell as ‘(#)’ and brackets will appear around anything entered in to that cell. Format it as ‘\A#’ and the letter ‘A’ will appear before anything entered in to that cell (‘1000’ would be displayed as ‘A1000’)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>\</strong></td>
<td>See above</td>
</tr>
<tr>
<td style="text-align: center;"><strong>“text”</strong></td>
<td>This will display any text entered between the quotation marks. Example, a cell formatted as ‘“Test “#’, will display ‘Test 1000’ when ‘1000’ is entered in to it</td>
</tr>
<tr>
<td style="text-align: center;"><strong>*</strong></td>
<td>This will repeat the character to the right of this code, to fill the column width. Example, if you format a cell as ‘#*&gt;‘ and entered ‘100’ it would be displayed as ‘100&gt;&gt;&gt;&gt;&gt;&gt;&gt;‘ with the number of &gt;‘s displayed being dependent on the width of that column.</td>
</tr>
<tr>
<td style="text-align: center;"><strong>_</strong></td>
<td>(Underscore) Creates a space in the cell the width of the character to the right. Example, a cell formatted as ‘#_)’ will display the number entered with a gap to the right of it, the width of the ‘)’ character. Great when trying to line up positive numbers with negative numbers enclosed in parentheses.</td>
</tr>
<tr>
<td style="text-align: center;"><strong>@</strong></td>
<td>This is a text placeholder for the text entered in to a cell. Example, if you enter the text ‘is a’ into a cell that is formatted ‘”This “@”Test”’ it would be displayed as ‘This is a test’</td>
</tr>
</tbody>
</table>
<h4>Date codes</h4>
<p>When a date is displayed in Excel it is broken down in to its component parts (days, months and years) and each of these can be displayed differently depending on how we format them</p>
<table style="width: 100%;" border="0" cellpadding="10">
<tbody>
<tr>
<td style="width: 100px; text-align: center;"><strong>m</strong></td>
<td>Month as a number (1 to 12)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>mm</strong></td>
<td>Month as a number but with leading zeros (01 to 12)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>mmm</strong></td>
<td>Short version of month in text (Jan to Dec)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>mmmm</strong></td>
<td>Full version of month in text (January to December)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>d</strong></td>
<td>Day as a number (1 to 31)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>dd</strong></td>
<td>Day as a number but with leading zeros (01 to 31)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>ddd</strong></td>
<td>Short version of the day in text (Sun to Sat)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>dddd</strong></td>
<td>Full version of the day in text (Sunday to Saturday)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>yy</strong></td>
<td>Year in a 2 digit format (e.g. year 2010 would be 10)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>yyyy</strong></td>
<td>Year in a 4 digit format</td>
</tr>
</tbody>
</table>
<h4>Time codes</h4>
<p>As with dates, times are broken down in to their component parts (hours, minutes and seconds) and each of these can be formatted separately before being displayed.</p>
<table style="width: 100%;" border="0" cellpadding="10">
<tbody>
<tr>
<td style="width: 100px; text-align: center;"><strong>h</strong></td>
<td>Hours as a number (0 to 23)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>hh</strong></td>
<td>Hours as a number but with leading zeroes (00 to 23)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>m</strong></td>
<td>Minutes as a number (0 to 59)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>mm</strong></td>
<td>Minutes as a number but with leading zeros (00 to 59)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>s</strong></td>
<td>Seconds as a number (0 to 59)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>ss</strong></td>
<td>Seconds as a number but with leading zeros (00 to 59)</td>
</tr>
<tr>
<td style="text-align: center;"><strong>AM/PM</strong></td>
<td>(or am/pm) Displays if AM or PM time</td>
</tr>
</tbody>
</table>
<h4>Miscellaneous codes</h4>
<table style="width: 100%;" border="0" cellpadding="10">
<tbody>
<tr>
<td style="width: 100px; text-align: center;"><strong>Colors</strong></td>
<td>To display the cells in different colors you can use BLACK], [BLUE], [CYAN], [GREEN], [MEGENTA], [RED], [WHITE], [YELLOW]</p>
<p>Alternatively you can use [COLOR n] where n is 1 to 56 of the Excel color palette.</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Conditions</strong></td>
<td>It is possible to use the conditions &lt;, &gt;, =, &gt;=, &lt;= and &lt;&gt; to set up conditional formatting. For example if you used the formatting [Red] [&lt;=100] ; [Blue] [&gt;100]</p>
<p>Numbers equal or less than 100 will be displayed in red, where as anything over 100 will be displayed in blue.</td>
</tr>
</tbody>
</table>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
]]></content:encoded>
			<wfw:commentRss>http://excel-expert.com/2010/01/excel-custom-number-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel handy keyboard shortcuts</title>
		<link>http://excel-expert.com/2010/01/excel-handy-keyboard-shortcuts/</link>
		<comments>http://excel-expert.com/2010/01/excel-handy-keyboard-shortcuts/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:23:28 +0000</pubDate>
		<dc:creator>Excel Expert</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Shortcuts]]></category>

		<guid isPermaLink="false">http://excel-expert.com/?p=284</guid>
		<description><![CDATA[There are hundreds of keyboard shortcuts in Excel all peforming some very specific tasks. So which ones are useful and which ones aren’t? In this short guide we have selected some of the handiest keyboard shortcuts, which will save you loads of time and effort. Inserting Inserting a row Select a cell where you want [...]]]></description>
			<content:encoded><![CDATA[<p>There are hundreds of keyboard shortcuts in Excel all peforming some very specific tasks. So which ones are useful and which ones aren’t?</p>
<p>In this short guide we have selected some of the handiest keyboard shortcuts, which will save you loads of time and effort.</p>
<p><span id="more-284"></span></p>
<h4>Inserting</h4>
<h3><em>Inserting a row</em></h3>
<p>Select a cell where you want to insert a row, then press <span style="color: #339966;"><strong>Alt</strong></span> &amp;<span style="color: #339966;"><strong> i</strong></span> followed by <span style="color: #339966;"><strong>r</strong></span></p>
<h3><em>Inserting a column</em></h3>
<p>Select a cell where you want to insert a column, then press <strong><span style="color: #339966;">Alt</span></strong> &amp;<strong><span style="color: #339966;"> i</span></strong> followed by <strong><span style="color: #339966;">c</span></strong></p>
<h3><em>Inserting a worksheet</em></h3>
<p>Press <span style="color: #339966;"><strong>Alt</strong></span> &amp;<span style="color: #339966;"><strong> i</strong></span> followed by <span style="color: #339966;"><strong>w</strong></span></p>
<h4>Moving About</h4>
<h3><em>Go to the next worksheet</em></h3>
<p>Press<span style="color: #339966;"><strong> Ctrl</strong></span> &amp; <strong><span style="color: #339966;">Page Down</span></strong></p>
<h3><em>Go to the previous worksheet</em></h3>
<p>Press <span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Page Up</strong></span></p>
<h3><em>Open a new workbook</em></h3>
<p>Press <span style="color: #339966;"><strong>Ctrl</strong></span> &amp;<strong><span style="color: #339966;"> n</span></strong></p>
<h3><em>Move to any cell</em></h3>
<p>Press <strong><span style="color: #339966;">Ctrl</span></strong> &amp; <span style="color: #339966;"><strong>g</strong></span> and enter the cell reference you want to jump to (e.g. G20) – Handy for quickly moving around large sheets</p>
<h3><em>Move to last cell in data region</em></h3>
<p>Press <span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>End</strong></span> to move to the bottom right corner of your data. This finds the last columns and rows that contain data, so the cell it jumps to may be empty, however there will be no data to the right or below this point.</p>
<h3><em>Move to top, left corner (A1)</em></h3>
<p>Press <span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Home</strong></span> to return to cell A1</p>
<h4>Selecting cells and ranges</h4>
<p>Select all the cells on the current sheet</p>
<p>Press<span style="color: #339966;"><strong> Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>a</strong></span></p>
<p>Note – This works in two ways. If you select a cell in a blank area before pressing <span style="color: #339966;"><strong>Ctrl</strong></span> &amp;<span style="color: #339966;"><strong> a</strong></span> it will select the whole sheet, however if you select a cell in an area with data in, it will just select the region with the data in. (<span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Shift</strong></span> &amp;<span style="color: #339966;"><strong> 8</strong></span> also selects a region of data in the same way)</p>
<h4>Selecting cells in rows and columns</h4>
<p><span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Shift</strong></span> &amp; <strong><span style="color: #339966;">Up Arrow</span></strong> – Will select the current cells and all the cells above</p>
<p><span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Shift</strong></span> &amp; <span style="color: #339966;"><strong>Down Arrow</strong></span> – Will select the current cells and all the cells below</p>
<p><span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <strong><span style="color: #339966;">Shift</span></strong> &amp; <strong><span style="color: #339966;">Right Arrow</span></strong> – Will select the current cells and all the cells to the right</p>
<p><span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <strong><span style="color: #339966;">Shift</span></strong> &amp; <strong><span style="color: #339966;">Left Arrow</span></strong> – Will select the current cells and all the cells to the left</p>
<p><span style="color: #339966;"><strong>Ctrl</strong></span> &amp; <span style="color: #339966;"><strong>Space</strong></span> – Will select the whole column</p>
<p><span style="color: #339966;"><strong>Shift</strong></span> &amp; <strong><span style="color: #339966;">Space</span></strong> – Well select the whole row</p>
<h4>Formatting</h4>
<h3><em>Open the format cells dialog box</em></h3>
<p>Select the cells you want to format followed by <span style="color: #339966;"><strong>Ctrl</strong></span> &amp;<span style="color: #339966;"><strong> 1</strong></span></p>
<h3><em>Edit cell content in cell</em></h3>
<p>To edit text in the cell rather than in the formula bar, select the cell and press <strong><span style="color: #339966;">F2</span></strong></p>
<h3><em>Enter line breaks in a cell</em></h3>
<p>To insert a line break in your text press <span style="color: #339966;"><strong>Alt</strong></span> &amp; <span style="color: #339966;"><strong>Enter</strong></span></p>
<h4>Odds and sods</h4>
<h3>Insert a sum formula</h3>
<p>Press<strong><span style="color: #339966;"> Ctrl </span></strong>&amp; <strong><span style="color: #339966;">=</span></strong> to enter =Sum() automatically</p>
<h3>Insert today’s date</h3>
<p>Press <strong><span style="color: #339966;">Ctrl</span></strong> &amp;<span style="color: #339966;"><strong> ;</strong></span> to enter today’s data</p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
]]></content:encoded>
			<wfw:commentRss>http://excel-expert.com/2010/01/excel-handy-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
