<?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>Advanced Excel Archives - JPL IT Training Ltd</title>
	<atom:link href="https://www.jplcomputer.co.uk/tag/advanced-excel/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Microsoft Office Training and IT Consultancy</description>
	<lastBuildDate>Wed, 27 Aug 2025 14:42:38 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.jplcomputer.co.uk/wp-content/uploads/2021/05/jpl-logo.svg</url>
	<title>Advanced Excel Archives - JPL IT Training Ltd</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Between Symbol in Excel &#8211; is there one in you can use in an IF function?</title>
		<link>https://www.jplcomputer.co.uk/2025/08/27/between-symbol-in-excel/</link>
		
		<dc:creator><![CDATA[Rachel]]></dc:creator>
		<pubDate>Wed, 27 Aug 2025 08:28:25 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel training Herefordshire]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[IT training Herefordshire]]></category>
		<category><![CDATA[Microsoft Office Courses Herefordshire]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[IF Statement]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=10636</guid>

					<description><![CDATA[<p>Between Symbol in Excel &#8211; does this option exist in Excel to use in your [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2025/08/27/between-symbol-in-excel/">Between Symbol in Excel &#8211; is there one in you can use in an IF function?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Between Symbol in Excel &#8211; does this option exist in Excel to use in your formulas?</h2>
<p><img decoding="async" class="alignright wp-image-3895 size-full" src="https://www.jplcomputer.co.uk/wp-content/uploads/2019/11/Excel-icon.jpg" alt="Between symbol in Excel: Excel icon" />This week&#8217;s hint and tip is about how you can &#8216;create&#8217; a between symbol in Excel. There are a number of symbols in Excel and when comparing cells the greater than and less than ones are used a lot. We often get asked if there is a between symbol similar to these two and unfortunately no, but you are able to &#8216;create&#8217; one using a formula. This formula is covered on our <a href="https://www.jplcomputer.co.uk/advanced-excel-training-course/">Advanced Excel training course</a> but we decided to do a hint and tip on it with its use in this example too. We are going to go through it now below.</p>
<p>&nbsp;</p>
<h4>The AND function</h4>
<p>The AND function in Excel is a logical function that returns an outcome of TRUE if all the arguments are true and FALSE if at least one argument is false. We can use this AND function to test if something is greater than or equal to and less than or equal to something. This essentially is a way of testing for &#8216;between&#8217; in Excel.</p>
<p>&nbsp;</p>
<h4>Using a &#8216;between&#8217; symbol in an IF function</h4>
<p>A reminder of the layout of the IF function can be seen below with explanation of its parts:</p>
<p>=IF(logical test,Value_if_true,Value_if_false)</p>
<p>The logical test is what you are looking for or your ‘question’. Then the ‘Value_if_true’ part is the outcome of the test is true. Finally the ‘Value_if_false’ part is if the outcome of the test is false.</p>
<p>Often the logical test is looking to test if something is greater than or less than something, but you can also test for if something is between something. There isn&#8217;t a symbol for this, you have to use the AND function and nest it within the IF function. We&#8217;re going to show this below.</p>
<p>&nbsp;</p>
<h4>Worked example</h4>
<p>We are now going to create a formula that allows us to test for &#8216;between&#8217;. As there is no actual symbol on your keyboard for this, we are using the AND function to &#8216;create&#8217; this symbol. This is then being nested into the logical part of the IF function.</p>
<p>The formula we are going to use is shown below:</p>
<p>=IF(AND(B1&gt;=E1,B1&lt;=E2),B1*E3,E4)</p>
<p>The parts of the formula are explained below:</p>
<ul>
<li>Logical test: AND(B1&gt;=E1,B1&lt;=E2). This function is testing if B1 is greater than or equal to E1 and also if B1 is less than or equal to E2</li>
<li>Value if true: B1*E3. The outcome if it is true, a percentage calculation to work out the discount</li>
<li>value if false: E4. The outcome if it is false, nothing/zero</li>
</ul>
<p>As the AND function will only return a TRUE if all the arguments in it are true, this formula will only return TRUE if the cell B1 is &#8216;between&#8217; the two cells E1 and E2.</p>
<p>&nbsp;</p>
<p>The video below explains how you can create this &#8216;between&#8217; symbol and then use it within your formulas in <a href="https://www.jplcomputer.co.uk/microsoft-excel-training/">Excel</a>.</p>
<p>Watch the video below to find out more and then try it out on your computer!</p>
<p><iframe title="&#039;Between&#039; Symbol in Excel" src="https://www.youtube.com/embed/V2B-E6SAOQw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>We hope you have enjoyed this hint and tip. Why not take a look at our previous one on using the <a href="https://www.jplcomputer.co.uk/2025/07/31/evaluate-formula-in-excel/">Evaluate Formula option in Excel</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2025/08/27/between-symbol-in-excel/">Between Symbol in Excel &#8211; is there one in you can use in an IF function?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IF Statement in Excel &#8211; do you know how to create one?</title>
		<link>https://www.jplcomputer.co.uk/2019/12/11/if-statement/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Wed, 11 Dec 2019 10:46:18 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Nottinghamshire]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[IF Statement]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=3965</guid>

					<description><![CDATA[<p>IF Statement in Excel &#8211; do you know how to create one? Watch our video [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/12/11/if-statement/">IF Statement in Excel &#8211; do you know how to create one?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>IF Statement in Excel &#8211; do you know how to create one? Watch our video hint and tip to learn how</h2>
<p><img decoding="async" class="wp-image-3895 size-full alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2019/11/Excel-icon.jpg" alt="IF Statement: Excel icon" />This week&#8217;s hint and tip is about looking at the IF Statement. Some of you might have heard of the it before, but for some​ of you this might be a new territory in Excel. The IF Statement can be a very useful function in Excel. Due to this it is a good one to learn to then insert it within your Excel spreadsheets. This is on our <a href="https://www.jplcomputer.co.uk/intermediate-microsoft-excel-training-course/">Intermediate Excel training course</a> but as they are popular we decided to do a hint and tip on it too. We are going to go through it now below.</p>
<p>&nbsp;</p>
<h4>What are they?</h4>
<p>The IF Statement is a more complex formula in Excel that can be used in multiple types of spreadsheets. It allows you to test for something (or ‘ask a question’, e.g. is this cell larger than that cell) and then will give two outcomes, if it is true or if it is false.</p>
<p>&nbsp;</p>
<h4>The &#8216;layout&#8217;</h4>
<p>The two outcomes can either bring up a text-based answer/outcome or they can carry out a calculation. The IF statement ‘layout’ follows that of below:</p>
<p>=IF(logical test,Value_if_true,Value_if_false)</p>
<p>The logical test is what you are looking for or your ‘question’. Then the ‘Value_if_true’ part is the outcome of the test is true and then the ‘Value_if_false’ part is if the outcome of the test is false.</p>
<p>&nbsp;</p>
<h4>Outcomes you can have</h4>
<p>Now technically you can only have 2 outcomes with an IF Statement, a TRUE outcome or a FALSE outcome. However sometimes there might be an example where you would want 3 outcomes. This is possible by using nested statements, so you can nest an IF Statement inside another &#8211; but that is a topic for a hint and tip another time!</p>
<p>&nbsp;</p>
<p>The video below explains what an IF Statement is and how you can create one in Excel.</p>
<p>Watch the video below to find out more and then try it out using the example spreadsheet below in the button!</p>
<p><iframe title="The IF Statement in Excel" src="https://www.youtube.com/embed/A2_1kR8xogM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>Click <a href="https://www.jplcomputer.co.uk/wp-content/uploads/2019/12/IF-Statement-Exercise-11-12-19.xlsx">here</a> to download the example spreadsheet shown in the video to try it out yourself!</p>
<p>We hope you have enjoyed this hint and tip. Why not take a look at our previous one on using the <a href="https://www.jplcomputer.co.uk/2019/12/05/sum-function-in-excel/">SUM function within Excel</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/12/11/if-statement/">IF Statement in Excel &#8211; do you know how to create one?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SUM function in Excel &#8211; the different ways to generate it</title>
		<link>https://www.jplcomputer.co.uk/2019/12/05/sum-function-in-excel/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 05 Dec 2019 17:39:56 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Staffordshire]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[SUM function]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=3940</guid>

					<description><![CDATA[<p>SUM function in Excel &#8211; the different ways to generate it, have you tried them [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/12/05/sum-function-in-excel/">SUM function in Excel &#8211; the different ways to generate it</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>SUM function in Excel &#8211; the different ways to generate it, have you tried them all?</h2>
<p><img decoding="async" class="wp-image-3895 size-full alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2019/11/Excel-icon.jpg" alt="SUM function in Excel: Excel icon" />This week&#8217;s hint and tip is about the SUM function in Excel and the different ways that you can go about creating it. This function is​ covered on the <a href="https://www.jplcomputer.co.uk/basic-excel-training-course/">Basic Excel training course</a> and we are going to go through the different ways that you can create it on your computer.</p>
<p>The most common function in Excel is clearly the SUM function  and although most people generate this through AutoSum there are several other adaptations and ways of getting this.</p>
<p>&nbsp;</p>
<h4>AutoSum</h4>
<p>This is found on the Home Ribbon in Excel. There is also more than one option you can use it for if you click on the drop down arrow. The drop down arrow next to it allows you to so the SUM function but also some other common simple functions e.g. COUNT and MAX. To use this option you can either select your numbers and click on the AutoSum button and it will work it out for you, or you can click into the empty cell at the bottom of the list and click the AutoSum button and hit Enter and it will work it out again for you.</p>
<p>&nbsp;</p>
<h4>QA button</h4>
<p>To use this option, firstly select the list of numbers and once you have done this the QA button should appear bottom left of the list. Click on this button and select the Totals heading. Under here click on the Sum option and it will have worked out the answer for you.</p>
<p>&nbsp;</p>
<h4>Typing in the SUM function</h4>
<p>Another way is to just type in the SUM function into the cell. To do this, select the empty cell at the bottom of your list of figures and type in =SUM( from here you then need to select the range of cells you want adding up and then type in a close bracket ). Altogether the formula should look something like this: =SUM(A1:A3) (with the references being the numbers you selected). Then hit enter and it will have worked out the answer for you.</p>
<p>&nbsp;</p>
<h4>Alt =</h4>
<p>This is a shortcut way of doing the SUM function. You can either select the cells and type in the shortcut or you can just select the empty cell at the bottom of the list of numbers and type in the shortcut. Both will work out the answer for you. For multiple SUM formulas select the empty cells into which they will go and then type in the shortcut. This will then work out the SUM formula for multiple SUM formulas.</p>
<p>&nbsp;</p>
<h4>Creating a &#8216;nested function&#8217; using INDIRECT within the SUM function</h4>
<p>Nesting the INDIRECT function within your SUM function allows you to ensure that your SUM function will always include the first number at the top of your list in row 1 even when a new row is inserted above it. An example of this would be this function: =SUM(INDIRECT(&#8220;b1&#8221;):B4). This example is ensuring that the cell b1 is always included no matter how many rows are inserted above it.</p>
<p>&nbsp;</p>
<p>The video below shows you how to create the SUM function in the different ways on your computer in Excel.</p>
<p>Take a look below at the video to find out more and then try it out on your own computer! These are all summarised in text above too.</p>
<p><iframe title="Different Ways of Using the SUM Function in Excel" src="https://www.youtube.com/embed/_dnLMiPkRug?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<div id="left-area">
<article id="post-3940" class="et_pb_post post-3940 post type-post status-publish format-standard category-excel-tips category-hints-tips category-microsoft-office-courses-staffordshire tag-advanced-excel tag-excel-training tag-sum-function">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et-l et-l--post">
<div class="et_builder_inner_content et_pb_gutters2">
<div class="et_pb_section et_pb_section_0 et_section_regular">
<div class="et_pb_row et_pb_row_0">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p>We hope you have enjoyed this hint and tip. Why not take a look at our previous one on <a href="https://www.jplcomputer.co.uk/2019/11/27/three-simple-excel-tips/">some simple tips in Excel</a>?</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/12/05/sum-function-in-excel/">SUM function in Excel &#8211; the different ways to generate it</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Visio Add in &#8211; a new add in called &#8216;Visio Data Visualizer&#8217; in Excel</title>
		<link>https://www.jplcomputer.co.uk/2019/11/22/excel-visio-add-in/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Fri, 22 Nov 2019 16:48:09 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Derbyshire]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[excel visio add in]]></category>
		<category><![CDATA[visio data visualizer]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=3763</guid>

					<description><![CDATA[<p>Excel Visio Add in &#8211; the new Visio Data Visualizer add-in that has appeared in [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/11/22/excel-visio-add-in/">Excel Visio Add in &#8211; a new add in called &#8216;Visio Data Visualizer&#8217; in Excel</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Excel Visio Add in &#8211; the new Visio Data Visualizer add-in that has appeared in a recent Microsoft Office update</h2>
<p><img decoding="async" class="size-full wp-image-3895 alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2019/11/Excel-icon.jpg" alt="Excel Visio Add in: Excel icon" />This hint is for those people who are Office 365 subscribers and want to know what’s around the corner.</p>
<p>&nbsp;</p>
<p>Nowadays most people have the 365 version of Microsoft Office. This version comes with regular updates to the software. This regularly includes fixing any issues/bugs that may have come up. As well as this it also includes any new &#8216;add-ins&#8217; that might have been developed/created since the last update. There is a whole list of add-ins that are available for you to use within your Excel workbooks, you just need to add them into your workbook by searching for them in the Microsoft Store by clicking on the &#8216;Get Add-ins&#8217; or &#8216;Add-ins&#8217; button which is found on the Insert Tab.</p>
<p>If you want to do flowcharts in Microsoft you previously had to buy and use Visio or use the standard sheets and Smart Art diagrams in Excel. Now there is an add in called Visio Data Visualiser/ Here’s a simple screen print of one we’ve done.</p>
<p>You’ll need to see if you are licensed and able to use it but it&#8217;s pretty simple.</p>
<p>&nbsp;</p>
<h4>Steps to use it</h4>
<p>Firstly, open Excel and create a new Blank workbook. Select Insert &gt; Get Add-ins or Add-ins. In the Office Add-ins Store, search for “Data Visualizer&#8221;, and then select Add. It&#8217;s pretty straightforward to use and the refresh button is great. If you want to do more fancy flowcharts you will need a Visio license.</p>
<p>Open the <a href="https://www.jplcomputer.co.uk/wp-content/uploads/2019/11/Excel-Add-in-for-flowcharts.xlsx">attached Excel workbook here</a> and have a go!</p>
<p>When you click for the Excel workbook, it will allow you to download a copy to your computer to try out. To have a look at the flowchart straight away click on the &#8216;sign in later option&#8217;.</p>
<p>&nbsp;</p>
<p>Like this hint and tip? Why not take a look at our previous one on <a href="https://www.jplcomputer.co.uk/2019/11/15/word-track-changes/">Track Changes in Word</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2019/11/22/excel-visio-add-in/">Excel Visio Add in &#8211; a new add in called &#8216;Visio Data Visualizer&#8217; in Excel</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>News this week on BODMAS in Excel&#8230;do you know what it means?</title>
		<link>https://www.jplcomputer.co.uk/bodmas-in-excel</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 09 Nov 2017 12:15:34 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[bodmas in excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel Training]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=2168</guid>

					<description><![CDATA[<p>BODMAS in Excel This week was a first for John on a Basic Excel training [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/bodmas-in-excel">News this week on BODMAS in Excel&#8230;do you know what it means?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>BODMAS in Excel</h2>
<p>This week was a first for John on a Basic Excel training session he delivered for 6 people in Hereford. You may know the concept of BODMAS from your days back at school in the maths classroom, which dictates the order in which calculations are performed in an Excel formula. What BODMAS stands for is laid out below:</p>
<p><strong>BO</strong> &#8211; Brackets Over   ( )</p>
<p><strong>D</strong> &#8211; Division   /</p>
<p><strong>M</strong> &#8211; Multiplication   *</p>
<p><strong>A</strong> &#8211; Addition   +</p>
<p><strong>S</strong> &#8211; Subtraction   &#8211;</p>
<h3>Understanding the concept</h3>
<p>Even though it might not apply to your work on a daily basis, BODMAS is an important concept to know about in Excel. It is important to remember that Excel is a program and so it carries out calculations based on how it was programmed to do so. This is where BODMAS comes in to place. For example take a look at the calculation below:</p>
<p>A1 = 10  B1 = 5  C1 = 4           <strong>=A1+B1*C1</strong></p>
<p>In this example, I am trying to do a calculation to add A1 to B1 and then times it by C1, so in that scenario I would expect the answer to be 60. However if you put that calculation in to Excel, it would produce the answer as 30! The reason? BODMAS! The calculation has done B1*C1 first because multiplication comes above addition (look above), then it has added A1.</p>
<p>To make the calculation work the way we wanted to originally, we would have to amend it like so: <strong> =(A1+B1)*C1</strong>   This would now work as brackets are above everything else and so A1 would be added to B1 first!</p>
<p>Well, John set an exercise to test out the individual’s understanding of this concept before he got round to explaining how it works and on Wednesday 10<span style="font-size: 11.6667px;">th</span> November all 6 individuals got it correct. They were from Lithuania, Poland, Romania and Ukraine.  John was most impressed as it was the first time the whole class had given him the right answer in 21 years of training!</p>
<h3>Excel courses</h3>
<p>If you want to learn about BODMAS in Excel as well as other topics found in the package, why not take a look at our Agendas for our Excel courses on the website <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html" target="_blank" rel="noopener">here</a>. We are happy to help, <a href="https://www.jplcomputer.co.uk/contact.html" target="_blank" rel="noopener">contact us</a> for more information.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/bodmas-in-excel">News this week on BODMAS in Excel&#8230;do you know what it means?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Advanced Excel 2013 Training course at Two Rivers Housing</title>
		<link>https://www.jplcomputer.co.uk/2017/01/23/advanced-excel-2013-training/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 14:30:29 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Advanced Excel 2013]]></category>
		<category><![CDATA[Advanced Excel 2013 Training]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[Data Validation]]></category>
		<category><![CDATA[Data Validation in Excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[Excel 2013 Training]]></category>
		<category><![CDATA[Excel charts]]></category>
		<category><![CDATA[Excel courses]]></category>
		<category><![CDATA[excel skills]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[jpl]]></category>
		<category><![CDATA[JPL Computer Services Limited]]></category>
		<category><![CDATA[JPL IT Training Limited]]></category>
		<category><![CDATA[JPL Training]]></category>
		<category><![CDATA[MS office 2013]]></category>
		<category><![CDATA[Office 2013 training]]></category>
		<category><![CDATA[On Site Excel Training]]></category>
		<category><![CDATA[Pivot Tables]]></category>
		<category><![CDATA[Two Rivers Housing]]></category>
		<category><![CDATA[Vlookup]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1525</guid>

					<description><![CDATA[<p>Advanced Excel 2013 Training &#8211; Comments from attendees on an Advanced Excel 2013 Training course [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2017/01/23/advanced-excel-2013-training/">Advanced Excel 2013 Training course at Two Rivers Housing</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Advanced Excel 2013 Training &#8211;</h2>
<p>Comments from attendees on an <strong>Advanced Excel 2013</strong> <strong>Training</strong> course on 23rd &amp; 27th January run on their premises:</p>
<p>&#8220;Best part of the course: interactive and informative&#8221;.</p>
<p>&#8220;Best part of the course: enjoyed the varied learning style; some listening, some doing on own, some team work, etc.&#8221;.</p>
<p>&#8220;Very good. Best part of the course: how easy it was to follow (made tricky things seem easy)&#8221;.</p>
<p>&#8220;Clear and informative. Best part of the course: finding shorter ways of finding/sorting info and Pivot Tables&#8221;.</p>
<p>&#8220;Clear guidance and notes. Best part of the course: Pivot Tables, Vlookup, data validation&#8221;.</p>
<p>&#8220;Enjoyed today&#8217;s session, really got me thinking. Best part of the course: charts, validation, Vlookup&#8221;.</p>
<p><strong>&#8211; Maria, Jane, Amelia, Maegan, Debby and Nia</strong></p>
<p>The post <a href="https://www.jplcomputer.co.uk/2017/01/23/advanced-excel-2013-training/">Advanced Excel 2013 Training course at Two Rivers Housing</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Courses &#8211; an &#8216;Excellent&#8217; way to build on your Excel knowledge</title>
		<link>https://www.jplcomputer.co.uk/excel-courses</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 14:07:50 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Basic Excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[Excel 2010 Training]]></category>
		<category><![CDATA[Excel 2013]]></category>
		<category><![CDATA[Excel 2013 Training]]></category>
		<category><![CDATA[Excel courses]]></category>
		<category><![CDATA[excel skills]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[Intermediate Excel]]></category>
		<category><![CDATA[JPL Computer Services Limited]]></category>
		<category><![CDATA[JPL IT Training Limited]]></category>
		<category><![CDATA[JPL Training]]></category>
		<category><![CDATA[Master Class Excel]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[Microsoft Office 2013]]></category>
		<category><![CDATA[microsoft office training]]></category>
		<category><![CDATA[Office 2010 Training]]></category>
		<category><![CDATA[Office 2013 training]]></category>
		<category><![CDATA[On Site Excel Training]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1500</guid>

					<description><![CDATA[<p>Excel Courses Excel is definitely a really useful package, we could even say that it [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/excel-courses">Excel Courses &#8211; an &#8216;Excellent&#8217; way to build on your Excel knowledge</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Excel Courses</h2>
<p>Excel is definitely a really useful package, we could even say that it appears to be the most popular one to use out of the Microsoft Office packages (except maybe <a href="https://www.jplcomputer.co.uk/outlook" target="_blank" rel="noopener">Outlook</a>, as it is sometimes used as a mailing package for a business).</p>
<p><strong>Excel courses</strong> continue to be the bedrock of our core business. We have developed a whole range of courses to enable staff to progress through the levels of Excel starting with Basic and going all the way up!</p>
<p>Here’s a summary of what’s in each Excel course:</p>
<p><strong>Customer Comments</strong></p>
<p>Here are some comments off staff who’ve been on our excel courses (there are lots more on our website that you can view <a href="https://www.jplcomputer.co.uk/comments" target="_blank" rel="noopener">here</a>):</p>
<p>“Best part of the course: Use of F11 button. John was helpful and made everything easy to understand”.</p>
<p>“John as a trainer has been patient, thorough and extremely knowledgeable! Best part of the course: the speed was suitable for all levels of people in the group”.</p>
<p>“Very accommodating and well explained. Very patient and coherent. Best part of the course: formulas and linking workbooks”.</p>
<p><strong>Hints and Tips</strong></p>
<p>We also provide a blog of hints and tips which we update 1-2 times on average a month. There are a lot of Excel hints and tips on the website alongside hints and tips about the other Microsoft Office packages. Take a look <a href="https://www.jplcomputer.co.uk/category/hints-tips/excel-tips/" target="_blank" rel="noopener">here</a> at the website to take a look.</p>
<p>We can also bespoke i.e. build a course specially for you from existing course material &#8211; just ask us! We can also deliver courses using your own data as well as ours. If you wish to ask about bespoke courses or any of or other courses, please email <a href="mailto:johnlegge@jplcomputer.co.uk">johnlegge@jplcomputer.co.uk</a>.</p>
<p>We wish you every success this year and look forward to hearing from you soon!</p>
<p><em>The team at JPL IT Training Limited</em></p>
<p>The post <a href="https://www.jplcomputer.co.uk/excel-courses">Excel Courses &#8211; an &#8216;Excellent&#8217; way to build on your Excel knowledge</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Advanced Excel 2010 &#8211; Haygrove Ltd</title>
		<link>https://www.jplcomputer.co.uk/advanced-excel-2010</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 18 Jul 2016 11:59:48 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[Advanced Excel 2010]]></category>
		<category><![CDATA[Advanced Filtering]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[Excel Training 2010]]></category>
		<category><![CDATA[Haygrove]]></category>
		<category><![CDATA[JPL IT Training Limited]]></category>
		<category><![CDATA[JPL Training]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[microsoft office training]]></category>
		<category><![CDATA[On Site Excel Training]]></category>
		<category><![CDATA[Practice Exercises]]></category>
		<category><![CDATA[Thorough notes]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1219</guid>

					<description><![CDATA[<p>Advanced Excel 2010 Comments from attendees on a Advanced Excel 2010 course run on their [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/advanced-excel-2010">Advanced Excel 2010 &#8211; Haygrove Ltd</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Advanced Excel 2010</h2>
<p>Comments from attendees on a <span style="text-decoration: underline;">Advanced Excel 2010</span> course run on <em>their own premises</em>:</p>
<p>&#8220;Very good. Best part of the course: finding hidden buttons like advanced filtering&#8221;.</p>
<p>&#8220;Very thorough notes. Best part of the course: being able to practice every part by ourselves as we go along&#8221;.</p>
<p>&#8220;Best part of the course: practice exercises&#8221;.</p>
<p><strong>&#8211; Jodie, Kristy and Angelika</strong>    	</p>
<p>The post <a href="https://www.jplcomputer.co.uk/advanced-excel-2010">Advanced Excel 2010 &#8211; Haygrove Ltd</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
