<?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 Training UK</title>
	<atom:link href="http://www.exceltraining.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exceltraining.org.uk</link>
	<description>Excel Training resources and blog for beginner and advanced Microsoft Excel users</description>
	<lastBuildDate>Mon, 28 Jan 2013 13:49:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Turbocharge Your Spreadsheets with Excel Macros</title>
		<link>http://www.exceltraining.org.uk/excel-macros-vba/</link>
		<comments>http://www.exceltraining.org.uk/excel-macros-vba/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 15:46:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[excel macros]]></category>
		<category><![CDATA[excel time saving]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel turbo]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[vba for excel]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1259</guid>
		<description><![CDATA[<p>In this post our VBA for Excel trainer Mark explains how using macros is like turbocharging your car. It also helps eliminate human error! If Rolls Royce says it’s &#8220;Ok to turbo”, then it’s &#8220;Ok to turbo&#8221;&#8230; &#8230;if the Boss says it’s &#8220;Ok to Macro&#8221;, then it’s &#8220;Ok to macro&#8221;! There was a time (for [...]</p><p>The post <a href="http://www.exceltraining.org.uk/excel-macros-vba/">Turbocharge Your Spreadsheets with Excel Macros</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><em>In this post our <a title="VBA for Excel" href="http://www.exceltraining.org.uk/excel-training-courses/vba-excel-training/">VBA for Excel</a> trainer Mark explains how using macros is like turbocharging your car. It also helps eliminate human error!</em></p>
<p>If Rolls Royce says it’s &#8220;Ok to turbo”, then it’s &#8220;Ok to turbo&#8221;&#8230;</p>
<p>&#8230;if the Boss says it’s &#8220;Ok to Macro&#8221;, then it’s &#8220;Ok to macro&#8221;!</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1280" title="turbocharged-excel-spreadsheets" src="http://www.exceltraining.org.uk/excel-training-images/turbocharged-excel-spreadsheets1.jpg" alt="turbocharged-excel-spreadsheets" width="675" height="261" /></p>
<p>There was a time (for those of us old enough to remember) when a new word hit the motorcar market: &#8220;Turbo&#8221;. Some of us know it’s slang for &#8220;turbine&#8221; referring to the part that forces air into the engine rather than merely allowing air to be sucked into the engine resulting in a serious increase in engine speed and power.</p>
<p>For the boy (and girl) racers, they thought they’d died and gone to heaven, for manufacturers pushing an engine to the limits of it’s endurance sometimes resulted in lots of smoke pouring from under the bonnet, combined with the dashboard lit up like a Christmas tree.</p>
<p>So the upside, more power, MUCH more power, the downside, more to go wrong, and when it did, VERY wrong!</p>
<p>Now, where IS he going with this I hear you ask? <strong>Macros.<span id="more-1259"></span> </strong></p>
<p>Like Turbos to the “old skool”, Macros to the office Excel user is something we all know is there but some are a little vague about what it does and what the pros and cons are. So if you’re a hardened programmer (and you know who you are!) being reminded of the basics you learned long ago might irritate you but I respectfully submit it’s good to return to basics some times.</p>
<p>If you’re a code-virgin (you also will know if you are!), let me take you through the fundamentals. Don’t worry, it’s not illegal or immoral but might be fattening on account of how much time you might spend in front of the computer.</p>
<p>Rule 1: ANYTHING you can do in <a title="Excel" href="http://www.exceltraining.org.uk">Excel</a> (and the other office products for that matter) can be undertaken with a MACRO.</p>
<p>Rule2: ANYTHING done by a macro cannot be undone with the undo buttons.</p>
<p>Rule 3: ALWAYS work with a copy, never an original!</p>
<p>Got all that?!</p>
<p>In a nutshell, you can &#8220;teach&#8221; or program Excel to do a particular task that might be very repetitive or complex, and it will carry out everything you tell it to do at lightening speed.</p>
<p>For example, before the days of Excel 2007, one client turned up on a VBA course (Visual BASIC [Beginners All Symbolic Instruction Code]) and explained she worked for a credit card company. Occasionally, due to the odd bug in their system, some customers might get charged twice for an item. Now, I&#8217;m sure you and I would go into orbit without the proverbial apogee motor if this happened to us (I know I would!)</p>
<p>She presented me with a sheet of several hundred rows and around 35 columns and explained they’d been sorted into credit card number order (I should stress the REAL numbers had been removed and randomly generated unique numbers substituted). She would then look through for adjacent pairs and remove one of the duplicate pairs. This would take a horrendous amount of time.</p>
<p>I wrote a Macro to do this and when it ran, it carried out the whole process in just under 2 minutes, turbo style!</p>
<p>Previously, it would take a day for some one to do the same process by hand and inevitably, the sheer boredom would lead to mistakes.</p>
<p>To begin investigating Macros, use Alt+F11 when in Excel.</p>
<p>In the next instalment, we’ll deal with Macro security and the turning on the Developer Tab.</p>
<p>The post <a href="http://www.exceltraining.org.uk/excel-macros-vba/">Turbocharge Your Spreadsheets with Excel Macros</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/excel-macros-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using IF Statements in Excel</title>
		<link>http://www.exceltraining.org.uk/using-if-statements-in-excel/</link>
		<comments>http://www.exceltraining.org.uk/using-if-statements-in-excel/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 15:00:26 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Advanced Excel Training]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[excel help]]></category>
		<category><![CDATA[Excel IF Formula]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[IF Statement in Excel]]></category>
		<category><![CDATA[useful excel formulae]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1223</guid>
		<description><![CDATA[<p>The IF statement is a useful function of Microsoft Excel that can save a great deal of time spent on analysing and annotating data manually. It&#8217;s a versatile, advanced, formula that can be combined with other formulae where needed. This is exactly the sort of thing we&#8217;ll teach you in our Advanced Excel course. If [...]</p><p>The post <a href="http://www.exceltraining.org.uk/using-if-statements-in-excel/">Using IF Statements in Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-1250" style="margin: 0px 10px;" title="excel-if-statement" src="http://www.exceltraining.org.uk/excel-training-images/excel-if-statement.jpg" alt="excel-if-statement" width="243" height="209" />The IF statement is a useful function of Microsoft Excel that can save a great deal of time spent on analysing and annotating data manually.</p>
<p>It&#8217;s a versatile, advanced, formula that can be combined with other formulae where needed. This is exactly the sort of thing we&#8217;ll teach you in our <a title="Advanced Excel Course" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel course</a>.</p>
<p>If this is the kind of advanced Excel tip you find useful, you might also want to have a look at our tutorials on the <a title="VLOOKUP and HLOOKUP functions of Excel" href="http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/">VLOOKUP and HLOOKUP functions of Excel</a> and <a title="Conditional Formatting in Excel" href="http://www.exceltraining.org.uk/microsoft-excel-duplicate-values-unique-value/">Conditional Formatting in Excel</a>.</p>
<h2>How to Use the IF Formula in Excel</h2>
<p>The IF formula is built on a premise of auto-populating a field with the result of a true/false test.</p>
<p>For example, an employer may have a bonus structure where employees get a staggered bonus payment based on how much they sell in a month. If they make more than 60 sales, they get 5 times their sales in pounds in their pay packet! If they make less than 60 sales, they get 2 times their sales.</p>
<p>The formula looks like this: IF (logical_test, [value_if_true], [value_if_false]).</p>
<p>So, using the example above, we&#8217;d say =IF(b3&lt;60, 5, 2)</p>
<p><img class="aligncenter size-full wp-image-1225" title="Excel-IF-Formula1" src="http://www.exceltraining.org.uk/excel-training-images/Excel-IF-Formula1.jpg" alt="Excel-IF-Formula1" width="357" height="408" /></p>
<p><span id="more-1223"></span>You can then add another column to calculate their final bonus payment.</p>
<p><img class="aligncenter size-full wp-image-1226" title="Excel-IF-Formula2" src="http://www.exceltraining.org.uk/excel-training-images/Excel-IF-Formula2.jpg" alt="Excel-IF-Formula2" width="350" height="402" /></p>
<p>Alternatively, you could just put it all together in one formula &#8211; =IF(B3&lt;60, B3*5, B3*2):</p>
<p><img class="aligncenter size-full wp-image-1227" title="Excel-IF-Formula3" src="http://www.exceltraining.org.uk/excel-training-images/Excel-IF-Formula3.jpg" alt="Excel-IF-Formula3" width="393" height="408" /></p>
<p>You can also put two conditions in your IF formula. For example, if you want to restrict the higher bonuses to those who had not been late to work more than twice in the month:</p>
<p>=IF(AND(B3&gt;60,C3&lt;3), 5*B3, 2*B3)</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-1232" title="Excel-IF-Formula4" src="http://www.exceltraining.org.uk/excel-training-images/Excel-IF-Formula4.jpg" alt="Excel-IF-Formula4" width="450" height="373" /></p>
<p>So there you have it, how to enter an IF formula/IF statement, and base it on more than one condition.</p>
<p>The post <a href="http://www.exceltraining.org.uk/using-if-statements-in-excel/">Using IF Statements in Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/using-if-statements-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Sparkline in Excel</title>
		<link>http://www.exceltraining.org.uk/how-create-sparkline-excel/</link>
		<comments>http://www.exceltraining.org.uk/how-create-sparkline-excel/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 07:30:40 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel resources]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[Sparkline]]></category>
		<category><![CDATA[Sparklines in Excel]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1180</guid>
		<description><![CDATA[<p>Adding a sparkline graph to your Excel spreadsheet is an effective way of summarising your data in a visual aid, without having to take up space with a detailed graph. Microsoft Excel 2010 has a built-in sparklines feature, but you can easily create them in Excel 2007 &#8211; tutorial below. Our public Microsoft Excel for [...]</p><p>The post <a href="http://www.exceltraining.org.uk/how-create-sparkline-excel/">How to Create a Sparkline in Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Adding a sparkline graph to your Excel spreadsheet is an effective way of summarising your data in a visual aid, without having to take up space with a detailed graph.</p>
<p>Microsoft Excel 2010 has a built-in sparklines feature, but you can easily create them in Excel 2007 &#8211; tutorial below. Our public <a title="Microsoft Excel for Beginners course" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Microsoft Excel for Beginners course</a> teaches you how to use Excel 2010, but we&#8217;ll be happy to train you on  Excel 2007 if you choose a private course. (With regards to future <a title="updates to Microsoft Office" href="http://www.exceltraining.org.uk/microsoft-office-15-preview/">updates to Microsoft Office</a>, we&#8217;ll always check which version you&#8217;re using before we book you onto the course). This is the same for our <a title="Advanced Excel training" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel training</a> and <a title="VBA for Excel" href="http://www.exceltraining.org.uk/excel-training-courses/vba-excel-training/">VBA for Excel course</a>.</p>
<p>The main thing to remember about sparklines is that they are intended to be a simple visual of your data. If you find you want or need more labelling and legends, it&#8217;s worth going back to your usual graphs.</p>
<h2>Inserting a Sparkline in Excel</h2>
<p>Select the data labels for the X-axis, hold down Ctrl, and select the data for the Y axis.</p>
<p>Go to the Insert tab, choose Line and 2D-line</p>
<p><img class="aligncenter size-full wp-image-1186" title="Sparklines in Excel 1" src="http://www.exceltraining.org.uk/excel-training-images/Sparklines-1.png" alt="Sparklines in Excel 1" width="500" height="426" />With your basic graph now on the page, you could remove all the labels and legends manually. A much quicker way is to click on &#8216;Chart Layouts&#8217; in the Design tab and choose Layout 11 (no need to hover over them, it&#8217;s easily recognisable as the one that makes a sparkline as it has the least detail).<span id="more-1180"></span></p>
<p><img class="aligncenter size-full wp-image-1188" title="Sparklines in Excel 2" src="http://www.exceltraining.org.uk/excel-training-images/Sparklines-2.jpg" alt="Sparklines in Excel 2" width="500" height="507" />Now, drag your chart so one of its corners lines up with where you want it to be, then grab the opposite corner &amp; shrink it to the right size. Then hold down Alt and move the chart &#8211; it will snap into place with the spreadsheet gridlines.</p>
<p><img class="aligncenter size-full wp-image-1190" title="Sparklines in Excel 3" src="http://www.exceltraining.org.uk/excel-training-images/Sparklines-3.jpg" alt="Sparklines in Excel 3" width="396" height="449" /></p>
<p>Sparklines are all about making use of space, so you can get rid of white space in your graph by selecting it, going to the Layout tab, clicking on Axes, Primary Vertical Axes and More Primary Vertical Axes Options. Select &#8216;fixed&#8217; for the first two options, and enter the appropriate numbers.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1192" title="Sparklines in Excel 4" src="http://www.exceltraining.org.uk/excel-training-images/Sparklines-4.jpg" alt="Sparklines in Excel 4" width="500" height="253" /></p>
<p>Close this window (it will automatically apply changes) and look at your sparkline. If the axis labels have appeared on it, simply press &#8216;delete&#8217; to get rid of them.</p>
<p>And you&#8217;re done! Now you have your data nicely illustrated with a sparkline.</p>
<h2><img class="aligncenter size-full wp-image-1193" title="Sparklines in Excel 5" src="http://www.exceltraining.org.uk/excel-training-images/Sparklines-5.jpg" alt="Sparklines in Excel 5" width="300" height="429" /></h2>
<p>The post <a href="http://www.exceltraining.org.uk/how-create-sparkline-excel/">How to Create a Sparkline in Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/how-create-sparkline-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Print From Excel</title>
		<link>http://www.exceltraining.org.uk/how-to-print-from-excel/</link>
		<comments>http://www.exceltraining.org.uk/how-to-print-from-excel/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 12:29:22 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[how to print from excel]]></category>
		<category><![CDATA[printing from excel]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1153</guid>
		<description><![CDATA[<p>Printing from Excel can be a confusing task, especially when you have a large spreadsheet that needs to be easily read when printed. How many times have you hit the ‘print’ button before remembering that you don’t need the whole thing, or need it to all fit on one page? The first thing to remember [...]</p><p>The post <a href="http://www.exceltraining.org.uk/how-to-print-from-excel/">How to Print From Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Printing from Excel can be a confusing task, especially when you have a large spreadsheet that needs to be easily read when printed. How many times have you hit the ‘print’ button before remembering that you don’t need the whole thing, or need it to all fit on one page?</p>
<p><img class="alignright size-full wp-image-1166" title="print preview in Excel" src="http://www.exceltraining.org.uk/excel-training-images/excel-printing.jpg" alt="print preview in Excel" width="300" height="166" />The first thing to remember is that <strong>Print Preview is your friend</strong>. It’s a good idea to get into the habit of always previewing before you print – this will save you a lot of paper and time!</p>
<p>We cover the issue of printing from Excel in our <a title="Excel training" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Excel training</a> course. We also offer <a title="Advanced Excel training" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel training</a> and <a title="VBA for Excel" href="http://www.exceltraining.org.uk/excel-training-courses/vba-excel-training/">VBA for Excel</a>.</p>
<p>To get you started, here are some tips for things to consider before hitting that &#8216;print&#8217; button!</p>
<h2>How to specify how many pages you want your document to be</h2>
<p>You can put a limit on how many pages you want your document to be when printed.</p>
<p>If you use this option then you lose any manual page breaks (but see the next tip for how to get around this).<span id="more-1153"></span></p>
<p>For Excel 2007, on a PC:</p>
<ul>
<li>Choose the Page Layout tab</li>
<li>Click the little icon from the bottom right hand corner of the Page Setup group</li>
<li>Choose ‘Fit to’ and enter the number of pages wide and tall you’d like your print out to be</li>
<li>I advise going to ‘Print Preview’ now, rather than straight to ‘Print’, as you’ll need to check the printout won’t be scaled down so far as to not be readable!</li>
</ul>
<p>Using a Mac? Skip the first two steps and go straight to File, then Page Setup.</p>
<p>Using Excel 2010? Follow the procedure for a Mac or you can choose the Page Layout tab and go straight to Scale to Fit.</p>
<h2>How to specify either width or height – and keep your page breaks</h2>
<p>This option is useful if your spreadsheet has lots of rows or columns but not both. This option will keep in any manual page breaks you’ve added to which ever dimension you set to Automatic.</p>
<p>For Excel 2007 on a PC, or any version of Excel for Mac:</p>
<ul>
<li>Go to Page Setup by clicking the arrow in the bottom right-hand corner of the Page Layout tab</li>
<li>Choose Fit To, and enter the number for your specified width or height</li>
<li>Leave the other dimension blank (delete anything that’s been automatically populated) – this will set it to automatic.</li>
</ul>
<div style="text-align: center;"><img class="size-full wp-image-1157 aligncenter" title="how-to-print-from-excel" src="http://www.exceltraining.org.uk/excel-training-images/how-to-print-from-excel.jpg" alt="how-to-print-from-excel" width="500" height="441" /></div>
<p>For Excel 2010, on a PC:</p>
<ul>
<li>Choose the Page Layout tab</li>
<li>Select the Scale to Fit option for either width or height to 1 page, and set the other to Automatic</li>
<li>Print preview/print</li>
</ul>
<h2>Printing part of a spreadsheet</h2>
<p><img class="alignright size-full wp-image-1161" title="printing-from-excel" src="http://www.exceltraining.org.uk/excel-training-images/printing-from-excel.jpg" alt="printing-from-excel" width="300" height="170" /></p>
<p>To print just part of your spreadsheet, select the cells you want to print and choose the Page Layout tab. Click on ‘Print Area’ and ‘Set Print Area’. Next time you Print, or Print Preview, you’ll see your selected area.</p>
<p>Excel will remember your selection, so repeat the steps above and choose ‘Clear Print Area’ to remove it.</p>
<h2>Adjusting Margins</h2>
<p>If your spreadsheet is only slightly too big to fit on one page, you can adjust the page margins within the Print Preview, to squeeze it all on to one page.</p>
<p>When you’re in the Print Preview screen, and can see that just one column or row is on a second page, tick the box for ‘show margins’. You can then manually drag the page margins outwards until it’s all on one page.</p>
<p>As well as changing the page margins here, you can adjust column widths.</p>
<h2>Setting Print Titles</h2>
<p>Another thing to remember when printing large spreadsheets is that you may want your column titles/labels to appear on every page. If so, go to Page Set up then Print Titles and enter any rows or columns that need to appear on every printed page.</p>
<p>In this box, you can also select whether you’d like the gridlines or not, and which order you want the pages to print in.</p>
<p>The post <a href="http://www.exceltraining.org.uk/how-to-print-from-excel/">How to Print From Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/how-to-print-from-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reference Cells from Other Worksheets in a Formula</title>
		<link>http://www.exceltraining.org.uk/reference-worksheet-cells-in-formulas/</link>
		<comments>http://www.exceltraining.org.uk/reference-worksheet-cells-in-formulas/#comments</comments>
		<pubDate>Tue, 22 May 2012 10:55:10 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[excel formulas]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel training]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[how to excel]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[referencing cells]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1129</guid>
		<description><![CDATA[<p>This tutorial is covered on our Beginners Excel course, if you want to learn some more complex techniques then take a look at our Advanced Excel course outline. When constructing large spreadsheets it is likely that you will need to cross-reference data from different worksheets. An example of this could be monthly figures on individual worksheets [...]</p><p>The post <a href="http://www.exceltraining.org.uk/reference-worksheet-cells-in-formulas/">How to Reference Cells from Other Worksheets in a Formula</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This tutorial is covered on our <a title="Beginners Excel course" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Beginners Excel course</a>, if you want to learn some more complex techniques then take a look at our <a title="Advanced Excel course outline" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel course outline</a>.</p>
<p>When constructing large spreadsheets it is likely that you will need to cross-reference data from different worksheets.</p>
<p>An example of this could be monthly figures on individual worksheets and a total or yearly worksheet.</p>
<p>You can use a simple formula to automatically update the total figures based on the monthly worksheets but this means referencing cells in multiple worksheets in one formula. So how do you do this?</p>
<p>It is actually very simple. In this example I will show you how to add together two cells from separate worksheets into another worksheet using employee sales figures.</p>
<p>As you can see we have January, February &amp; Total worksheets.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1131" title="Reference cells  different worksheets in forumula excel tutorial" src="http://www.exceltraining.org.uk/excel-training-images/Reference-cells-from-different-worksheets-in-forumula-excel-tutorial.jpg" alt="Reference cells  different worksheets in forumula excel tutorial" width="675" height="104" /></p>
<p style="text-align: left;">We want to combine Rachel&#8217;s January and February sales figures to give us her total in 2012.<span id="more-1129"></span></p>
<p style="text-align: left;">1. Select the cell you want the total to appear in (in this case B2) on the &#8216;Total&#8217; worksheet.</p>
<p style="text-align: left;">2. Type the = sign</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1133" title="reference worksheet cells excel tutorial enter" src="http://www.exceltraining.org.uk/excel-training-images/reference-worksheet-cells-excel-tutorial-enter.jpg" alt="reference worksheet cells excel tutorial enter" width="545" height="253" /></p>
<p style="text-align: left;">3. Now click on the January worksheet and click on the first cell you want to add (B2)</p>
<p style="text-align: left;">4. Type the + sign</p>
<p style="text-align: left;">5. Click on the February worksheet and click on the second cell you want to add (B2)</p>
<p style="text-align: left;">6. You now have Rachel&#8217;s total sales! Press enter to close the formula and view the result.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1135" title="total from different worksheets excel formula" src="http://www.exceltraining.org.uk/excel-training-images/total-from-different-worksheets-excel-formula.jpg" alt="total from different worksheets excel formula" width="545" height="253" /></p>
<p style="text-align: left;">7. To get the total sales for all employees, simply drag down from the bottom right hand corner of B2 to fill out the column.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1136" title="sales totals excel formula tutorial" src="http://www.exceltraining.org.uk/excel-training-images/sales-totals-excel-forumla-tutorial.jpg" alt="sales totals excel formula tutorial" width="545" height="253" /></p>
<p style="text-align: left;">The same process applies for any formula. Just type the formula as you normally would but select the cells in the relevant worksheet.</p>
<p style="text-align: left;">You may have noticed that the cells are referenced with the worksheet name and a !</p>
<p style="text-align: left;">Excel references cells in other worksheets as &#8220;nameofworksheet!cell&#8221;.</p>
<p style="text-align: left;">This is how Excel determines that you want the information from B2 in January and not B2 in February or Total.</p>
<p style="text-align: left;">See more Excel tips on our <a title="Excel blog" href="http://www.exceltraining.org.uk/">Excel blog</a> or read our most recent tutorials:</p>
<ul>
<li><a title="Create a Dice Roller" href="http://www.exceltraining.org.uk/excel-dice-roller-tutorial/">Create a Dice Roller</a></li>
<li><a title="Use the VLOOKUP and HLOOKUP functions" href="http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/">Use the VLOOKUP and HLOOKUP functions</a></li>
<li><a title="Create a drop down list" href="http://www.exceltraining.org.uk/drop-down-list-tutorial/">Create a drop down list</a></li>
</ul>
<p>The post <a href="http://www.exceltraining.org.uk/reference-worksheet-cells-in-formulas/">How to Reference Cells from Other Worksheets in a Formula</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/reference-worksheet-cells-in-formulas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What To Expect From Microsoft Office 15</title>
		<link>http://www.exceltraining.org.uk/microsoft-office-15-preview/</link>
		<comments>http://www.exceltraining.org.uk/microsoft-office-15-preview/#comments</comments>
		<pubDate>Fri, 04 May 2012 07:42:11 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[Microsoft Office 15]]></category>
		<category><![CDATA[Microsoft Office 15 preview]]></category>
		<category><![CDATA[Microsoft Office 2012]]></category>
		<category><![CDATA[Office 15]]></category>
		<category><![CDATA[Office 15 preview]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1036</guid>
		<description><![CDATA[<p>Microsoft Office 15 is likely to be released late in 2012, or early 2013, with a public beta likely to show its face this summer. Its official name is likely to be determined by the year of release (let’s hope for Microsoft Office 2012 then!). The current technical Preview beta version is private, and users [...]</p><p>The post <a href="http://www.exceltraining.org.uk/microsoft-office-15-preview/">What To Expect From Microsoft Office 15</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Microsoft Office 15 is likely to be released late in 2012, or early 2013, with a public beta likely to show its face this summer. Its official name is likely to be determined by the year of release (let’s hope for Microsoft Office 2012 then!).</p>
<p><img class="alignright  wp-image-1065" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="microsoft-office-15-preview" src="http://www.exceltraining.org.uk/excel-training-images/microsoft-office-15.jpg" alt="microsoft-office-15-preview" width="239" height="119" />The current <a title="technical preview beta version" href="http://blogs.office.com/b/office-exec/archive/2012/01/30/quot-office-15-quot-begins-technical-preview.aspx" target="_blank">technical Preview beta version</a> is private, and users have to sign a non-disclosure agreement. Bits and pieces have slipped out – even screenshots – suggesting very exciting changes indeed.</p>
<p><a title="Paul Thurrott's" href="http://www.winsupersite.com/article/office/microsoft-office-15-preview-142569" target="_blank">Paul Thurrott’s</a> extensive screenshots and descriptions give you a thorough feel of the new developments – here are our top takeaways.</p>
<h2>Look and Feel</h2>
<p>The suggestion is that the Office 15 user experience will be a cleaner and more personal one.</p>
<p>As expected, Windows 8 design and concepts run through Office 15. Leaked versions run on the traditional desktop with a heavy influence from the new Windows Metro touch-screen style. A stepping stone, presumably.</p>
<h2>The Ribbon</h2>
<p>Love it or hate it, the ribbon (the one-touch UI of options, designed to avoid having to navigate through menus and toolbars) is still there &#8211; but hidden as default.</p>
<p>(Old version with ribbon)</p>
<p><img class="alignleft size-full wp-image-1043" title="Microsoft Office with Ribbon" src="http://www.exceltraining.org.uk/excel-training-images/with-ribbon.jpg" alt="Microsoft Office with Ribbon" width="300" height="76" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>(New version with hidden ribbon)</p>
<p><img class="alignleft size-full wp-image-1040" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Hidden ribbon in Microsoft Office 2012 version 15" src="http://www.exceltraining.org.uk/excel-training-images/no-ribbon.jpg" alt="Hidden ribbon in Microsoft Office 2012 version 15" width="591" height="128" /></p>
<p>&nbsp;</p>
<h2>Integrated Design Options</h2>
<p>Another first for Office version 15 is the introduction of a brand new tab for Design. This allows users to easily create and configure themes, borders, background colours and watermarks.</p>
<p>It’s likely that there will be extended video features for editing and broadcasting.</p>
<h2>Cloud Integration</h2>
<p>Microsoft Office 15 will automatically sign users into their Microsoft ID, including services such as Flickr, Windows Live Hotmail, Windows Live Messenger and SkyDrive. You can also set it to automatically connect to LinkedIn, SharePoint and Office 365.</p>
<p>When you select “Save As”, the top option will be to save the document to SkyDrive, followed by normal computer locations.</p>
<p><img class="alignleft size-full wp-image-1053" title="Microsoft Office 15 new features" src="http://www.exceltraining.org.uk/excel-training-images/office-15-skydrive.jpg" alt="Microsoft Office 15 new features" width="500" height="271" /></p>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2>Tablet users</h2>
<p>Tablet users will benefit from the new full-screen mode which allows more viewing space beyond the part of your screen that contains the keyboard.</p>
<p>There’s also a specific &#8216;touch mode&#8217; that increases the size of some buttons to make them easier to navigate by touch.</p>
<h2>Power</h2>
<p>Microsoft Office 2012 will use less memory and processing resources – which will certainly make it more accessible to tablet and notebook users.</p>
<h2>Individual Applications</h2>
<p>The majority of leaked updates and screenshots are focused on most people&#8217;s first stop &#8211; Microsoft Word.</p>
<p>The specific changes to the features of individual applications are, for the most part, yet to be seen. We’ll have to wait for the public Beta to be released in the summer to find out more!</p>
<p>(Images of Microsoft Office version 15 from <a title="winsupersite.com" href="http://www.winsupersite.com" target="_blank">winsupersite.com</a>.)</p>
<p>The post <a href="http://www.exceltraining.org.uk/microsoft-office-15-preview/">What To Expect From Microsoft Office 15</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/microsoft-office-15-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Dice Roller in Microsoft Excel 2007</title>
		<link>http://www.exceltraining.org.uk/excel-dice-roller-tutorial/</link>
		<comments>http://www.exceltraining.org.uk/excel-dice-roller-tutorial/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 07:30:39 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[create dice excel]]></category>
		<category><![CDATA[excel dice]]></category>
		<category><![CDATA[excel how to]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[microsoft excel dice roller tutorial]]></category>
		<category><![CDATA[microsoft excel tutorial]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=1011</guid>
		<description><![CDATA[<p>Use this Microsoft Excel tutorial to create your own dice roller, but why would you need to use Excel to roll your dice? You’ve decided to have a family night in and play Cluedo. You open up the box, set up the game and go to start. One problem: you’re missing the dice. You frantically [...]</p><p>The post <a href="http://www.exceltraining.org.uk/excel-dice-roller-tutorial/">How to Create a Dice Roller in Microsoft Excel 2007</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Use this Microsoft Excel tutorial to create your own dice roller, but why would you need to use Excel to roll your dice?</p>
<p><img class="alignright size-full wp-image-1024" title="Excel Dice Tutorial" src="http://www.exceltraining.org.uk/excel-training-images/Excel-Dice-Tutorial.jpg" alt="Excel Dice Tutorial" width="250" height="188" /></p>
<p>You’ve decided to have a family night in and play Cluedo. You open up the box, set up the game and go to start. One problem: you’re missing the dice. You frantically check all the other games; Monopoly,  Yahtzee, Risk and even Battleships – which doesn’t even have dice. As usual, there are none to be found – they’ve all disappeared. Probably down the back of the sofa or under some boxes in the wardrobe.</p>
<p>For some, this means that family night is over. For others, it’s time to open up Excel and create their own dice roller!</p>
<h2>How to create a dice roller in Microsoft Excel 2007</h2>
<p><strong></strong><img class="alignright size-full wp-image-1013" title="New Excel Spreadsheet" src="http://www.exceltraining.org.uk/excel-training-images/new-excel-spreadsheet.jpg" alt="New Excel Spreadsheet" width="113" height="44" />Step 1: Open up a blank spreadsheet in Excel.</p>
<p>Step 2: Select cell A1. From the Cells Menu within the Home Tab, select &#8216;Row Height&#8217; from the Format drop down and enter 41. This makes all of Row 1 square cells.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1015" title="Excel Change Row Height" src="http://www.exceltraining.org.uk/excel-training-images/excel-change-row-height.jpg" alt="Excel Change Row Height" width="675" height="353" /></p>
<p style="text-align: left;">Step 3: Enter the formula =INT(RAND()*6)+1 into cell A1.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1017" title="Create Dice In Excel 2007" src="http://www.exceltraining.org.uk/excel-training-images/create-dice-in-excel-2007.jpg" alt="Create Dice In Excel 2007" width="428" height="143" /></p>
<p style="text-align: left;">Step 4: Press F9 to roll your die, simply copy the formula into another cell if you want two or more dice. While you do have your dice working now, they don&#8217;t look very dicey, so here are some quick tips for formatting the cell. This is a great chance to show your kids (if you have any!) how to do some basic tricks in Excel.<span id="more-1011"></span></p>
<h2 style="text-align: left;">Excel Dice Tutorial: Formatting Your Cells to Look Like Dice</h2>
<p>Step 1: Center the text: Select cell A1 and center horizontally and vertically.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1018" title="Center Cells Excel Dice" src="http://www.exceltraining.org.uk/excel-training-images/formatting-excel-cell-dice.jpg" alt="Center Cells Excel Dice" width="458" height="235" /></p>
<p style="text-align: left;">Step 2: Make the number bigger: Select cell A1, change the font to Times New Roman (or any font of your choice), font size to 28 and make it bold.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1019" title="Excel Dice Tutorial Formatting" src="http://www.exceltraining.org.uk/excel-training-images/excel-dice-tutorial-formatting.jpg" alt="Excel Dice Tutorial Formatting" width="458" height="235" /></p>
<p style="text-align: left;">Step 3: Add a border: From the drop down menu for borders, select &#8216;Thick Outside Border&#8217;. This formatting actually looks better if you do it outside of Column A, Row 1 so use format painter to move your die into cell B2 and then clear A1 (or follow the steps above again)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1020" title="Applying Thick Border Excel 2007" src="http://www.exceltraining.org.uk/excel-training-images/applying-thick-border-excel-2007.jpg" alt="Applying Thick Border Excel 2007" width="426" height="339" /></p>
<p style="text-align: left;">Step 4: Copy and paste the cell into D2, and now you have a set of dice ready to play your game of Cluedo! Just press F9 to roll.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1021" title="Excel Dice Tutorial Finished" src="http://www.exceltraining.org.uk/excel-training-images/excel-dice-tutorial-finished.jpg" alt="Excel Dice Tutorial Finished" width="426" height="339" /></p>
<p>The post <a href="http://www.exceltraining.org.uk/excel-dice-roller-tutorial/">How to Create a Dice Roller in Microsoft Excel 2007</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/excel-dice-roller-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Excel Tutorial &#8211; How to Use the VLOOKUP and HLOOKUP functions</title>
		<link>http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/</link>
		<comments>http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 13:43:55 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[excel default settings]]></category>
		<category><![CDATA[Excel functions]]></category>
		<category><![CDATA[excel hints]]></category>
		<category><![CDATA[excel tips]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[HLOOKUP tutorial]]></category>
		<category><![CDATA[microsoft excel tips]]></category>
		<category><![CDATA[microsoft excel tutorial]]></category>
		<category><![CDATA[VLOOKUP tutorial]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=956</guid>
		<description><![CDATA[<p>This is a simple tutorial in just one of many easily overlooked Microsoft Excel functions. If you find lots of gaps like these in your Excel knowledge then one of our tailor-made Excel training courses will be just what you need. We have public courses in Beginners Excel Training and Advanced Excel Training, and we [...]</p><p>The post <a href="http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/">Excel Tutorial &#8211; How to Use the VLOOKUP and HLOOKUP functions</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This is a simple tutorial in just one of many easily overlooked Microsoft Excel functions. If you find lots of gaps like these in your Excel knowledge then one of our tailor-made Excel training courses will be just what you need. We have public courses in <a title="Beginners Excel Training" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Beginners Excel Training</a> and <a title="Advanced Excel Training" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/ ">Advanced Excel Training</a>, and we can also tailor a private course to suit the individual need of you or your business.</p>
<p>VLOOKUP and HLOOKUP allow you to search a data range for any value entered, and return information or a value based on that data. VLOOKUP allows you to search information formatted by column, HLOOKUP for information formatted by row.</p>
<p><span id="more-956"></span></p>
<p>For example, your primary school can use the function to create a vast spreadsheet of pupils’ test scores and their relevant grades/comments. This would be useful for grading &#8216;on the curve&#8217; &#8211; if you change the grade relating to each mark out of 10, you only have to do it once rather than for each pupil.</p>
<p><img class="size-full wp-image-957 alignright" src="http://www.exceltraining.org.uk/excel-training-images/Step1.jpg" alt="" width="300" height="205" /><strong>Step 1:</strong> Begin with the basic table &#8211; possible marks, grades and comments.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="size-full wp-image-965 alignright" title="step2" src="http://www.exceltraining.org.uk/excel-training-images/step2.jpg" alt="" width="300" height="238" /><strong>Step 2:</strong> Select this table (without headings) and enter a title into the name box.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-966" title="step3" src="http://www.exceltraining.org.uk/excel-training-images/step3.jpg" alt="" width="300" height="247" /><strong>Step 3:</strong> Create a new table – in this case of pupil names and marks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright  wp-image-981" title="step4" src="http://www.exceltraining.org.uk/excel-training-images/step41.jpg" alt="" width="400" height="109" /><strong>Step 4</strong>: Select the cell you want to enter the function in.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>This is the formula you’ll be using:</strong></p>
<p>=VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)</p>
<p>For tables that have been formatted by row, simply use the following formula instead =HLOOKUP(lookup_value, table_array, row_index_num, range_lookup)</p>
<p><img class="alignright size-full wp-image-984" title="Step5" src="http://www.exceltraining.org.uk/excel-training-images/Step51.jpg" alt="" width="300" height="81" /><strong>Step 5:</strong> The lookup_value is the value you want the spreadsheet to read, in this case cell B18.</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-987" title="Step6" src="http://www.exceltraining.org.uk/excel-training-images/Step62.jpg" alt="" width="300" height="81" /></p>
<p><strong>Step 6:</strong> Add a comma, then the table_array (table name)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-990" title="step7" src="http://www.exceltraining.org.uk/excel-training-images/step71.jpg" alt="" width="300" height="82" /><strong>Step 7:</strong> Add a comma, then the col_index_num &#8211; which column of data you want, so in this case column 2</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-991" title="step8" src="http://www.exceltraining.org.uk/excel-training-images/step81.jpg" alt="" width="300" height="60" /><strong>Step 8:</strong> Add a comma, then the range_lookup &#8211; either “true” or “false”; where “true” means to use information close to it, “false” means use only exact match data.</p>
<p>Close your bracket.</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-972" title="step9" src="http://www.exceltraining.org.uk/excel-training-images/step9.jpg" alt="" width="300" height="284" /><strong>Step 9:</strong> Press enter and the information will be retrieved</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-993" title="step10" src="http://www.exceltraining.org.uk/excel-training-images/step10.jpg" alt="" width="300" height="136" /><strong>Step 10:</strong> Repeat for any other columns of information you require</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-996" title="step11" src="http://www.exceltraining.org.uk/excel-training-images/step111.jpg" alt="" width="300" height="99" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignright size-full wp-image-975" title="step13" src="http://www.exceltraining.org.uk/excel-training-images/step13.jpg" alt="" width="300" height="275" /></p>
<p><strong>Step 11:</strong> Highlight and drag the cells down to copy the formula for the rest of the list.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><em><span style="text-decoration: underline;">Read more of our recent Microsoft Excel tutorials</span></em></p>
<ul>
<li><a title="How to Create Drop-Down Lists in Excel" href="http://www.exceltraining.org.uk/drop-down-list-tutorial/">How to Create Drop-Down Lists in Excel</a></li>
<li><a title="Excel Scenarios Tutorial" href="http://www.exceltraining.org.uk/excel-scenarios-tutorial/">Excel Scenarios Tutorial</a></li>
<li><a title="Pivot Table Slicers in Excel 2010" href="http://www.exceltraining.org.uk/pivot-table-slicers-tutorial/">Pivot Table Slicers in Excel 2010</a></li>
<li><a title="Excel Function Keyboard Shortcuts" href="http://www.exceltraining.org.uk/excel-function-shortcuts/">Excel Function Keyboard Shortcuts</a></li>
</ul>
<p>The post <a href="http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/">Excel Tutorial &#8211; How to Use the VLOOKUP and HLOOKUP functions</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/excel-tutorial-vlookup-hlookup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create Drop Down Lists in Microsoft Excel</title>
		<link>http://www.exceltraining.org.uk/drop-down-list-tutorial/</link>
		<comments>http://www.exceltraining.org.uk/drop-down-list-tutorial/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 07:30:39 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[drop down list tutorial]]></category>
		<category><![CDATA[drop down lists]]></category>
		<category><![CDATA[excel drop down list tutorial]]></category>
		<category><![CDATA[excel training]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[microsoft excel tutorial]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=935</guid>
		<description><![CDATA[<p>Sometimes, you just need to know how to do one thing in Excel and tutorial such as this is just what you need. However, if you find yourself always looking up how to do things and spending longer looking for solutions than actually using them then you should consider a Microsoft Excel Training course. Our [...]</p><p>The post <a href="http://www.exceltraining.org.uk/drop-down-list-tutorial/">How to Create Drop Down Lists in Microsoft Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Sometimes, you just need to know how to do one thing in Excel and tutorial such as this is just what you need. However, if you find yourself always looking up how to do things and spending longer looking for solutions than actually using them then you should consider a <a title="Microsoft Excel Training" href="http://www.exceltraining.org.uk/">Microsoft Excel Training</a> course. Our courses are tailored for all ability levels; we run public <a title="Beginner Excel training" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Beginner Excel training</a> and <a title="Advanced Excel training" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel training</a> but can also tailor a course specifically to your requirements. Call us on <strong>01273 622272</strong> to discuss the level of training suitable for you.</p>
<p>Using a drop down list in Excel can make data input a lot easier – after all, you don’t want to waste time typing in the same thing again and again!</p>
<h2>Preparing Your Excel Drop Down List Data</h2>
<p>To start with, let’s make a list. Writing it out in alphabetical order can help, as the cell order is the order in which they will appear in the drop down list (the drop down list won’t automatically reorder itself). In this example, we’ll be using a list of flowers.</p>
<p>First, we write out our flower names in cells A1-A7:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-936" title="excel-drop-down-list-tutorial-preparation" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-tutorial-preparation.jpg" alt="excel-drop-down-list-tutorial-preparation" width="300" height="219" /></p>
<h2>Creating the drop down list</h2>
<p><span id="more-935"></span>Once your source has been created, you can start creating the drop down list. Highlight all the cells you want your drop down list to appear in (here, we are using cells E2-E20):</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-937" title="creating-an-excel-drop-down-list-" src="http://www.exceltraining.org.uk/excel-training-images/creating-an-excel-drop-down-list-.jpg" alt="creating-an-excel-drop-down-list-" width="85" height="183" /></p>
<p>Next, click the data menu (at the top of the screen) and select <strong>validation</strong>. Scroll down on the “allow” list, and select “list”, like so:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-938" title="excel-drop-down-list-data-validation" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-data-validation.jpg" alt="excel-drop-down-list-data-validation" width="400" height="319" /></p>
<p>Next, click the source button:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-939" title="excel-drop-down-list-source" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-source.jpg" alt="excel-drop-down-list-source" width="400" height="59" /></p>
<p>and select our source list:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-940" title="excel-drop-down-list-source-list" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-source-list.jpg" alt="excel-drop-down-list-source-list" width="160" height="182" /></p>
<p>Finally, click OK!</p>
<p>You should now find that when you click any of the cells E2-E20 (or wherever you chose to place your drop down lists) that an arrow appears to the side of it:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-941" title="excel-drop-down-list-drop-down" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-drop-down.jpg" alt="excel-drop-down-list-drop-down" width="95" height="34" /></p>
<p>Clicking on the arrow will make your drop down box appear!</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-942" title="excel-drop-down-list-tutorial-final" src="http://www.exceltraining.org.uk/excel-training-images/excel-drop-down-list-tutorial-final.jpg" alt="excel-drop-down-list-tutorial-final" width="125" height="206" /></p>
<p>Now you are ready to use your drop down boxes, and won’t have to type anything too repetitive ever again!</p>
<p><em>Read more of our recent <a title="Microsoft Excel Tutorials" href="http://www.exceltraining.org.uk/">Microsoft Excel Tutorials</a>:</em></p>
<ul>
<li><a title="Excel Scenarios Tutorial" href="http://www.exceltraining.org.uk/excel-scenarios-tutorial/">Excel Scenarios Tutorial</a></li>
<li><a title="Pivot Table Slicers Excel Tutorial" href="http://www.exceltraining.org.uk/pivot-table-slicers-tutorial/">Pivot Table Slicers Excel Tutorial</a></li>
<li><a title="Joining Cells in Microsoft Excel Tutorial" href="http://www.exceltraining.org.uk/joining-cells-excel-tutorial/">Joining Cells in Microsoft Excel Tutorial</a></li>
</ul>
<p>The post <a href="http://www.exceltraining.org.uk/drop-down-list-tutorial/">How to Create Drop Down Lists in Microsoft Excel</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/drop-down-list-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel Tutorial: Scenarios</title>
		<link>http://www.exceltraining.org.uk/excel-scenarios-tutorial/</link>
		<comments>http://www.exceltraining.org.uk/excel-scenarios-tutorial/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:30:09 +0000</pubDate>
		<dc:creator>Andy Trainer</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[excel scenarios]]></category>
		<category><![CDATA[excel scenarios tutorial]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[microsoft excel tips]]></category>
		<category><![CDATA[scenarios]]></category>
		<category><![CDATA[what-if analysis]]></category>
		<category><![CDATA[what-if analysis tool]]></category>

		<guid isPermaLink="false">http://www.exceltraining.org.uk/?p=919</guid>
		<description><![CDATA[<p>This week&#8217;s Microsoft Excel tutorial is from one of our excellent Excel trainers, Jane. In this tutorial Jane shows us how to set up and show scenarios using Excel&#8217;s What-If tools. For more in-depth training in Excel come to Brighton for an Excel Workshop. We have courses for all levels including: Beginners Excel Training Advanced [...]</p><p>The post <a href="http://www.exceltraining.org.uk/excel-scenarios-tutorial/">Microsoft Excel Tutorial: Scenarios</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This week&#8217;s Microsoft Excel tutorial is from one of our excellent <a title="Excel trainers" href="http://www.exceltraining.org.uk/excel-training-courses/">Excel trainers</a>, Jane. In this tutorial Jane shows us how to set up and show scenarios using Excel&#8217;s What-If tools.</p>
<p>For more in-depth training in Excel come to Brighton for an Excel Workshop. We have courses for all levels including:</p>
<ul>
<li><a title="Beginners Excel Training" href="http://www.exceltraining.org.uk/excel-training-courses/beginners-excel-training/">Beginners Excel Training</a></li>
<li><a title="Advanced Excel Training" href="http://www.exceltraining.org.uk/excel-training-courses/advanced-excel-training/">Advanced Excel Training</a></li>
<li><a title="VBA for Excel Training" href="http://www.exceltraining.org.uk/excel-training-courses/vba-excel-training/">VBA for Excel Training</a></li>
</ul>
<p>If you want a course tailored to your needs then please call us on <strong>01273 622272</strong> as we also offer private and in-company training to suit you.</p>
<p>&#8220;The<strong> What-If Analysis</strong> tools in Excel enable the changing of values in cells to see how those changes affect the outcome of formulae. The <strong>Scenario Manager</strong> allows different scenarios to be created, for example to view results using different suppliers or for best  and worst case sales results.</p>
<p>Tip: The <strong>Scenario Report</strong> will use cell references, so naming the cells that will be used first, will make you scenarios much easier to read.</p>
<h2>Setting Up A Scenario</h2>
<ol>
<li>From the <strong>data</strong> tab, in the <strong>data tools</strong> group click <strong>what-if analysis</strong>.</li>
<li>Select <strong>scenario manager</strong> and click on <strong>ADD</strong> to add a scenario.<img class="size-full wp-image-922 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="excel-scenario-tutorial" src="http://www.exceltraining.org.uk/excel-training-images/excel-scenario-tutorial.jpg" alt="excel-scenario-tutorial" width="300" height="249" /></li>
<li>In the <strong>SCENARIO NAME</strong> box, enter a name for the scenario.</li>
<li>In the <strong>CHANGING CELLS</strong> box enter the cell address for the area you want to change or highlight it on the worksheet, then click OK.</li>
<li>To change the current input values, click into the relevant box and enter the new values.</li>
<li>Click on <strong>OK</strong> when you have finished.</li>
<li>If you want to add additional scenarios click on<strong> ADD</strong>.<span id="more-919"></span></li>
</ol>
<h2>Showing Scenarios</h2>
<ol>
<li>From the <strong>data</strong> tab, in the <strong>data tools</strong> group click <strong>what-if analysis</strong>, select <strong>scenario manager</strong>.</li>
<li>Select the scenario you want to use and click on the <strong>SHOW</strong> button and the cell values stored within the scenario will now appear on the worksheet.</li>
<li>Click on <strong>CLOSE</strong>.</li>
</ol>
<p>We have plenty more tutorials so have a look through the Excel resources or search for something specific. If there is a tutorial you would like to see or a niggling question about Excel then please leave a comment below and we will try to help you out.</p>
<h3>Read our last 4 Microsoft Excel Tutorials:</h3>
<p><a title="Guide to Microsoft Excel Pivot Table Slicers" href="http://www.exceltraining.org.uk/pivot-table-slicers-tutorial/">Guide to Microsoft Excel Pivot Table Slicers</a></p>
<p><a title="Joining Cells in MS Excel Tutorial" href="http://www.exceltraining.org.uk/joining-cells-excel-tutorial/">Joining Cells in MS Excel Tutorial</a></p>
<p><a title="Creating Gantt Charts in Excel 2007" href="http://www.exceltraining.org.uk/creating-gantt-charts-in-excel-2007/">Creating Gantt Charts in Excel 2007</a></p>
<p><a title="How to Freeze Panes in Microsoft Excel " href="http://www.exceltraining.org.uk/excel-freeze-panes/">How to Freeze Panes in Microsoft Excel </a></p>
<p>The post <a href="http://www.exceltraining.org.uk/excel-scenarios-tutorial/">Microsoft Excel Tutorial: Scenarios</a> appeared first on <a href="http://www.exceltraining.org.uk">Excel Training UK</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.exceltraining.org.uk/excel-scenarios-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
