<?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>Microsoft Office Tips</title>
	<atom:link href="http://www.computergaga.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computergaga.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 12:15:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Locate the Locked Cells on a Worksheet</title>
		<link>http://www.computergaga.com/blog/2012/04/locate-the-locked-cells-on-a-worksheet/</link>
		<comments>http://www.computergaga.com/blog/2012/04/locate-the-locked-cells-on-a-worksheet/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 12:12:26 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[cell function]]></category>
		<category><![CDATA[conditional formatting]]></category>
		<category><![CDATA[excel spreadsheet]]></category>
		<category><![CDATA[locate locked cells]]></category>
		<category><![CDATA[locked cells]]></category>
		<category><![CDATA[protect]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=461</guid>
		<description><![CDATA[If you wish to protect the cells on a worksheet that contain formulas you will need to lock the cells first, whilst also ensuring that the cells users should be able to change are unlocked. It may have been a &#8230; <a href="http://www.computergaga.com/blog/2012/04/locate-the-locked-cells-on-a-worksheet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you wish to protect the cells on a worksheet that contain formulas you will need to lock the cells first, whilst also ensuring that the cells users should be able to change are unlocked.</p>
<p>It may have been a while since you worked on this worksheet and you are not sure which cells are locked and which are not. You need a fast method of locating the locked cells. Let&#8217;s use Conditional Formatting to highlight the cells that are already locked so they are easy to identify.<span id="more-461"></span></p>
<h2>Highlight the Locked Cells on a Worksheet</h2>
<ol>
<li>Select the range of cells you want to check</li>
<li>Click the <strong>Conditional Formatting</strong> button on the <strong>Home</strong> tab and select<strong> New Rule</strong> from the list</li>
<li>Select <strong>Use a formula to determine which cells to format</strong></li>
<li>Enter <em>=IF(CELL(&#8220;protect&#8221;,A1)=1,TRUE,FALSE)</em> in the box provided</li>
</ol>
<p>To identify the locked cells on a worksheet we can use the Cell function. The Cell function returns information about a cell, in this case whether it is protected. A1 represents the first cell in the selected range.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/find_locked_cells.jpg"><img class="alignnone size-medium wp-image-462" title="find_locked_cells" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/find_locked_cells-300x292.jpg" alt="Highlight the locked cells on a worksheet" width="300" height="292" /></a></p>
<ol start="5">
<li>Click the <strong>Format</strong> button and choose the formatting you want to apply</li>
<li>Click <strong>Ok</strong></li>
</ol>
<p>All cells that are locked will be highlighted making them easy to identify.</p>
<h2>Related Posts</h2>
<p><a href="http://www.computergaga.com/blog/2012/04/unleash-the-power-of-excels-cell-function/">Use Cell Function in Excel</a></p>
<p><a href="http://www.computergaga.com/excel/2007/intermediate/protection/protect_sheet.html">Protect your Formulas on an Excel Worksheet</a></p>
<p><a href="http://www.computergaga.com/excel/2007/intermediate/formatting_a_worksheet/conditional_formatting.html">Apply Conditional Formatting in Excel</a></p>
<p><script type="text/javascript">// <![CDATA[
  google_ad_client = "pub-3784551161756980"; /* 468x60 tutorial ad */ google_ad_slot = "3491020820"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p><iframe src="http://www.youtube.com/embed/wkfSyzksL0Y?hl=en&amp;fs=1" frameborder="0" width="425" height="349"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/04/locate-the-locked-cells-on-a-worksheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unleash the Power of Excel&#8217;s CELL Function</title>
		<link>http://www.computergaga.com/blog/2012/04/unleash-the-power-of-excels-cell-function/</link>
		<comments>http://www.computergaga.com/blog/2012/04/unleash-the-power-of-excels-cell-function/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 07:20:59 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Formulas]]></category>
		<category><![CDATA[cell formula]]></category>
		<category><![CDATA[cell function]]></category>
		<category><![CDATA[cells functions]]></category>
		<category><![CDATA[excel cell formula]]></category>
		<category><![CDATA[excel cell function]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=450</guid>
		<description><![CDATA[A very powerful function in Excel that is unknown by many is the Cell function. Use the Cell function to find information about a cell. This can include the cell&#8217;s number format, row number or whether it is locked or &#8230; <a href="http://www.computergaga.com/blog/2012/04/unleash-the-power-of-excels-cell-function/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A very powerful function in Excel that is unknown by many is the Cell function. Use the Cell function to find information about a cell. This can include the cell&#8217;s number format, row number or whether it is locked or protected.</p>
<p>There are times when this kind of functionality becomes extremely useful. Especially whilst Excel does not provide many other means of finding the number format of a cell, or whether it has been locked.<span id="more-450"></span></p>
<h2>The Excel Cell Function</h2>
<p>The Cell function is an Information function and requires two items of information to be able to work.</p>
<p>=CELL(<em>info_type</em>, <em>reference</em>)</p>
<p><strong>info_type</strong> &#8211; The type of information you would like to return about a cell.</p>
<p><strong>reference</strong> &#8211; The cell that you want to return the information for. If <em></em>omitted, the Cell function will retrieve information from the last cell that was changed.</p>
<h2>What Information can you Return about a Cell</h2>
<p>The Cell function can return any of the information listed below;</p>
<table>
<tbody>
<tr>
<th>info_type</th>
<th>Returns</th>
</tr>
</tbody>
<tbody>
<tr>
<td>&#8220;address&#8221;</td>
<td>Retrieves the cell&#8217;s reference as a text value</td>
</tr>
<tr>
<td>&#8220;col&#8221;</td>
<td>The column number of the cell</td>
</tr>
<tr>
<td>&#8220;color&#8221;</td>
<td>Retrieves 1 if the cell is formatted in colour for negative values, otherwise returns 0</td>
</tr>
<tr>
<td>&#8220;contents&#8221;</td>
<td>Retrieves the value in the cell, not a formula</td>
</tr>
<tr>
<td>&#8220;coord&#8221;</td>
<td>Returns the absolute reference of the cell</td>
</tr>
<tr>
<td>&#8220;filename&#8221;</td>
<td>The full filename and path of the file that contains the cell. If the file has not yet been saved, empty text (&#8220;&#8221;) is returned</td>
</tr>
<tr>
<td>&#8220;format&#8221;</td>
<td>The number format of the cell returned as a text value</td>
</tr>
<tr>
<td>&#8220;parenthesis&#8221;</td>
<td>Returns 1 if the cell is formatted with parenthesis, and 0 if not</td>
</tr>
<tr>
<td>&#8220;prefix&#8221;</td>
<td>Returns the label prefix of a cell as a text value. Returns a single quotation mark (&#8216;) if the text is left aligned, a double quotation mark (&#8220;) if the text is right aligned, caret (^) if the text is centred, a backslash (\) if the text is fill-aligned and empty text (&#8220;&#8221;) if it contains anything else</td>
</tr>
<tr>
<td>&#8220;protect&#8221;</td>
<td>Returns 0 if the cell is not locked and 1 if it is locked</td>
</tr>
<tr>
<td>&#8220;row&#8221;</td>
<td>Row number of the cell</td>
</tr>
<tr>
<td>&#8220;type&#8221;</td>
<td>Returns the type of data in the cell as a text value. Returns &#8220;b&#8221; if the cell is blank, &#8220;l&#8221; if it contains a text constant and &#8220;v&#8221; if it contains a value</td>
</tr>
<tr>
<td>&#8220;width&#8221;</td>
<td>The column width of the cell rounded of to an integer</td>
</tr>
</tbody>
</table>
<h2>Cell Function Examples</h2>
<p>Let&#8217;s see some examples of the Cell function in action based on the data below.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/cell_function.jpg"><img class="alignnone size-full wp-image-459" title="cell_function" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/cell_function.jpg" alt="Cell function examples" width="107" height="84" /></a></p>
<table>
<tbody>
<tr>
<td>=CELL(&#8220;address&#8221;, A2)</td>
<td>$A$2</td>
</tr>
<tr>
<td>=CELL(&#8220;format&#8221;, A2)</td>
<td>C2 (text value returned for the number format £#,##0.00)</td>
</tr>
<tr>
<td>=CELL(&#8220;type&#8221;, A1)</td>
<td>L (L is returned because A1 contains text)</td>
</tr>
<tr>
<td>=CELL(&#8220;format&#8221;, A3)</td>
<td>D1 (text value returned for the number format d-mmm-yy or dd-mmm-yy)</td>
</tr>
</tbody>
</table>
<p><a href="https://www.e-junkie.com/ecom/gb.php?ii=202215&amp;c=ib&amp;aff=109404&amp;cl=49044" target="ejejcsingle"><img src="http://www.computergaga.com/images/excel-formulas-ebook.png" alt="Excel formula ebook" width="500" height="60" /></a></p>
<h2>Related posts</h2>
<p><a href="http://www.computergaga.com/excel/functions/" target="_blank">List of Excel Functions</a></p>
<p><a href="http://www.computergaga.com/blog/2011/12/convert-text-into-a-date-format/" target="_blank">Convert text into a date format</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/04/unleash-the-power-of-excels-cell-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Sections in PowerPoint 2010</title>
		<link>http://www.computergaga.com/blog/2012/04/use-sections-in-powerpoint-2010/</link>
		<comments>http://www.computergaga.com/blog/2012/04/use-sections-in-powerpoint-2010/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 16:45:41 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[add a section]]></category>
		<category><![CDATA[add sections]]></category>
		<category><![CDATA[divide a presentation]]></category>
		<category><![CDATA[sections powerpoint 2010]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=440</guid>
		<description><![CDATA[Sections is a new feature to PowerPoint 2010 making it easier to organise and manage the slides of your presentation. By adding sections to your presentation you can group slides under meaningful names. This makes it easier to work with &#8230; <a href="http://www.computergaga.com/blog/2012/04/use-sections-in-powerpoint-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sections is a new feature to PowerPoint 2010 making it easier to organise and manage the slides of your presentation. By adding sections to your presentation you can group slides under meaningful names. This makes it easier to work with the slides of a large presentation as each section can be hidden and shown as and when required.</p>
<p>Sections can also be used for better collaboration with other members of your team. Ownership amongst a team can be distributed by section rather than a selection of slides.<span id="more-440"></span></p>
<h2><strong>Add a Section to a Presentation</strong></h2>
<p>To a add a section to your presentation;</p>
<ol>
<li>Select the slide to become the first slide of the new section</li>
<li>Click the <strong>Section</strong> button on the <strong>Home</strong> tab of the Ribbon and select <strong>Add Section</strong> from the list</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/Add_section.jpg"><img class="alignnone size-full wp-image-441" title="Add_section" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/Add_section.jpg" alt="Add a section to a presentation" width="163" height="167" /></a></p>
<h2><strong>Rename or Remove a section</strong></h2>
<p>When adding a section it is immediately given the name <strong>Untitled Section</strong>. This can then be renamed to something more meaningful or removed if no longer required.</p>
<ol>
<li>Select the section you want to rename or remove</li>
<li>Click the <strong>Section</strong> button on the <strong>Home</strong> tab and select <strong>Rename Section</strong> or <strong>Remove Section</strong> from the list</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/rename_section.jpg"><img class="alignnone size-medium wp-image-442" title="rename_section" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/rename_section-300x205.jpg" alt="Rename a section" width="300" height="205" /></a></p>
<ol start="3">
<li>If renaming a section you need to enter the new name you want to use and click <strong>Ok</strong></li>
</ol>
<h2>Collapse and Expand Section</h2>
<p>Once a presentation has been divided into sections, these divisions can then be collapsed and expanded to help you work with your slides.</p>
<p>This is a great feature for when working as a team on a presentation. Each team members section can be named appropriately. These sections can then be hidden and shown so that you can focus only on the slides you need to.</p>
<p>To collapse a section, click on the black arrow as shown below for the Recent Progress section. To expand a section, click on the white arrow as seen below in the Introduction section.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/collapsed.jpg"><img class="alignnone size-full wp-image-443" title="collapsed" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/collapsed.jpg" alt="A collapsed section in PowerPoint 2010" width="241" height="227" /></a></p>
<h2>Jump to a section in a slide show</h2>
<p>When a presentation has been divided into sections, you can jump to a specific section of a slide a show aswell as the traditional jump to slide feature.</p>
<p>To jump to a section of a slide show;</p>
<ol>
<li>When in Slide Show view, click on the <strong>Slide Selection</strong> button on the Slide Show toolbar</li>
<li>Select <strong>Go To Section</strong> and click on the section you would like to jump to</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/go_to_section.jpg"><img class="alignnone size-full wp-image-445" title="go_to_section" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/go_to_section.jpg" alt="Jump to a section of a slide show" width="273" height="272" /></a></p>
<h2>Related Tutorials</h2>
<p><a title="Working with the Slide Show Toolbar" href="http://www.computergaga.com/powerpoint/2007/foundation/slide_show/slide_show_toolbar.html" target="_blank">Working with the Slide Show Toolbar</a></p>
<p><a title="Delivering a slide show in PowerPoint" href="http://www.computergaga.com/powerpoint/2007/foundation/slide_show/delivering_a_presentation.html" target="_blank">Delivering a Slide Show in PowerPoint</a></p>
<p><a title="Create a photo album in PowerPoint" href="http://www.computergaga.com/blog/2012/01/create-a-photo-album-in-powerpoint/" target="_blank">Create a Photo Album in PowerPoint</a></p>
<p><iframe src="http://www.youtube.com/embed/HH5H1FkRCZg?hl=en&amp;fs=1" frameborder="0" width="425" height="349"></iframe></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-3784551161756980"; /* 468x60 tutorial ad */ google_ad_slot = "3491020820"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/04/use-sections-in-powerpoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entering Fractions into Excel</title>
		<link>http://www.computergaga.com/blog/2012/04/entering-fractions-into-excel/</link>
		<comments>http://www.computergaga.com/blog/2012/04/entering-fractions-into-excel/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 16:56:24 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[fractions]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=432</guid>
		<description><![CDATA[Entering fractions into Excel can be confusing. When a fraction is entered, Excel converts the value to a date format e.g. 1/2 is stored as 01-Feb. This is frustrating and without storing the value correctly as a fraction, any formulas &#8230; <a href="http://www.computergaga.com/blog/2012/04/entering-fractions-into-excel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Entering fractions into Excel can be confusing. When a fraction is entered, Excel converts the value to a date format e.g. 1/2 is stored as 01-Feb.</p>
<p>This is frustrating and without storing the value correctly as a fraction, any formulas dependent upon this value will not work correctly.<span id="more-432"></span></p>
<p>To enter a fraction in Excel, type a 0 and a space followed by the fraction. Excel then stores the number as a fraction and reduces it to the smallest possible denominator. So if you type 0 2/16, Excel stores it as 1/8.</p>
<p>Now with a fraction stored correctly the cell can be referred to within formulas without error. Further formatting can also be applied to the cell through the <strong>Format Cells</strong> dialogue box.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/format_cells.jpg"><img class="alignnone size-medium wp-image-433" title="format_cells" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/format_cells-300x269.jpg" alt="Formatting fractions in Excel" width="300" height="269" /></a></p>
<p>If you have entered a number as a decimal, this can easily be converted to a fraction by using the <strong>Number format</strong> list. If you enter the number 0.25, or it is returned as the result of a formula, it can be formatted as a fraction to get 1/4.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/04/number_format.jpg"><img class="alignnone size-medium wp-image-434" title="number_format" src="http://www.computergaga.com/blog/wp-content/uploads/2012/04/number_format-123x300.jpg" alt="Format a decimal as a fraction in Excel" width="123" height="300" /></a></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-3784551161756980"; /* 468x60 tutorial ad */ google_ad_slot = "3491020820"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/04/entering-fractions-into-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the Default Paste Setting in Word</title>
		<link>http://www.computergaga.com/blog/2012/03/change-the-default-paste-setting-in-word/</link>
		<comments>http://www.computergaga.com/blog/2012/03/change-the-default-paste-setting-in-word/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 10:51:19 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Word]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[default paste setting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[keep text only]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[paste special]]></category>
		<category><![CDATA[unformatted text]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=427</guid>
		<description><![CDATA[When pasting data from another program such as the Internet into a Word document, it is normally a good idea to paste as unformatted text. This removes any source formatting from the copied text. This can be achieved by using &#8230; <a href="http://www.computergaga.com/blog/2012/03/change-the-default-paste-setting-in-word/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When pasting data from another program such as the Internet into a Word document, it is normally a good idea to paste as unformatted text. This removes any source formatting from the copied text.</p>
<p>This can be achieved by using Paste Special rather than a normal paste or Ctrl + V. However if you regularly copy data from the Internet into a Word document you might find the need to use Paste Special each time quite irritating.</p>
<p>Fortunately Word provides a way for you to change the default paste setting for when pasting data between programs.<span id="more-427"></span></p>
<h2>Change the Default Paste Setting</h2>
<p>In Word 2007;</p>
<ol>
<li>Click the <strong>Office</strong> button and then click the <strong>Word Options</strong> button</li>
<li>Select the <strong>Advanced</strong> category form the list on the left</li>
<li>Scroll down to the <strong>Cut, copy and paste</strong> section an choose <strong>Keep Text Only</strong> from the <strong>Pasting from other programs</strong> list</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/03/paste_between_programs.jpg"><img class="alignnone size-medium wp-image-428" title="paste_between_programs" src="http://www.computergaga.com/blog/wp-content/uploads/2012/03/paste_between_programs-300x202.jpg" alt="Default paste settings in Word 2007" width="300" height="202" /></a></p>
<p>You can also change the default setting for pasting within a Word document, between Word documents or when there is a style definition conflict. It is a good idea to keep the source formatting when pasting within or between Word documents so these settings can be left alone.</p>
<ol start="4">
<li>Click <strong>Ok</strong> to save and close the dialogue box</li>
</ol>
<p>The procedure for Word 2010 is similar to 2007.</p>
<h2>More Word Tutorials</h2>
<p><a href="http://www.computergaga.com/blog/2012/02/control-the-flow-of-text-with-pagination-settings/">Control text flow using pagination settings</a></p>
<p><a href="http://www.computergaga.com/blog/2012/01/5-time-saving-microsoft-word-tricks/">5 time saving Word tricks</a></p>
<p><a href="http://www.computergaga.com/blog/2011/12/change-the-default-file-location-for-saving-documents/">Change the default file location for saving documents</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/03/change-the-default-paste-setting-in-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Microsoft Visio Shortcuts</title>
		<link>http://www.computergaga.com/blog/2012/03/awesome-microsoft-visio-shortcuts/</link>
		<comments>http://www.computergaga.com/blog/2012/03/awesome-microsoft-visio-shortcuts/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 15:54:38 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Visio]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[microsoft visio]]></category>
		<category><![CDATA[visio keyboard shortcuts]]></category>
		<category><![CDATA[visio shortcuts]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=424</guid>
		<description><![CDATA[Shortcuts will save you time when creating your Visio diagrams that you could spend elsewhere. Alot of the features and comands in Visio are easier to access for fans of keyboard shortcuts and other speedy tactics. Listed below are my &#8230; <a href="http://www.computergaga.com/blog/2012/03/awesome-microsoft-visio-shortcuts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Shortcuts will save you time when creating your Visio diagrams that you could spend elsewhere. Alot of the features and comands in Visio are easier to access for fans of keyboard shortcuts and other speedy tactics.</p>
<p>Listed below are my favourite Microsoft Visio shortcuts.<span id="more-424"></span></p>
<h2>Moving Around a Diagram</h2>
<ul>
<li>Zoom In &#8211; Ctrl + Shift + Left Mouse Click or Ctrl + Mouse Wheel Up</li>
<li>Zoom Out &#8211; Ctrl + Shift + Right Mouse Click or Ctrl + Mouse Wheel Down</li>
<li>Zoom to Whole Page &#8211; Ctrl + W</li>
<li>Pan &#8211; Ctrl + Shift + Right Mouse Drag (Awesome shortcut when zoomed in for detail)</li>
<li>Next Page &#8211; Ctrl + Page Down</li>
<li>Previous Page &#8211; Ctrl + Page Up</li>
<li>Full Screen &#8211; F5</li>
</ul>
<h2>Working with Shapes</h2>
<ul>
<li>Pointer Tool &#8211; Ctrl + 1</li>
<li>Text Tool &#8211; Ctrl + 2</li>
<li>Connector Tool &#8211; Ctrl + 3</li>
<li>Duplicate &#8211; Ctrl + D</li>
<li>Duplicate and Move &#8211; Ctrl + Mouse Drag (Hold Shift aswell to align the duplicate shape with the original)</li>
<li>Group Shapes &#8211; Ctrl + Shift + G</li>
<li>Ungroup Shapes &#8211; Ctrl + Shift + U</li>
</ul>
<p>Use these Visio shortcuts to improve your productivity when creating Visio diagrams, and save time for the finer things in life such as drinking coffee and watching episodes of Buffy the Vampire Slayer.</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-3784551161756980"; /* 300x250 tutorial ad */ google_ad_slot = "4916403077"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/03/awesome-microsoft-visio-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlight Dates Over 30 Days Old</title>
		<link>http://www.computergaga.com/blog/2012/03/highlight-dates-over-30-days-old/</link>
		<comments>http://www.computergaga.com/blog/2012/03/highlight-dates-over-30-days-old/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 07:50:30 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[30 days old]]></category>
		<category><![CDATA[conditional formatting]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[highlight dates]]></category>
		<category><![CDATA[over 30 days]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=420</guid>
		<description><![CDATA[I was asked yesterday how to highlight dates that were over 30 days old. The situation was that the date of a transaction is recorded and the team need to be alerted when that date is older than 30 days. &#8230; <a href="http://www.computergaga.com/blog/2012/03/highlight-dates-over-30-days-old/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was asked yesterday how to highlight dates that were over 30 days old. The situation was that the date of a transaction is recorded and the team need to be alerted when that date is older than 30 days.</p>
<p>Because they wish to highlight the cell, Conditional Formatting will be used. A new rule will be created with criteria to find those dates older than 30 days.<span id="more-420"></span></p>
<h2>Create the Rule</h2>
<ol>
<li>Select the cells containing the dates you want to format</li>
<li>Click the <strong>Conditional Formatting</strong> button on the <strong>Home</strong> tab of the Ribbon and select <strong>New Rule</strong> from the list</li>
<li>Select <strong>Format only cells that contain</strong> as the rule type</li>
<li>Choose <strong>Cell Value</strong> from the first list and <strong>less than</strong> from the second list in the rule description</li>
<li>Enter the formula <em>=today()-30 </em>in the next box. This formula uses the <a title="Today function in Excel" href="http://www.computergaga.com/excel/functions/todayandnow.html" target="_blank">Today function</a> to find the current date and then subtracts 30 days from it</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/03/over_30_days.jpg"><img class="alignnone size-medium wp-image-421" title="over_30_days" src="http://www.computergaga.com/blog/wp-content/uploads/2012/03/over_30_days-300x211.jpg" alt="Highlight dates over 30 days old" width="300" height="211" /></a></p>
<ol start="6">
<li>Click the <strong>Format</strong> button and choose the formatting you wish to apply</li>
<li>Click <strong>Ok</strong></li>
</ol>
<p>All dates older than 30 days are highlighted with the formatting you chose.</p>
<p>Conditional Formatting is an extremely useful feature of Excel. Check out more Conditional Formatting tutorials below.</p>
<p><a title="Learn Conditional Formatting in Excel" href="http://www.computergaga.com/excel/2007/intermediate/formatting_a_worksheet/conditional_formatting.html" target="_blank">Learn Conditional Formatting in Excel</a></p>
<p><a href="http://www.computergaga.com/blog/2011/10/highlight-saturday-and-sunday-in-a-list/" target="_blank">Highlight Saturday and Sunday in a list</a></p>
<p><a href="http://www.lynda.com/home/otl.aspx?utm_medium=affiliate&amp;utm_source=ldc_affiliate&amp;utm_content=43&amp;utm_campaign=CD1806&amp;bid=43&amp;aid=CD1806&amp;opt="><img src="http://affiliates.lynda.com/42/1806/43/" alt="Want more from your software? Learn new skills." border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/03/highlight-dates-over-30-days-old/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Fixtures and League Table Generator</title>
		<link>http://www.computergaga.com/blog/2012/03/excel-fixtures-and-league-table-generator/</link>
		<comments>http://www.computergaga.com/blog/2012/03/excel-fixtures-and-league-table-generator/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 10:58:15 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[excel fixtures]]></category>
		<category><![CDATA[fixture list]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[league table]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=417</guid>
		<description><![CDATA[Due to popular demand I have created an Excel fixtures and league table generator. Following on from my fixture list creator and league table generator files, I was asked to create a combined file to create a fixture list and &#8230; <a href="http://www.computergaga.com/blog/2012/03/excel-fixtures-and-league-table-generator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to popular demand I have created an Excel fixtures and league table generator.</p>
<p>Following on from my fixture list creator and league table generator files, I was asked to create a combined file to create a fixture list and also generate a league table from results entered.</p>
<p>Download the <a href="http://www.computergaga.com/excel/files/excel_fixture_list_and_table.xlsm" target="_blank">Excel fixtures and league table generator</a>.</p>
<p>To use the file;</p>
<ol>
<li>Enter the teams competing and how many times they will play each other on the &#8220;<em>Teams</em>&#8221; sheet</li>
<li>Enter the results from fixtures on the &#8220;<em>fixtures</em>&#8221; sheet</li>
<li>View the league table on the &#8220;<em>League table</em>&#8221; sheet</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/03/excel-fixtures-and-league-table-generator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change Presentation Slide Numbering to Start From 0</title>
		<link>http://www.computergaga.com/blog/2012/03/change-presentation-slide-numbering-to-start-from-0/</link>
		<comments>http://www.computergaga.com/blog/2012/03/change-presentation-slide-numbering-to-start-from-0/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 10:05:39 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[0]]></category>
		<category><![CDATA[numbering]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[second slide]]></category>
		<category><![CDATA[slide number]]></category>
		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=412</guid>
		<description><![CDATA[When inserting slide numbers at the bottom of each slide of a PowerPoint presentation, it is common to remove the slide number from the Title slide. However the numbering begins from number 2 on the second slide. If you want &#8230; <a href="http://www.computergaga.com/blog/2012/03/change-presentation-slide-numbering-to-start-from-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When inserting slide numbers at the bottom of each slide of a PowerPoint presentation, it is common to remove the slide number from the Title slide. However the numbering begins from number 2 on the second slide.</p>
<p>If you want the slide numbering to start from number 1 on the second slide. You first need to remove the slide number from the Title slide, and then set the presentation slide numbering from 0.<span id="more-412"></span></p>
<h2>Remove Slide Numbering from the Title Slide</h2>
<p>To remove slide numbering from the Title slide of a presentation;</p>
<ol>
<li>Click the <strong>Insert</strong> tab on the Ribbon</li>
<li>Click the <strong>Slide Number</strong> button</li>
<li>Check the <strong>Don&#8217;t show on title slide</strong> box</li>
</ol>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/03/no_title_slide.jpg"><img class="alignnone size-medium wp-image-413" title="no_title_slide" src="http://www.computergaga.com/blog/wp-content/uploads/2012/03/no_title_slide-300x257.jpg" alt="Don't show slide numbers on the title slide" width="300" height="257" /></a></p>
<h2>Start the Slide Numbering from 0</h2>
<p>Setting the presentation slide numbering from 0 ensures that slide 2 is numbered as slide number 1.</p>
<ol>
<li>Click the <strong>Design</strong> tab on the Ribbon</li>
<li>Click the <strong>Page Setup</strong> button</li>
<li>Set the <strong>Number slides from:</strong> box to 0</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/03/change-presentation-slide-numbering-to-start-from-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control the Flow of Text with Pagination Settings</title>
		<link>http://www.computergaga.com/blog/2012/02/control-the-flow-of-text-with-pagination-settings/</link>
		<comments>http://www.computergaga.com/blog/2012/02/control-the-flow-of-text-with-pagination-settings/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 07:54:42 +0000</pubDate>
		<dc:creator>computergaga_blog</dc:creator>
				<category><![CDATA[Word]]></category>
		<category><![CDATA[flow of text]]></category>
		<category><![CDATA[keep lines together]]></category>
		<category><![CDATA[keep with next]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[orphan]]></category>
		<category><![CDATA[page break before]]></category>
		<category><![CDATA[pagination settings]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[widow]]></category>

		<guid isPermaLink="false">http://www.computergaga.com/blog/?p=405</guid>
		<description><![CDATA[Microsoft Word will control the flow of text across pages automatically using a number of settings. These include the paper size, the printer you are using and the margin sizes. Another factor that will affect the flow of text across &#8230; <a href="http://www.computergaga.com/blog/2012/02/control-the-flow-of-text-with-pagination-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft Word will control the flow of text across pages automatically using a number of settings. These include the paper size, the printer you are using and the margin sizes.</p>
<p>Another factor that will affect the flow of text across pages are each paragraphs pagination settings.The pagination settings are used to control how a paragraph breaks across pages.<span id="more-405"></span></p>
<h2>Using Pagination Settings</h2>
<p>To find the pagination settings in Word 2003, click <strong>Format</strong> &gt; <strong>Paragraph</strong> and then click the <strong>Line and Page Breaks</strong> tab.</p>
<p>In Word 2007 and 2010, click the Dialogue Box Launcher arrow in the corner of the <strong>Paragraph</strong> group on the <strong>Home</strong> tab. And then select the <strong>Line and Page Breaks</strong> tab.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/02/paragraph_settings.jpg"><img class="alignnone size-full wp-image-406" title="paragraph_settings" src="http://www.computergaga.com/blog/wp-content/uploads/2012/02/paragraph_settings.jpg" alt="Open the Paragraph dialogue box" width="211" height="143" /></a></p>
<p>The four options under the Pagination heading control the behaviour of a paragraph when breaking across pages.</p>
<p><a href="http://www.computergaga.com/blog/wp-content/uploads/2012/02/pagination_settings.jpg"><img class="alignnone size-medium wp-image-408" title="pagination_settings" src="http://www.computergaga.com/blog/wp-content/uploads/2012/02/pagination_settings-216x300.jpg" alt="Pagination setting in Word" width="216" height="300" /></a></p>
<h2>Widow/Orphan Control</h2>
<p>Prevents the first line of a paragraph left alone at the bottom of a page, or the last line of a paragraph placed alone at the top of the following page. This setting is turned on by default as it is always useful.</p>
<h2>Keep with next</h2>
<p>Word will ensure that paragraphs with this setting applied are kept on the same page as the next paragraph. Very useful for headings so that they are not stranded at the bottom of a page.</p>
<h2>Keep lines together</h2>
<p>Prevents the lines of a paragraph being broken across pages. All the lines of the paragraph will always be on the same page.</p>
<h2>Page break before</h2>
<p>Word ensures that this paragraph always appear at the top of a page. This setting is great for headings.</p>
<p>Pagination settings can be applied directly to paragraphs or used with styles. Using these settings with styles allows greater control in large documents. Word will control the text flow across pages for you, without you having to worry about inserting page breaks manually.</p>
<h2>More Tutorials</h2>
<p><a href="http://www.computergaga.com/word/2007/intermediate/page_formatting/insert_page_breaks.html">Inserting Page Breaks</a></p>
<p><a href="http://www.computergaga.com/word/2007/intermediate/page_formatting/use_sections.html">Using Section Breaks</a></p>
<p><a href="http://www.computergaga.com/word/2007/advanced/styles_and_themes/create_a_new_style.html">Create a New Style</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computergaga.com/blog/2012/02/control-the-flow-of-text-with-pagination-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

