<?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 &#8211; ClearCut IT Training</title>
	<atom:link href="https://clearcutit.co.uk/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://clearcutit.co.uk</link>
	<description>Quality, straightforward IT and Business Skills training</description>
	<lastBuildDate>Wed, 26 Jun 2024 15:58:31 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://clearcutit.co.uk/wp-content/uploads/2019/10/cropped-CC-Site-Icon-32x32.png</url>
	<title>Excel &#8211; ClearCut IT Training</title>
	<link>https://clearcutit.co.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Excel Tricks: How to Find Duplicates</title>
		<link>https://clearcutit.co.uk/excel/excel-tricks-how-to-find-duplicates/</link>
		
		<dc:creator><![CDATA[associatetrain]]></dc:creator>
		<pubDate>Fri, 15 Mar 2024 05:21:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<guid isPermaLink="false">https://clearcutit.co.uk/?p=4089</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_pb_with_background 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_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><div class="wp-block-buttons">
<div class="wp-block-button"><a href="https://clearcutit.co.uk/courses/microsoft-office/excel/"></a><a class="wp-block-button__link wp-element-button">Find out more about Excel Training</a></div>
<p><!-- /wp:post-content --></p>
</div>
<p><!-- /wp:buttons --></p>
<p><!-- wp:paragraph --></p>
<p>Moving or collecting data in Excel and worried there might be duplicates skewing your data? This guide will cover several methods, including using Conditional Formatting, Excel formulas, and the Remove Duplicates feature.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading --></p>
<h2 class="wp-block-heading">1. Using Conditional Formatting</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>Using conditional formatting to find duplicate cell values is one of the easiest methods and results in duplicates being highlighted in a colour that you choose.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading {"level":4} --></p>
<h4 class="wp-block-heading">Steps:</h4>
<p><!-- /wp:heading --></p>
<p><!-- wp:image {"id":4090,"sizeSlug":"large","linkDestination":"media"} --></p>
<figure class="wp-block-image size-large"><a href="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-highlight-duplicates.png"><img fetchpriority="high" decoding="async" width="1024" height="298" src="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-highlight-duplicates-1024x298.png" alt="Highlight duplicates in Excel" class="wp-image-4090" srcset="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-highlight-duplicates-980x285.png 980w, https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-highlight-duplicates-480x140.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></a></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:list --></p>
<ul>
<ul><!-- wp:list-item --></ul>
</ul>
<p>&nbsp;</p>
<ul>
<ul>
<li>Click and drag to select the cells where you want to find duplicates.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>On the Home tab, in the Styles group, click &#8216;Conditional Formatting&#8217;.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Click &#8216;Highlight Cells Rules&#8217;, and then click &#8216;Duplicate Values&#8217;.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>In the dialogue box, you can choose the formatting for the duplicate values (like a particular font or cell colour). Click &#8216;OK&#8217; when done.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- /wp:list --></p>
<p><!-- wp:heading --></p>
<h2 class="wp-block-heading">2. Using Formulas</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>You can also use Excel formulas to identify duplicates. This method is useful if you want more control or need to identify duplicates based on specific conditions.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading {"level":4} --></p>
<h4 class="wp-block-heading">Example Formula:</h4>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>=COUNTIF(range, cell)&gt;1 &#8211; This formula counts how many times the cell&#8217;s value appears in the range. If it&#8217;s more than 1, it&#8217;s a duplicate.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading {"level":4} --></p>
<h4 class="wp-block-heading">Steps:</h4>
<p><!-- /wp:heading --></p>
<p><!-- wp:image {"id":4092,"sizeSlug":"large","linkDestination":"media"} --></p>
<figure class="wp-block-image size-large"><a href="https://clearcutit.co.uk/wp-content/uploads/2024/04/furmula-duplicates.png"><img decoding="async" width="1024" height="347" src="https://clearcutit.co.uk/wp-content/uploads/2024/04/furmula-duplicates-1024x347.png" alt="" class="wp-image-4092" srcset="https://clearcutit.co.uk/wp-content/uploads/2024/04/furmula-duplicates-980x333.png 980w, https://clearcutit.co.uk/wp-content/uploads/2024/04/furmula-duplicates-480x163.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></a></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:list --></p>
<ul>
<ul><!-- wp:list-item --></ul>
</ul>
<p>&nbsp;</p>
<ul>
<ul>
<li>Click on the cell adjacent to your data (to the right or below).</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Type in the COUNTIF formula.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Drag the fill handle (small square in the cell&#8217;s bottom-right corner) to copy the formula down or across the range.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Use Conditional Formatting (as described above) to highlight cells where the formula returns true (indicating a duplicate).</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- /wp:list --></p>
<p><!-- wp:heading --></p>
<h2 class="wp-block-heading">3. Using the &#8216;Remove Duplicates&#8217; Feature</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>If you’re just looking to remove any duplicates, Excel has a built-in ‘remove duplicates’ feature to make the process really easy.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading {"level":4} --></p>
<h4 class="wp-block-heading">Steps:</h4>
<p><!-- /wp:heading --></p>
<p><!-- wp:image {"id":4094,"sizeSlug":"large","linkDestination":"media"} --></p>
<figure class="wp-block-image size-large"><a href="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-remove-duplicates.png"><img decoding="async" width="1024" height="443" src="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-remove-duplicates-1024x443.png" alt="" class="wp-image-4094" srcset="https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-remove-duplicates-980x424.png 980w, https://clearcutit.co.uk/wp-content/uploads/2024/04/Excel-remove-duplicates-480x208.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" /></a></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:list --></p>
<ul>
<ul><!-- wp:list-item --></ul>
</ul>
<p>&nbsp;</p>
<ul>
<ul>
<li>Click and drag to select the cells.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>On the ribbon, click on the &#8216;Data&#8217; tab.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>In the &#8216;Data Tools&#8217; group, click &#8216;Remove Duplicates&#8217;.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>In the dialogue box, specify which columns to check for duplicates. Uncheck any columns you don&#8217;t want to consider.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Click &#8216;OK&#8217;. Excel will remove duplicates and show a message with the number of duplicates found and removed. If you just want to identify duplicates without removing them, you can undo this action (Ctrl + Z) after taking note of the duplicate count.Refer to the above methods to highlight duplicates instead.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- /wp:list --></p>
<p><!-- wp:heading --></p>
<h2 class="wp-block-heading">Tips and Tricks</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:list --></p>
<ul>
<ul><!-- wp:list-item --></ul>
</ul>
<p>&nbsp;</p>
<ul>
<ul>
<li>Remember that Conditional Formatting stays with the data even when new data is added or existing data is changed.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>If checking for duplicates across multiple columns, consider concatenating the columns into one and then applying these methods.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>For large datasets, formulas can slow down Excel. Use Conditional Formatting or the Remove Duplicates feature for better performance.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- wp:list-item --></p>
<ul>
<ul>
<li>Always remember that Excel&#8217;s undo feature (Ctrl + Z) is your friend if you accidentally remove data or apply the wrong formatting.</li>
</ul>
</ul>
<p><!-- /wp:list-item --></p>
<p><!-- /wp:list --></p>
<p><!-- wp:paragraph --></p>
<p>Highlighting duplicates in Excel is straightforward once you understand these methods. Depending on your specific needs, you may choose Conditional Formatting for a quick visual reference, formulas for more complex criteria, or the Remove Duplicates feature for a fast cleanup. Remember to save your work frequently, especially when removing data.</p>
<p><!-- /wp:paragraph --></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Tricks: How to Calculate Percentage Difference</title>
		<link>https://clearcutit.co.uk/excel/excel-percentages-tips/</link>
		
		<dc:creator><![CDATA[associatetrain]]></dc:creator>
		<pubDate>Wed, 28 Feb 2024 11:13:18 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<guid isPermaLink="false">https://clearcutit.co.uk/?p=4038</guid>

					<description><![CDATA[Calculating the percentage difference in Excel is a common task, particularly useful in finance, data analysis, and general reporting. This guide will help you understand how to calculate the percentage difference between two values using Excel. Understanding Percentage Difference The percentage difference between two values is calculated by dividing the difference between the values by [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://clearcutit.co.uk/courses/microsoft-office/excel/">Find out more about Excel Training</a></div>
</div>



<p class="wp-block-paragraph">Calculating the percentage difference in Excel is a common task, particularly useful in finance, data analysis, and general reporting. This guide will help you understand how to calculate the percentage difference between two values using Excel.</p>



<h2 class="wp-block-heading">Understanding Percentage Difference</h2>



<p class="wp-block-paragraph">The percentage difference between two values is calculated by dividing the difference between the values by the average of those values and then multiplying the result by 100. The formula can be written as:</p>



<figure class="wp-block-image size-full"><a href="https://clearcutit.co.uk/wp-content/uploads/2024/01/Percentage-difference-calculation.webp"><img decoding="async" width="772" height="111" src="https://clearcutit.co.uk/wp-content/uploads/2024/01/Percentage-difference-calculation.webp" alt="formula for calculating a percentage difference" class="wp-image-3809" srcset="https://clearcutit.co.uk/wp-content/uploads/2024/01/Percentage-difference-calculation.webp 772w, https://clearcutit.co.uk/wp-content/uploads/2024/01/Percentage-difference-calculation-480x69.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 772px, 100vw" /></a></figure>



<h3 class="wp-block-heading">Steps to Calculate Percentage Difference in Excel</h3>



<h3 class="wp-block-heading">1. Enter Your Data:</h3>



<p class="wp-block-paragraph">Start by entering the two values you want to compare in two separate cells. For example, place ‘222’ in cell A1 and ‘133’ in cell B1.</p>



<h3 class="wp-block-heading">2. Select a Cell for the Result</h3>



<p class="wp-block-paragraph">Click on the cell where you want the percentage difference to be displayed. This could be C1, for instance.</p>



<h3 class="wp-block-heading">3. Input the Formula</h3>



<p class="wp-block-paragraph">In the selected cell, enter the formula for the percentage difference:</p>



<p class="wp-block-paragraph"><code>=((B1-A1)/((A1+B1)/2))*100</code></p>



<figure class="wp-block-image size-full"><a href="https://clearcutit.co.uk/wp-content/uploads/2024/01/excel-percentage-difference-formula.webp"><img loading="lazy" decoding="async" width="833" height="489" src="https://clearcutit.co.uk/wp-content/uploads/2024/01/excel-percentage-difference-formula.webp" alt="formula to calculate percentage difference" class="wp-image-3814" srcset="https://clearcutit.co.uk/wp-content/uploads/2024/01/excel-percentage-difference-formula.webp 833w, https://clearcutit.co.uk/wp-content/uploads/2024/01/excel-percentage-difference-formula-480x282.webp 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 833px, 100vw" /></a></figure>



<p class="wp-block-paragraph">This formula subtracts Value 1 from Value 2, divides the result by the average of the two values, and then multiplies by 100 to convert it to a percentage.</p>



<h3 class="wp-block-heading">4. After typing the formula, press Enter</h3>



<p class="wp-block-paragraph">Excel will calculate and display the percentage difference.</p>



<p class="wp-block-paragraph">For clarity, you may want to format the result as a percentage. To do this, select the cell with the result, go to the Home tab, and in the Number group, click on the percentage (%) symbol.</p>



<h3 class="wp-block-heading">Tips and Considerations</h3>



<p class="wp-block-paragraph">If you want the percentage difference to always be a positive number, wrap the difference calculation in the ABS function.</p>



<p class="wp-block-paragraph">In the Excel formula bar copy &amp; paste the following:</p>



<p class="wp-block-paragraph">=(ABS(B1-A1)/((A1+B1)/2))*100</p>



<p class="wp-block-paragraph">Be careful with zero values as they can lead to division by zero errors. You might need to add error handling in your formula using the IF function.</p>



<p class="wp-block-paragraph">If you are working with large datasets, you can drag the fill handle (small square in the bottom-right corner of the cell) down or across to apply the formula to other cells.</p>



<h3 class="wp-block-heading">Example Scenario</h3>



<p class="wp-block-paragraph">Imagine you have sales data for 2023 and 2024 in columns A and B, respectively. You can calculate the percentage difference in sales from 2023 to 2024 by applying the formula in column C, alongside each pair of values.</p>



<h3 class="wp-block-heading">Excel Percentage Calculation Takeaways</h3>



<p class="wp-block-paragraph">Calculating the percentage difference in Excel is a simple yet powerful way to compare two values. Whether you&#8217;re analyzing financial reports, tracking changes in data over time, or comparing results in any field, understanding how to perform this calculation in Excel enhances your data analysis skills. Remember to always double-check your formulas and data to ensure accuracy.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
