<?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 Worcestershire Archives |</title>
	<atom:link href="https://www.jplcomputer.co.uk/category/excel-training-worcestershire/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jplcomputer.co.uk/category/excel-training-worcestershire/</link>
	<description>Microsoft Office Training and IT Consultancy</description>
	<lastBuildDate>Wed, 28 Aug 2024 06:49:58 +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>Excel training Worcestershire Archives |</title>
	<link>https://www.jplcomputer.co.uk/category/excel-training-worcestershire/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>TEXTJOIN Function in Excel &#8211; have you tried this function out before in your spreadsheets?</title>
		<link>https://www.jplcomputer.co.uk/2023/08/21/textjoin-function-in-excel/</link>
		
		<dc:creator><![CDATA[John Legge]]></dc:creator>
		<pubDate>Mon, 21 Aug 2023 12:52:43 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Worcestershire]]></category>
		<category><![CDATA[Microsoft training Worcestershire]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=9510</guid>

					<description><![CDATA[<p>TEXTJOIN Function in Excel – a function you can use to &#8216;extend&#8217; the VLOOKUP function [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2023/08/21/textjoin-function-in-excel/">TEXTJOIN Function in Excel &#8211; have you tried this function out before in your spreadsheets?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>TEXTJOIN Function in Excel – a function you can use to &#8216;extend&#8217; the VLOOKUP function and return multiple values</h2>
<p><img decoding="async" width="94" height="87" class="size-full wp-image-7942 alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2020/09/Excel-icon.jpeg" alt="TEXTJOIN Function in Excel: Excel icon" />This week&#8217;s hint and tip is on the TEXTJOIN function in Excel. This function is one that can be used to cater for multiple value lookups to bring back more information than just one value that is returned normally in a VLOOKUP. This isn&#8217;t necessarily covered in our courses so we decided to do a hint and tip on it. We are going to go through it now below.</p>
<p>&nbsp;</p>
<h4>TEXTJOIN Function</h4>
<p>We&#8217;re often asked &#8220;Is there a way in Excel to extend the VLOOKUP function to return multiple values rather than just one?&#8221;</p>
<p>The VLOOKUP function matches against column 1 of a table array and returns the column entry specified but only for the first match it comes across not all matches.</p>
<p>So how can we do this? Below is the TEXTJOIN function which is the answer and an explanation of the parts to this function.</p>
<p>Function layout: =TEXTJOIN(delimiter, ignore_empty, text1, [text2], …)</p>
<ul>
<li><strong>Delimiter:</strong> the character or strong to insert in between each text item that is returned</li>
<li><strong>Ignore_empty:</strong> whether you ignore empty cells or not. This typically is where you type in TRUE as it will tell the function to ignore empty cells</li>
<li><strong>Text1:</strong> text string or ranges to be joined together. You have to have at least one of these, but you can have more than one</li>
</ul>
<p>&nbsp;</p>
<h4>Worked example</h4>
<p>In the attached workbook (see below) you can see what we are trying to achieve i.e. look for an value called Fruit in column A and return all the column B entries where fruit is found in column A i.e. Orange, Banana, Apple.</p>
<p>The formula used is: =TEXTJOIN(&#8220;,&#8221;,TRUE,IF(B10=$A$2:$A$7,$B$2:$B$7,&#8221;&#8221;)).</p>
<p>Effectively this is using the , as a delimiter and joining together the column B entries where Fruit (cell B10) is found in column A.</p>
<p>In our example we have taken the function further and nested an IF Statement in to the TEXTJOIN function to extend its function further.</p>
<p>Normally you would just have the text or ranges listed in the &#8216;text1&#8217; part of the TEXTJOIN function. Instead we have nested in an IF Statement.</p>
<p>This IF Statement is producing the string of texts to be joined together. So it has been used to make this function more &#8216;smart&#8217; and giving you the texts based on conditions. It allows you to have the text strings produced based on what category you are looking for.</p>
<p>In the IF Statement, the &#8220;&#8221; part in the &#8216;value if false&#8217; section, is a symbol shortcut to say &#8216;blank&#8217;. So if the IF statement turns out to be false, then the cell will have nothing inserted in to it.</p>
<p>We hope you find this example of help. For more hints an tips and videos view our hints and tips page <a href="https://www.jplcomputer.co.uk/category/hints-and-tips/">here</a>.</p>
<p>&nbsp;</p>
<h4>Worked example video</h4>
<p>The video below shows you how you can use this function to bring back more information in the spreadsheet attached <a href="https://www.jplcomputer.co.uk/wp-content/uploads/2023/08/TEXTJOIN-Function-in-Excel-spreadsheet.xlsx">here</a>. <em>(clicking here will download a copy to your computer so you can try it out!)</em>. We hope that you find the video useful and enjoy learning about it!</p>
<p>Take a look below at the video to find out more and then try it out on your own computer!</p>
<p><iframe title="TEXTJOIN Function in Excel" src="https://www.youtube.com/embed/FBmbbkh7Dsc?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 on TEXTJOIN Function in Excel. Why not take a look at our previous video hint and tip on <a href="https://www.jplcomputer.co.uk/2023/07/19/word-shortcuts-part-6/">part 6 of our Word shortcuts</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2023/08/21/textjoin-function-in-excel/">TEXTJOIN Function in Excel &#8211; have you tried this function out before in your spreadsheets?</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Sorting &#8211; a video on how to sort your data in Excel</title>
		<link>https://www.jplcomputer.co.uk/2020/04/16/excel-sorting/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 16 Apr 2020 14:56:34 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training Providers Worcestershire]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Worcestershire]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=4485</guid>

					<description><![CDATA[<p>Excel Sorting – how do I sort my data in Excel? Watch the video to [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2020/04/16/excel-sorting/">Excel Sorting &#8211; a video on how to sort your data in Excel</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<h2>Excel Sorting – how do I sort my data in Excel? Watch the video to learn more</h2>
</div>
</div>
<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="Excel environment: Excel icon" />This week&#8217;s hint and tip is about how to use the sorting option within Excel. This is on our <a href="https://www.jplcomputer.co.uk/intermediate-microsoft-excel-training-course/">Intermediate Excel training course</a> and covers where the sorting option is found and how to use it. We are going to go through it now below.</p>
<p>&nbsp;</p>
<h4>Where the sorting option is found</h4>
<p>There are three ways to find the sorting option in Excel. The first is to go to the Data Tab. From here you can use the A-Z filter buttons or click on the sort button. The second is go to the Home Tab and click on the sort and filter button. When you click on this button, the sorting options can be found on the drop down list. Finally the third option is to add the A-Z and Z-A shortcut buttons to your QAT.</p>
<p>&nbsp;</p>
<h4>How to sort your data</h4>
<p>To sort your data, you only have to select one active cell in the column you want sorted. To sort a column, select one cell and then select the A-Z button. This will sort your data in alphabetical order by the column you selected the cell in. This is a simple single level sort. You can also apply multi level sorting to your data. To do this, click on the fort button on the Data Tab. This will bring up a box where you can select the details for your first level of sorting. Once this is done, click on the add level button and this will allow you add the second level to your sorting. Same as before, select the details for the second level of sorting then click OK. This will then sort your data first by the first level details then by the second level details.</p>
<p>&nbsp;</p>
<p>The video below shows you how to sort your data in Excel. Sorting is very powerful in Excel and is useful for ordering your data to make it easier to read.</p>
<p>Take a look below at the video to find out more and then try it out on your own computer!</p>
<p><iframe title="Excel Sorting" src="https://www.youtube.com/embed/vm2WZUC8R2A?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 <a href="https://www.jplcomputer.co.uk/2020/02/26/excel-training-warwick-replicating-spreadsheet-layouts/">replicating spreadsheets</a>?</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2020/04/16/excel-sorting/">Excel Sorting &#8211; a video on how to sort your data in Excel</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Interim remote training on MS Office for small groups and individuals</title>
		<link>https://www.jplcomputer.co.uk/2020/03/23/interim-remote-training/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 23 Mar 2020 11:45:59 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Excel Training Providers Worcestershire]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[Remote Training]]></category>
		<category><![CDATA[Microsoft Office Training Remotely]]></category>
		<category><![CDATA[Online Excel Training]]></category>
		<category><![CDATA[Remote Excel Training]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=4295</guid>

					<description><![CDATA[<p>Interim remote training on offer from JPL IT Training Ltd In this current Coronavirus crisis [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2020/03/23/interim-remote-training/">Interim remote training on MS Office for small groups and individuals</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Interim remote training on offer from JPL IT Training Ltd</h2>
<p>In this current Coronavirus crisis all our ways of life are affected. From all the team here we wish you all well in whatever challenges you are seeking to overcome.</p>
<p>It is most unlikely that we shall be delivering our usual on site day courses for customers in the short term. As a result of this we can instead engage with you directly and remotely. Our objective is to deliver to you short duration training sessions remotely from our list of course content.</p>
<p>&nbsp;</p>
<h4>How it works</h4>
<p>We will make this happen by using a remote communication software. We&#8217;ve currently chosen a simple one which is driven by us using Webex desktop communication. It doesn&#8217;t require any client software on your pc/laptop, just the ability to interact with us via a web cam and mic. We organise/schedule a session, we send you a meeting request link and you click on the link just before time of meeting and go! We will share the training files and exercises required in advance. Then when you share yours for us to see how you&#8217;re doing you are still in control of your desktop so it&#8217;s quite secure and safe but simple.</p>
<p>&nbsp;</p>
<h4>Pricing and content topics</h4>
<p>Our price charging for this training is by the hour for this based on numbers and we want to limit it to 4 per session. It&#8217;s a good way to keep your skills ticking over at low cost. You can choose topics from our course content of interest. See <a href="https://www.jplcomputer.co.uk/microsoft-office-training.html">www.jplcomputer.co.uk</a> for information.  Its particularly good for <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html"><span style="color: #ff0000;">Excel training</span></a> in topics like Pivot Tables and formulas.</p>
<p><img decoding="async" class=" wp-image-4365 alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2020/03/telephone-box-phone-image-300x200.jpg" alt="Interim remote training - telephone box phone image" /></p>
<p>Please get in touch with us via email at <a href="mailto:johnlegge@jplcomputer.co.uk">johnlegge@jplcomputer.co.uk</a> or phone 07903 840105 to log your interest in this interim remote training we&#8217;re offering.</p>
<p>We wish you well and hope to hear from you. Keep in touch please in any case.</p>
<p>John Legge<br />
Managing Director<br />
JPL IT Training Limited</p>
<p>23rd March 2020</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2020/03/23/interim-remote-training/">Interim remote training on MS Office for small groups and individuals</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Symbol Meanings&#8230;what do they mean? Find out here!</title>
		<link>https://www.jplcomputer.co.uk/2018/11/22/excel-symbol-meanings/</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 11:44:12 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel Training Providers Worcestershire]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Microsoft Office Courses Worcestershire]]></category>
		<category><![CDATA[excel symbol meanings]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[Microsoft Excel Training]]></category>
		<category><![CDATA[Microsoft Excel training Warwickshire]]></category>
		<guid isPermaLink="false">https://www.jplcomputer.co.uk/?p=3104</guid>

					<description><![CDATA[<p>Excel Symbol Meanings &#8211; have you ever wondered what they do? What they mean? Further [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/2018/11/22/excel-symbol-meanings/">Excel Symbol Meanings&#8230;what do they mean? Find out here!</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Excel Symbol Meanings &#8211; have you ever wondered what they do? What they mean?</h2>
<p><img decoding="async" width="94" height="87" class="wp-image-7942 size-full alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2020/09/Excel-icon.jpeg" alt="Excel symbol meanings: Excel icon" />Further to a blog we did in May 2017 on <a href="https://www.jplcomputer.co.uk/excel-symbols" rel="noopener noreferrer">Excel Symbols</a> we thought we would give you a further insight into 5 more Excel symbol meanings.</p>
<p>There are a number of different symbols used within Excel all with different meanings and uses.</p>
<p>It can be confusing trying to work out what they all mean and how you can use them, so we thought we would break down some of them and their meanings to give you a bit more insight.</p>
<p>See below for the Excel symbol and information on what its use is in Excel!</p>
<p>&nbsp;</p>
<h4>5 Excel Symbols</h4>
<p><strong>()</strong> &#8211; Brackets are an essential symbol in Excel bring used for 2 prime purposes:</p>
<ol>
<li>To follow a function and contain the arguments of that function e.g. =SUM(b2:b5) or =VLOOKUP(b2,$d$5:$g$12,2,False)</li>
<li>To obey the BODMAS premise where brackets override multiply and divide symbols which themselves override addition and subtraction</li>
</ol>
<p>&nbsp;</p>
<p><strong>&#8216;</strong> &#8211; An apostrophe before a cell value forces Excel to interpret the value as text. Here we have 2 examples:</p>
<ol>
<li>If you type in a phone number say in a cell as 1 long number Excel drops the first 0 so by inserting an apostrophe firstly means it displays the whole number including the 0</li>
<li>If you refer to a worksheet in a formula which has spaces, then the &#8216; treats the sheet name as text and you wont get an error e.g. =sum(‘Q 1:Q 4’!b2)</li>
</ol>
<p>&nbsp;</p>
<p><img decoding="async" width="340" height="91" class="wp-image-3106 alignright" title="excel symbol meanings" src="https://www.jplcomputer.co.uk/wp-content/uploads/2018/11/Excel-Symbols-22-11-18-image.jpg" alt="Excel Symbol Meanings image for &amp; symbol" srcset="https://www.jplcomputer.co.uk/wp-content/uploads/2018/11/Excel-Symbols-22-11-18-image.jpg 340w, https://www.jplcomputer.co.uk/wp-content/uploads/2018/11/Excel-Symbols-22-11-18-image-300x80.jpg 300w" sizes="(max-width: 340px) 100vw, 340px" /><strong>&amp; </strong>&#8211; See this example in the image of cell C1 to the right</p>
<p>&nbsp;</p>
<p><strong>^ </strong>&#8211; To the power of e.g. =2^3 would give us the answer 8 if you typed it in to Excel</p>
<p>&nbsp;</p>
<p><strong>{}</strong> &#8211; Used when using an Array type of formula in Excel</p>
<p>&nbsp;</p>
<p>We cover the use of Excel symbols on our <a href="https://www.jplcomputer.co.uk/basic-excel-training-course/">Basic Excel training course</a> and now there are 5 to choose from.</p>
<p>See our website <a href="https://www.jplcomputer.co.uk/" rel="noopener noreferrer">here</a> for more details or contact us on 07903 840105 or <a href="mailto:johnlegge@jplcomputer.co.uk">johnlegge@jplcomputer.co.uk</a></p>
<p>&nbsp;</p>
<p>You might also like to read our previous post on <a href="https://www.jplcomputer.co.uk/01/11/18/microsoft-training-worcestershire/">some lesser known features in Word.</a></p>
<p>The post <a href="https://www.jplcomputer.co.uk/2018/11/22/excel-symbol-meanings/">Excel Symbol Meanings&#8230;what do they mean? Find out here!</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Office Courses Worcestershire &#124; Training for all levels</title>
		<link>https://www.jplcomputer.co.uk/microsoft-office-courses-worcestershire</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Mon, 21 Nov 2016 10:08:11 +0000</pubDate>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[computer services Worcestershire]]></category>
		<category><![CDATA[Excel Training]]></category>
		<category><![CDATA[Office 365 training]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1435</guid>

					<description><![CDATA[<p>Microsoft Office Courses Worcestershire Microsoft Office Courses Worcestershire: Here at Computer Services Worcestershire we have [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-office-courses-worcestershire">Microsoft Office Courses Worcestershire | Training for all levels</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Microsoft Office Courses Worcestershire</h2>
<p>Microsoft Office Courses Worcestershire: Here at Computer Services Worcestershire we have for the last 20 years specialised in training  for <a href="https://www.jplcomputer.co.uk/microsoft-office-training.html">Microsoft Office Training</a> modules for all levels of abilities in all market sectors.</p>
<p>&nbsp;</p>
<h2>Excel Training</h2>
<p>The key Microsoft Office modules we offer computer training in include Excel training in Worcestershire, Excel training in Warwickshire Excel training in Herefordshire, Excel training in Gloucestershire and Office 365 training including</p>
<ul>
<li>Word training</li>
<li>Access training</li>
<li>PowerPoint training</li>
<li>Microsoft Project training</li>
<li>Outlook training</li>
<li>Office 365 training</li>
</ul>
<p>Our clients in Worcestershire are located in Redditch, Bromsgrove, Evesham, Worcester, Drakes Broughton, Hartlebury and other towns across the county.</p>
<p>&nbsp;</p>
<h3>Hints and Tips</h3>
<p>We regularly post hints and tips to complement our Excel training and these can be found on <a href="https://www.jplcomputer.co.uk/hints-and-tips/" target="_blank" rel="noopener noreferrer">https://www.jplcomputer.co.uk/hints-and-tips/</a></p>
<p>At Computer Services Worcestershire we offer courses from basic to master class.</p>
<p>For Excel training in Worcestershire see <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html" target="_blank" rel="noopener noreferrer">https://www.jplcomputer.co.uk/microsoft-excel-training.html</a></p>
<p>&nbsp;</p>
<h3>Training on site</h3>
<p>We offer Excel training in Worcestershire on our site in Redditch but deliver most of our Computer Services Worcestershire courses on clients sites. For Excel training Worcestershire alone we have trained over 400 people on courses ranging from individual training to groups of 10.Customers receive a set of course notes, exercises to complete during and after the course and a certificate upon completion. <img decoding="async" class="aligncenter wp-image-133 size-full" src="https://www.jplcomputer.co.uk/wp-content/uploads/2016/04/taplogo.jpg" alt="computer services worcestershire" />Our accreditations include being a member of the British Computer Society, TAP qualified and having reached the PTLLS status for adult learning.</p>
<h4>Some comments from recent clients include..</h4>
<p><em>“I just wanted to say many thanks for really interesting, practical and fun training today. I thoroughly enjoyed myself and actually could have kept learning, it was really engaging. I shall be practising again this weekend – can’t wait till Monday! Surely a sign of igniting a trainees desire to learn and become competent”.</em></p>
<p>“Brilliant Teacher, great explanations. Best part of the course: the exercises”.</p>
<p>“Very good, very enjoyable. Best part of the course: SUMIF”.</p>
<p>“Brilliant course, notes really useful. Best part of the course: learning shortcuts to do tasks previously taken ages! All of it!”</p>
<p>“Best part of the course: certain aspects e.g. SUM, totalling, which can be used in my job often”.</p>
<p>&nbsp;</p>
<h3>Get in touch</h3>
<p>For more information on any <a href="https://www.jplcomputer.co.uk/microsoft-excel-training.html">Excel training</a> in Worcestershire we run please contact us on <a href="mailto:johnlegge@jplcomputer.co.uk" target="_blank" rel="noopener noreferrer">johnlegge@jplcomputer.co.uk</a> or phone 07903 840105.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.jplcomputer.co.uk/microsoft-office-courses-worcestershire">Microsoft Office Courses Worcestershire | Training for all levels</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Training Courses Worcestershire &#8211; Ten Excel Shortcuts &#038; Tips</title>
		<link>https://www.jplcomputer.co.uk/excel-training-courses-worcestershire</link>
		
		<dc:creator><![CDATA[JPL]]></dc:creator>
		<pubDate>Thu, 13 Oct 2016 11:24:44 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel training Worcestershire]]></category>
		<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel Navigation]]></category>
		<category><![CDATA[Excel Navigation Short Cuts]]></category>
		<category><![CDATA[Excel short cuts]]></category>
		<category><![CDATA[JPL IT Training Limited]]></category>
		<category><![CDATA[MS Office Tips]]></category>
		<category><![CDATA[On Site Excel Training]]></category>
		<category><![CDATA[Shortcuts in Microsoft Office]]></category>
		<guid isPermaLink="false">http://www.jplcomputer.co.uk/?p=1352</guid>

					<description><![CDATA[<p>Excel Training Courses Worcestershire &#8211; 10 Excel Shortcuts: Recently we&#8217;ve run so many Microsoft Excel [&#8230;]</p>
<p>The post <a href="https://www.jplcomputer.co.uk/excel-training-courses-worcestershire">Excel Training Courses Worcestershire &#8211; Ten Excel Shortcuts &#038; Tips</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Excel Training Courses Worcestershire &#8211; 10 Excel Shortcuts:</h2>
<p><img decoding="async" width="94" height="87" class="size-full wp-image-7942 alignright" src="https://www.jplcomputer.co.uk/wp-content/uploads/2020/09/Excel-icon.jpeg" alt="Excel training courses worcestershire: Excel icon" />Recently we&#8217;ve run so many Microsoft Excel training courses Worcestershire courses, with great feedback on especially the Excel shortcuts; we thought it would be helpful to remind you of some of the key “time savers” in Excel. Most of these are applicable to all versions but some which are pertinent to a particular version are mentioned.</p>
<p>These Excel shortcuts range from the obvious to more obscure!</p>
<p>&nbsp;</p>
<h4>10 Excel Shortcuts</h4>
<ol>
<li>Fill Copy Button (little black square in bottom right of a cell) has two main purposes.
<ul>
<li>Create a data series or 1,2,3,4 or a custom list series Jan, Feb, Mar</li>
<li>Copy a formula relative to the place you are copying it into</li>
</ul>
</li>
<li>Whenever sorting, subtotalling or filtering always have row 1 as your headers (fields) and rows 2 onwards for detail data with no blank rows or columns. Before activating the command choose an active cell in your list not an empty cell.</li>
<li>Holding Control button then pressing the Strange button (the button with 3 strange characters under Esc key) will show all your formulas. Repeat to revert back.</li>
<li>Select Data then F11 (Create a chart Sheet) – everyone’s all-time favourite</li>
<li>Using Slicers to filter in Pivot Tables (Excel 2010, 2013, 2016 only)</li>
<li>Group Sheet Selection (using shift key) selects all sheets to negate the need for multiple copy paste activities</li>
<li>Accounting number button in middle of the Home ribbon (quicker than right click Format Cells)</li>
<li>Freeze panes – will hold rows and columns in place whilst scrolling. Select a cell then VIEW Freeze Panes will freeze both a row and column.</li>
<li>New Quick Analysis button (Excel 2013) allows you to chart, conditionally format or create totals close to the action.</li>
<li>Evaluate Formula in Formulas Tab allows for tracing through a complex set of arithmetic operations in Excel orders of precedence.</li>
</ol>
<p>&nbsp;</p>
<p>We cover all these features and many more in our Excel courses which range from Basic Excel to Master Class Excel. As well covering Excel shortcuts, we also cover lots of aspects of the Excel package to help build on your existing knowledge or to help you learn features you did not know about before!</p>
<p>Full details of courses are on our <a href="https://www.jplcomputer.co.uk/microsoft-excel-training/" rel="noopener noreferrer">Microsoft Excel Training</a> page.</p>
<p>To have a look at one of our sample Excel agendas, please click <a href="https://www.jplcomputer.co.uk/intermediate-microsoft-excel-training-course/" rel="noopener noreferrer">here</a> &#8211; this agenda is for our Intermediate Excel course.</p>
<p>If you would like to ask us about helping you or your staff improve on their Excel knowledge, then please get in touch via our <a href="https://www.jplcomputer.co.uk/contact-us/" rel="noopener noreferrer">Contact Page</a>. If you&#8217;re interested in Microsoft Excel training courses Worcestershire then get in touch now.</p>
<p>You might also find our recent post on <a href="https://www.jplcomputer.co.uk/excel-navigation-shortcuts" rel="noopener noreferrer">Excel Navigation</a> short cuts useful.</p>
<p>The post <a href="https://www.jplcomputer.co.uk/excel-training-courses-worcestershire">Excel Training Courses Worcestershire &#8211; Ten Excel Shortcuts &#038; Tips</a> appeared first on <a href="https://www.jplcomputer.co.uk">JPL IT Training Ltd</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
