<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>microsoft courses Archives - JPL IT Training Ltd</title>
	<atom:link href="https://www.jplcomputer.co.uk/tag/microsoft-courses/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>microsoft courses 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>IT Training &#8211; some comments from the classroom floor…</title>
		<link>https://www.jplcomputer.co.uk/IT-training</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 10:03:22 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[excel training Gloucestershire]]></category>
		<category><![CDATA[IT Training]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[Microsoft Excel Training]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=3183</guid>

					<description><![CDATA[<p>Comments from the IT Training classroom floor which made me think… Having had the privilege [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/IT-training">IT Training &#8211; some comments from the classroom floor…</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><img fetchpriority="high" decoding="async" width="300" height="188" class="alignnone wp-image-8240" src="https://www.jplcomputer.co.uk/wp-content/uploads/2019/01/Computer-Classroom-1080x675-1-300x188.jpeg" alt="" srcset="https://www.jplcomputer.co.uk/wp-content/uploads/2019/01/Computer-Classroom-1080x675-1-300x188.jpeg 300w, https://www.jplcomputer.co.uk/wp-content/uploads/2019/01/Computer-Classroom-1080x675-1-1024x640.jpeg 1024w, https://www.jplcomputer.co.uk/wp-content/uploads/2019/01/Computer-Classroom-1080x675-1-768x480.jpeg 768w, https://www.jplcomputer.co.uk/wp-content/uploads/2019/01/Computer-Classroom-1080x675-1.jpeg 1080w" sizes="(max-width: 300px) 100vw, 300px" /></h2>
<h2>Comments from the IT Training classroom floor which made me think…</h2>
<p>Having had the privilege of training thousands of staff of all ages and backgrounds in Excel and other Microsoft Office modules I’ve heard loads of comments during the class. Most are naturally to do with the topic being explained but some are more general which made me stop and think….</p>
<blockquote>
<h3>I think I’m on the wrong course</h3>
</blockquote>
<p>Two people have said this. One was completely on the wrong course. Instead of being of a health and safety course they came on our Basic Excel course! Another however had booked themselves onto our Intermediate Excel course and realised early on they should have been on our Basic Excel course first.</p>
<p>It made me think… how important it is to evaluate both from the trainer’s standpoint and trainee’s standpoint the content of the course and any pre-requisites. We always publish and send agendas in advance through to the organiser of the course and ask them a good training needs analysis be conducted to make sure that the person is on the right level of training. It’s not unknown for some to go back and do Basic Excel after say Intermediate Excel but it’s best to do the training in the right order</p>
<blockquote>
<h3>I will never remember all this</h3>
</blockquote>
<p>This is a very popular comment often made towards the end of each course. We may have taught a trainee a hundred features and they will have successfully completed those hundred tasks during the day. The key however is to put into practise quickly those new skills after training has finished.</p>
<p>We offer a variety of ways of doing this from ‘reminder exercises and videos’ to encouraging employers to allow a few minutes each day for their staff to look at their own spreadsheets and to improve on them. Practice may not make perfect, but it sure helps!</p>
<blockquote>
<h3>Have you ever been on stage!?</h3>
</blockquote>
<p>I do tend to have a very informal but animated style whilst training often trying to add humour into my courses to make the rather drier topics at least more palatable. We believe that if you enjoy a course you are far more likely to want to learn more</p>
<blockquote>
<h3>I hate Excel and you won’t teach me anything today!</h3>
</blockquote>
<p>Although this was an exceptional comment made by one lady at the outset of the course it made me think. Here was a person who came into the course with a prejudice against the topic, a closed mind and an attitude which meant she was not prepared to give it a go!</p>
<p>Despite all kinds of encouraging questions and assistance she stubbornly refused to engage and learn. Sadly, at the close of play she still hated Excel and had not learned anything. Her employer had wasted their money. It made me think how important it is when it comes to learning a new subject to come with an open and eager mind and engage, ask for help and be prepared to at least give it a go. In my classes all are unsuccessful (apart maybe from that 1!)</p>
<blockquote>
<h3>I can work part time now</h3>
</blockquote>
<p>At a recent course one lady said that the time she could save implementing those shortcuts in Excel she had learned could save her hours and she could now work part time! It made me think that here was a payback and justification for the IT training. Not that all staff can go part time but that their efficiency will improve and in their roles, they can become more productive. I’m always seeking to see how they can put into practice their skills to save time and make life easier for all.</p>
<p>If you would like to hear more stories or simply just information on our courses please email us on <a href="mailto:johnlegge@jplcomputer.co.uk">johnlegge@jplcomputer.co.uk</a></p>
<p>Or click on the link <a href="https://www.jplcomputer.co.uk/microsoft-office-training.html" target="_blank" rel="noopener noreferrer">here</a> to learn more about our courses.</p>
<p>You might also like to read our previous post <a href="https://www.jplcomputer.co.uk/2019/01/09/excel-training-in-gloucestershire/" target="_blank" rel="noopener noreferrer">Excel training in Gloucestershire</a>.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/IT-training">IT Training &#8211; some comments from the classroom floor…</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bespoke Word 2016 course comments from HR Smith Group of Companies</title>
		<link>https://www.jplcomputer.co.uk/hr-smith-group</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Wed, 18 Jul 2018 13:28:48 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[microsoft office courses]]></category>
		<category><![CDATA[word courses]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=2828</guid>

					<description><![CDATA[<p>Bespoke Word 2016 &#8211; Comments from attendees on a Bespoke Word 2016 course run on [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/hr-smith-group">Bespoke Word 2016 course comments from HR Smith Group of Companies</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Bespoke Word 2016 &#8211;</h2>
<p>Comments from attendees on a Bespoke Word 2016 course run on their premises:</p>
<p>&#8220;Best part of the course: training laptop, activity&#8221;.</p>
<p>&#8220;Best part of the course: learning the use of the ruler &#8211; this will be very useful&#8221;.</p>
<p>&#8220;Best part of the course: final exercise&#8221;.</p>
<p><strong>&#8211; Vikki, Beth and Geoff</strong>    	</p>
<p>The post <a href="https://www.jplcomputer.co.uk/hr-smith-group">Bespoke Word 2016 course comments from HR Smith Group of Companies</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Analysis on Lists of Data &#8211; how many of these types do you use?</title>
		<link>https://www.jplcomputer.co.uk/2018/02/12/excel-analysis-lists-data/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 16:59:40 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Staffordshire]]></category>
		<category><![CDATA[excel analysis]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=2325</guid>

					<description><![CDATA[<p>Excel Analysis on Lists of Data On every Excel training course we run there is [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2018/02/12/excel-analysis-lists-data/">Excel Analysis on Lists of Data &#8211; how many of these types do you use?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Excel Analysis on Lists of Data</h2>
<h2><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 analysis: Excel icon" /></h2>
<p>On every Excel training course we run there is some kind of work we do on Excel lists of data. It may be:</p>
<ul>
<li>Sorting</li>
<li>Conditional formatting using formulas or criteria</li>
<li>Filtering</li>
<li>Sub Totalling</li>
<li>Pivot Tabling</li>
<li>Removing duplicate errors</li>
</ul>
<p>&nbsp;</p>
<p>Data can be easily stored and manipulated in Excel but there are key setup features you ought to be aware of:</p>
<ul>
<li>Keep your heading on row 1 and all the details on consecutive rows thereafter</li>
<li>No blank rows or columns</li>
<li>No merged cells</li>
</ul>
<p>&nbsp;</p>
<p>Using these key setup features can make things a lot easier for you within Excel on general day to day use as well as making it easier for you in the future if you need to carry out more advanced analysis on the data. With the data displayed in this certain way, it gives you a good starting point for the more advanced types of data analysis that are available for you to use within Excel.</p>
<p>&nbsp;</p>
<h4>Hints and Tips</h4>
<p>On average we produce 1-2 hints and tips posts a month. These cover a variety of the Microsoft Office packages and level of difficulty in each of the individual packages. These are produced to cover one, two or more features that are available for use in the packages with some of them being more obvious and used on a regular basis but some are more obscure and are less known! So even though this hint and tip might just cover Excel analysis, there are lots of other hints and tips on Excel and other modules which can be found <a href="https://www.jplcomputer.co.uk/category/hints-and-tips/">here</a>.</p>
<p>If you liked this hint and tip and want to know more, have you thought about one of our courses? If you would like more information on any of our courses, please email us on <a href="mailto:johnlegge@jplcomputer.co.uk">johnlegge@jplcomputer.co.uk</a></p>
<p>Why not take a look at our previous one on some <a href="https://www.jplcomputer.co.uk/2018/01/18/helpful-excel-shortcuts/">helpful Excel shortcuts</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2018/02/12/excel-analysis-lists-data/">Excel Analysis on Lists of Data &#8211; how many of these types do you use?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Master Class Excel 2013 &#124; Comments from AFH Wealth Management</title>
		<link>https://www.jplcomputer.co.uk/master-class-excel-2013-afh-wm</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Wed, 06 Sep 2017 15:15:24 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[Excel courses]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=2196</guid>

					<description><![CDATA[<p>Master Class Excel 2013 Training &#8211; Comments from attendees on an Master Class Training 2013 [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/master-class-excel-2013-afh-wm">Master Class Excel 2013 | Comments from AFH Wealth Management</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Master Class Excel 2013 Training &#8211;</h2>
<p>Comments from attendees on an <strong>Master Class Training 2013</strong> course run on their premises:</p>
<p>&#8220;Good presentation and pace throughout. Best part of the course: Pivot Tables and Conditional Formatting&#8221;.</p>
<p>&#8220;Course notes excellent, really useful. Best part of the course: John! Great teacher and very knowledgeable, very patient, nothing is a silly question!&#8221;</p>
<p>&#8220;Great step by step help along the way if you get stuck. Best part of the course: learning about new functions within Excel&#8221;.</p>
<p>&#8220;Best part of the course: visual basic work and macros&#8221;.</p>
<p><strong>&#8211; Abigail, Charlotte, Matthew and Jo</strong></p>
<p>&nbsp;</p>
<p>If you would like more information regarding any of the Microsoft courses that we run, please check out our <a href="http://jplcomputer.co.uk">website</a>.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/master-class-excel-2013-afh-wm">Master Class Excel 2013 | Comments from AFH Wealth Management</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Training Classes &#8211; Worcestershire from JPL</title>
		<link>https://www.jplcomputer.co.uk/microsoft-training-classes</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Wed, 29 Mar 2017 11:01:00 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[Microsoft Excel Training]]></category>
		<category><![CDATA[microsoft office course]]></category>
		<category><![CDATA[microsoft office training]]></category>
		<category><![CDATA[microsoft training classes]]></category>
		<category><![CDATA[Microsoft training experts]]></category>
		<category><![CDATA[microsoft training providers]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1580</guid>

					<description><![CDATA[<p>Microsoft Training Classes Here at JPL IT Training Limited we specialise in Microsoft Office courses [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-training-classes">Microsoft Training Classes &#8211; Worcestershire from JPL</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Microsoft Training Classes<u><br />
</u></h2>
<p>Here at JPL IT Training Limited we specialise in Microsoft Office courses Worcestershire amongst other counties.</p>
<p>So, if you’re not sure why F11 in Excel, F9 in Word or F5 in PowerPoint are great time savers why not consider coming on a course with us?</p>
<p>Do you fit into one of these categories?</p>
<ul>
<li>Self-taught in Excel, Word, PowerPoint etc.?</li>
<li>Go the long way round doing a task and would like to know some simple shortcuts?</li>
<li>Feel like you’re not working as efficiently as you could in the office?</li>
</ul>
<p>If so a JPL course could be right for you!</p>
<p>We offer standard courses and bespoke ones tailored to your own content to make the training most beneficial for your needs.</p>
<p>We offer training in a whole range of Microsoft Office packages: Excel, Word, PowerPoint, Access, Project, Publisher and Outlook. To take a look at some sample content of our courses, click <a href="https://www.jplcomputer.co.uk/microsoft-office-training.html" target="_blank" rel="noopener">here</a>.</p>
<p>We even offer individual training delivered by one of our trainers on your site or off site.</p>
<p>In Worcestershire, we’ve trained a variety of clients. Some of these including:</p>
<ul>
<li>Severn Waste Services</li>
<li>Monosol</li>
<li>Beko</li>
<li>Chamber of Commerce</li>
<li>Rockline Industries</li>
<li>Magna</li>
</ul>
<p>Class sizes can vary in numbers from 1 to 10 and we like to think of ourselves as providing informal yet professional training across all levels.</p>
<p>Want to know more about Microsoft training classes? Contact us via our contact page <a href="https://www.jplcomputer.co.uk/contact.html" target="_blank" rel="noopener">here</a> or by phone on 07903 840105 to find out more or to enquire into booking onto a training course with us.</p>
<h4><em>Did you know we have a hints and tips page on our website?</em></h4>
<p>If so, take a look at our recent hint and tip on the <a href="https://www.jplcomputer.co.uk/insert-tab-new-design" target="_blank" rel="noopener">Insert Tab here</a>!</p>
<p>If not, just take a look at all our <a href="https://www.jplcomputer.co.uk/hints-and-tips/" target="_blank" rel="noopener">hints and tips page here</a>!</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-training-classes">Microsoft Training Classes &#8211; Worcestershire from JPL</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bespoke Excel 2010 Training at Warwickshire County Council</title>
		<link>https://www.jplcomputer.co.uk/bespoke-excel-2010-training-wcc</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 13 Feb 2017 14:18:49 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[Bespoke Excel 2010 Training]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[Microsoft Excel Training]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1589</guid>

					<description><![CDATA[<p>Bespoke Excel 2010 Training &#8211; Comments from attendees on a Bespoke Excel 2010 Training course [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/bespoke-excel-2010-training-wcc">Bespoke Excel 2010 Training at Warwickshire County Council</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Bespoke Excel 2010 Training &#8211;</h2>
<p>Comments from attendees on a <strong>Bespoke Excel 2010</strong> <strong>Training</strong> course run on their premises:</p>
<p>&#8220;Good quality exercises and detailed notes. Best part of the course: activities &#8211; chances for interaction&#8221;.</p>
<p>&#8220;Clearly explained, patient! Best part of the course: overview of many parts&#8221;.</p>
<p>&#8220;Very clear and easy to follow. Best part of the course: going through the exercises&#8221;.</p>
<p>&#8220;Everything was very clear and well structured. Best part of the course: brief introduction of lots of different excel uses I can experiment with&#8221;.</p>
<p>&#8220;Very comprehensive and easy to follow. Best part of the course: examples were easy to follow&#8221;.</p>
<p><strong>&#8211; Luke, Jenny, Louise, Philip and Beckie</strong></p>
<p>&nbsp;</p>
<p>If you would like to know more about our Microsoft Excel Training Courses, please <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html">see here </a>for more information.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/bespoke-excel-2010-training-wcc">Bespoke Excel 2010 Training at Warwickshire County Council</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Basic Excel Training 2010 &#124; Training at Fabory UK course comments</title>
		<link>https://www.jplcomputer.co.uk/basic-excel-training-2010-fabory</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 09 Feb 2017 14:11:10 +0000</pubDate>
				<category><![CDATA[Customer Comments]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel courses]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[Microsoft Excel Training]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1587</guid>

					<description><![CDATA[<p>Basic Excel Training 2010 &#8211; Comments from attendees on an Basic Excel Training 2010 course run [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/basic-excel-training-2010-fabory">Basic Excel Training 2010 | Training at Fabory UK course comments</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Basic Excel Training 2010 &#8211;</h2>
<p>Comments from attendees on an <strong>Basic Excel</strong> <strong>Training 2010</strong> course run on their premises:</p>
<p>&#8220;John explained the course in a very clear way. Best part of the course: learning about symbols and formulas&#8221;.</p>
<p>&#8220;Wished this was done long ago! Best part of the course: learning various symbols&#8221;.</p>
<p>&#8220;Very pleased with the training I have received. Best part of the course: learning new things and being reminded of the things I had forgotten&#8221;.</p>
<p><strong>&#8211; Mark, Anup and Beki</strong></p>
<p>&nbsp;</p>
<p>If you would like to know more about our Excel Training, please <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html">see here</a> for more information.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/basic-excel-training-2010-fabory">Basic Excel Training 2010 | Training at Fabory UK course comments</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Project &#8211; why is it better than Excel for certain jobs&#8230;</title>
		<link>https://www.jplcomputer.co.uk/microsoft-project</link>
		
		<dc:creator><![CDATA[John Legge]]></dc:creator>
		<pubDate>Wed, 03 Jun 2015 19:41:35 +0000</pubDate>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Project Tips]]></category>
		<category><![CDATA[microsoft courses]]></category>
		<category><![CDATA[ms office]]></category>
		<category><![CDATA[ms office training]]></category>
		<category><![CDATA[ms projects]]></category>
		<guid isPermaLink="false">https://johnlegge.wordpress.com/?p=383</guid>

					<description><![CDATA[<p>Microsoft Project MS Project is not part of the standard Microsoft Office packages that most [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-project">Microsoft Project &#8211; why is it better than Excel for certain jobs&#8230;</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Microsoft Project</h2>
<p>MS Project is not part of the standard Microsoft Office packages that most people buy but it is part of the whole Microsoft suite of main line business applications. It is very useful for project planning and scheduling and “runs rings” around Excel in this area. It is not particularly easy to train yourself in from scratch as there are various key initial steps to develop before a plan (called a Gantt chart) can be built.</p>
<p>If you are ever involved with any of the following areas it could be for you:</p>
<ul>
<li>Managing people and projects (big or small)</li>
<li>Managing a set of tasks which are time or cost or resource dependent</li>
<li>Involved with scheduling of tasks of any kind</li>
<li>Responsible for the success of projects going in on time</li>
<li>Want to be work smarter and neater for control of your work tasks</li>
</ul>
<p>&nbsp;</p>
<h4>Would Outlook Tasks or Excel work instead?</h4>
<p>Outlook Tasks are very basic and do not offer the same kind of analyses. Excel has no scheduling capabilities for tasks, resources or costs. So even though you could use either of these packages, the features they have on offer are not as flexible and would not necessarily automatically adjust. Whereas a lot of the features in Project, as long as the initial steps are done, will automatically adjust if details are changed, for example dates or the length of time a task would take.</p>
<p>&nbsp;</p>
<p>To find out more on this package and about the 2 day MS Project course we offer please contact us on <a title="Mail about MS Project course" href="mailto:johnlegge@jplcomputer.co.uk" target="_blank" rel="noopener">johnlegge@jplcomputer.co.uk</a> or browse our <a href="https://www.jplcomputer.co.uk/" rel="noopener">website</a> for course content.</p>
<p>We have also written a number of hints and tips on all of the Microsoft Office packages including Project, looking at the interesting features that they all contain and how you can use them in your work. You can browse through any of these posts by looking on the <a href="https://www.jplcomputer.co.uk/category/hints-and-tips/">hints and tips page</a> or the <a href="https://www.jplcomputer.co.uk/news/">news page</a> on our website.</p>
<p>&nbsp;</p>
<p>We hope you liked this post, why not take a look at our previous one on <a href="https://www.jplcomputer.co.uk/microsoft-training-uk">some lesser known features in Word</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-project">Microsoft Project &#8211; why is it better than Excel for certain jobs&#8230;</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
