<?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>asap utilities / excel blog &#187; Video</title>
	<atom:link href="http://www.asap-utilities.com/blog/index.php/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asap-utilities.com/blog</link>
	<description>Supercharge Excel</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:53:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Video: How to move or resize the selected range in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2009/05/05/video-how-to-move-or-resize-the-selected-range-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2009/05/05/video-how-to-move-or-resize-the-selected-range-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Tue, 05 May 2009 08:00:47 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/?p=439</guid>
		<description><![CDATA[The following video will show you how to how to move or resize the selected range in Excel by using ASAP Utilities. With this utility you can easily move or resize your selected range of cells. This utility will only change you selected range of cells only, not the data underneath it. By default you [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>how to <a title="Select » Move or resize selected range..." href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=3&amp;utilities=2&amp;lang=en_us">move or resize the selected range</a> in Excel by using ASAP Utilities</strong>.</p>
<p>With this utility you can easily move or resize your selected range of cells.<br />
This utility will only change you selected range of cells only, not the data underneath it.</p>
<p>By default you can start this utility with the shortcut Control+Alt+M.<img class="size-full wp-image-441 alignnone" title="0003-1-move-or-resize-selected-range" src="http://www.asap-utilities.com/blog/wp-content/0003-1-move-or-resize-selected-range.png" alt="0003-1-move-or-resize-selected-range" width="605" height="318" /></p>
<p><span id="more-439"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0003-Move-or-resize-selected-range/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2009/05/05/video-how-to-move-or-resize-the-selected-range-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Video: How to fix trailing minus signs in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/11/09/video-how-to-fix-trailing-minus-signs-in-excel-with-asaputilities-after-importing-data/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/11/09/video-how-to-fix-trailing-minus-signs-in-excel-with-asaputilities-after-importing-data/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 08:14:28 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/11/09/video-how-to-fix-trailing-minus-signs-in-excel-with-asaputilities-after-importing-data/</guid>
		<description><![CDATA[The following video will show you how to how to fix trailing minus signs in Excel by using ASAP Utilities. This can be useful if you have imported data from a system that reports negative numbers with a trailing minus. If you've ever worked with imported numbers you might have faced the problem that negative numbers [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>how to fix trailing minus signs in Excel by using ASAP Utilities</strong>. This can be useful if you have imported data from a system that reports negative numbers with a trailing minus.</p>
<p>If you've ever worked with imported numbers you might have faced the problem that negative numbers have the minus at the right of the number in stead of on the left. For example it shows 150- in stead of -150. This especially can occur if you import or download data from financial systems. With the minus sign at the right Excel will not recognize the number as a negative number and you cannot use it in your calculations.</p>
<p>There are a few approaches to solve this. In Excel 2002 and 2003 you can specify this in Step 3 of the Text Import Wizard when you click on the "Advanced button" (the option "Trailing minus sign for negative numbers").<br />
You can also use a worksheet function to convert the numbers in an extra column:<br />
=IF(RIGHT(A1,1)="-",SUBSTITUTE(A1,"-","")*-1,A1)</p>
<p>Another easy and fast approach is to use ASAP Utilities to fix the numbers. Just select the cells and then in the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=73&amp;utilities=Numbers">ASAP Utilities » Numbers » Move "-" from back to front (e.g. "65-" to "-65")</a></p>
<table style="margin-top: 10px;" border="0">
<tbody>
<tr>
<td style="padding-right: 20px;">Numbers before:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0073-1-before.png" alt="Numbers with a trailing minus sign" /></td>
<td>Numbers after:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0073-2-after.png" alt="Numbers converted to normal negative numbers you can use in your calculations" /></td>
</tr>
</tbody>
</table>
<p><span id="more-181"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asa-putilities.com/screencast/0073-move-trailing-minus-sign-to-front/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/11/09/video-how-to-fix-trailing-minus-signs-in-excel-with-asaputilities-after-importing-data/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Video: How to delete all empty rows in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/11/05/video-how-to-delete-all-empty-rows-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/11/05/video-how-to-delete-all-empty-rows-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 14:08:23 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/11/05/video-how-to-delete-all-empty-rows-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will show you how to remove all empty rows in Excel by using ASAP Utilities. This can be useful if you have a large amount of data imported or copied together that you now want to clean up. An approach to remove all empty rows can be to sort the worksheet. However if [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>remove all empty rows in Excel by using ASAP Utilities</strong>. This can be useful if you have a large amount of data imported or copied together that you now want to clean up.</p>
<p>An approach to remove all empty rows can be to sort the worksheet. However if you don't want the data to be sorted/shuffled you can use ASAP Utilities to detect and remove all rows that are completely empty (have no data). In the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=232&amp;utilities=Columns+%26+Rows">ASAP Utilities » Columns &amp; Rows » Remove all empty rows</a>. Besides removing all empty rows, ASAP Utilities also contains a utility for removing all empty columns.</p>
<p>Example with empty rows:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0232-1-before.png" alt="Example file with empty rows that need to be removed" vspace="6" /></p>
<p>Same example with empty rows removed:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0232-2-after.png" alt="Example file with empty rows that removed all at once with ASAP Utilities" /></p>
<p><span id="more-178"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0232-remove-all-empty-rows/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/11/05/video-how-to-delete-all-empty-rows-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to delete the first 3 characters in a column in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-delete-the-first-3-characters-in-a-column-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-delete-the-first-3-characters-in-a-column-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 14:50:53 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-delete-the-first-3-characters-in-a-column-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will show you how to strip the first 3 characters from a column in Excel by using ASAP Utilities. The example in the video shows a list of article numbers. Now in this case we want to remove the first 3 characters. This can be done with an Excel formula such as =RIGHT(A2,LEN(A2)-3) [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>strip the first 3 characters from a column in Excel by using ASAP Utilities</strong>.</p>
<p>The example in the video shows a list of article numbers. Now in this case we want to remove the first 3 characters.<br />
<img src="http://www.asap-utilities.com/blog/wp-content/delete-the-first-3-characters-before.png" alt="How to delete the first 3 characters in a column - before" /></p>
<p>This can be done with an Excel formula such as =RIGHT(A2,LEN(A2)-3) in a helper column. However sometimes you might want a faster and more direct approach. Select the data and then in the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=91&amp;utilities=Text">ASAP Utilities » Text » Delete number of leading characters...</a></p>
<p>Then result will then look like this if you choose to remove the first 3 characters:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/delete-the-first-3-characters-after.png" alt="How to delete the first 3 characters in a column - before" /></p>
<p><span id="more-168"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0091-Delete-number-of-leading-characters/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-delete-the-first-3-characters-in-a-column-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to fill empty cells with the value above in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-fill-empty-cells-with-the-value-above-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-fill-empty-cells-with-the-value-above-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 14:05:36 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-fill-empty-cells-with-the-value-above-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will show you how to fill empty cells with the value above in Excel by using ASAP Utilities. The example in the video shows a table with several car-brands. Now in this case we want the brand-names copied down so that the empty cells are filled with the brand names. After this we [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>fill empty cells with the value above in Excel by using ASAP Utilities</strong>.</p>
<p>The example in the video shows a table with several car-brands. Now in this case we want the brand-names copied down so that the empty cells are filled with the brand names. After this we can use the table for further processing, such as a pivot table.<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0107-copy-values-to-empty-cells-below-filled-cells-in-selection-before.png" alt="Copy values to empty cells below filled cells in selection - before" /></p>
<p>Select the cells and then in the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=107&amp;utilities=Fill">ASAP Utilities » Fill » Copy values to empty cells below filled cells in selection</a></p>
<p>Then result will then look like:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0107-copy-values-to-empty-cells-below-filled-cells-in-selection-after.png" alt="Copy values to empty cells below filled cells in selection - after" /></p>
<p><span id="more-165"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0107-Copy-values-to-empty-cells-below-filled-cells-in-selection/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
<p>You can also use the <a href="http://www.asap-utilities.com/excel-tips-shortcuts.php">shortcut</a> Control+Alt+D in Excel to copy the value of the cell above. However in this situation that would only work for one brand at a time.</p>
<h3>My question to you</h3>
<p>Which title do you think, would describe this utility best:</p>
<ol>
<li>Fill empty cells with the value above</li>
<li>Copy values to empty cells below filled cells in selection (<em>this is the current name</em>)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/22/video-how-to-fill-empty-cells-with-the-value-above-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to sort the sheet-tabs in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/18/video-how-to-sort-the-sheet-tabs-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/18/video-how-to-sort-the-sheet-tabs-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 08:43:20 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/18/video-how-to-sort-the-sheet-tabs-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will show you how to sort the sheet-tabs in alphabetical order in Excel by using ASAP Utilities. The example in the video show a workbook with several sheets with city-names: In the Excel menu choose ASAP Utilities » Sheets » Sort all sheets in alphabetical order Then result will then look like:]]></description>
			<content:encoded><![CDATA[<p>The following video will show you how to <strong>sort the sheet-tabs in alphabetical order in Excel by using ASAP Utilities</strong>.</p>
<p>The example in the video show a workbook with several sheets with city-names:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0032-1-before.png" alt="Before we sort the sheet-tabs" /></p>
<p>In the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=32&amp;utilities=Sheets">ASAP Utilities » Sheets » Sort all sheets in alphabetical order</a></p>
<p>Then result will then look like:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/0032-2-after-all-sheet-tabs-are-sorted-alphabetically.png" alt="After the sheet-tabs are sorted alphabetically" /></p>
<p><span id="more-162"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0032-Sort-sheets-in-alphabetical-order/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/18/video-how-to-sort-the-sheet-tabs-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video: How delete leading, trailing and excessive spaces in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/11/video-how-to-delete-leading-trailing-excessive-spaces-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/11/video-how-to-delete-leading-trailing-excessive-spaces-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 13:14:20 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/11/video-how-to-delete-leading-trailing-excessive-spaces-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will demonstrate you how to delete leading, trailing and excessive spaces from cells (trim) in Excel by using ASAP Utilities. The example in the video shows an address list with too many spaces: Several street- and city names contain a space at the beginning and/or at the end. Furthermore in a few names [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will demonstrate you how to <strong>delete leading, trailing and excessive spaces from cells (trim) in Excel by using ASAP Utilities</strong>.</p>
<p>The example in the video shows an address list with too many spaces:<br />
<img src="http://www.asap-utilities.com/blog/wp-content/trim-leading-trailing-excessive-spaces.png" alt="Example of leading, trailing and excessive spaces" vspace="8" /><br />
Several street- and city names contain a space at the beginning and/or at the end. Furthermore in a few names there are multiple spaces between the street name and the number. You can use Excel's built-in function =TRIM() to remove these extra spaces. However then you have to create two extra columns in this example where you put this formula. To make this easier I have built a tool in ASAP Utilities (years ago) where you can select the cells and have all the leading, trailing and excessive spaces removed easily.</p>
<p>First select the cells and then in the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=87&amp;utilities=Text">ASAP Utilities » Text » Delete leading, trailing and excessive spaces</a></p>
<p><span id="more-158"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0087-Delete-leading-trailing-excessive-spaces/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/11/video-how-to-delete-leading-trailing-excessive-spaces-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to extract hyperlinks in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/10/video-how-to-extract-hyperlinks-in-excel-with-asap-utilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/10/video-how-to-extract-hyperlinks-in-excel-with-asap-utilities/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 18:20:44 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/10/video-how-to-extract-hyperlinks-in-excel-with-asap-utilities/</guid>
		<description><![CDATA[The following video will demonstrate you extract hyperlinks from cells in Excel by using ASAP Utilities. The example in the video show a list of websites that I copied from my links-page. There is no easy way in Excel itself to get the hyperlinks from the cells. That's why I built such a functionality into ASAP [...]]]></description>
			<content:encoded><![CDATA[<p>The following video will demonstrate you <strong>extract hyperlinks from cells in Excel by using ASAP Utilities</strong>.</p>
<p>The example in the video show a list of websites that I copied from my <a href="http://www.asap-utilities.com/excel-tips-link-websites.php">links-page</a>. There is no easy way in Excel itself to get the hyperlinks from the cells. That's why I built such a functionality into ASAP Utilities.</p>
<p><img src="http://www.asap-utilities.com/blog/wp-content/extract-hyperlinks.png" alt="Extract hyperlinks" /></p>
<p>First select the cells and then in the Excel menu choose <a href="http://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=227&amp;utilities=Web">ASAP Utilities » Web » Extract hyperlinks...</a></p>
<p>Besides this utility, you can also use the worksheet function <a href="http://www.asap-utilities.com/asap-utilities-worksheet-functions.php">=ASAPGetHyperlink()</a> to retreive the link addresses.</p>
<p><span id="more-156"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0227-Extract-hyperlinks-get-the-link-address/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/10/video-how-to-extract-hyperlinks-in-excel-with-asap-utilities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video: How to sort by color in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/09/video-how-to-sort-by-color-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/09/video-how-to-sort-by-color-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 13:18:16 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/09/video-how-to-sort-by-color-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will demonstrate you how to sort by color in Excel by using ASAP Utilities. It is not possible to sort by color in Excel. However we find that many people use colors to "tag" certain cells that need to be processed later. The example in the video show a list of keywords such [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 10px;" src="http://www.asap-utilities.com/blog/wp-content/sort-by-cell-color.png" alt="Sort by cell color" align="right" />The following video will demonstrate you <strong>how to sort by color in Excel by using ASAP Utilities</strong>.</p>
<p>It is not possible to sort by color in Excel. However we find that many people use colors to "tag" certain cells that need to be processed later.</p>
<p>The example in the video show a list of keywords such as my colleague (Rogier Mensink) often gets back from his customers for Google Adwords campaigns. The keywords where the ads need to be displayed are marked in yellow. With Excel only it is difficult to get a list of only the yellow cells. With ASAP Utilities it is easy, you sort the cells by their color and you have a list of all the yellow cells together.</p>
<p>First select the cells and then in the Excel menu choose ASAP Utilities » Range » Advanced sorting...</p>
<p><span id="more-154"></span><br />
<iframe style="margin-top: 20px;" src="http://www.asap-utilities.com/screencast/0230-sort-keywords-by-their-color/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
<p>Besides sorting by cell color you can also sort on: Value, Number Format, Cell Color, Cell Color Indexnr., Font Color, Font Color Indexnr., Font Size, Font Name, Bold, Italic, Underline, Strikethrough, Text length, Shuffle (randomize order), Formula, Email address host (@...), Year-Month-Day, Year-Day-Month, Month-Day-Year, Month-Year-Day, Day-Year-Month, Day-Month-Year, Day of the week (start on Sunday), Day of the week (start on Monday)</p>
<p>Note: In Excel 2007 Microsoft has added the ability to sort by color. First you need to convert your data to a table and then you can sort it by color.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/09/video-how-to-sort-by-color-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video: How to remove leading zeros in Excel with ASAP&#160;Utilities</title>
		<link>http://www.asap-utilities.com/blog/index.php/2007/10/08/video-how-to-remove-leading-zeros-in-excel-with-asaputilities/</link>
		<comments>http://www.asap-utilities.com/blog/index.php/2007/10/08/video-how-to-remove-leading-zeros-in-excel-with-asaputilities/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:21:54 +0000</pubDate>
		<dc:creator>Bastien</dc:creator>
				<category><![CDATA[ASAP Utilities]]></category>
		<category><![CDATA[how to with ASAP Utilities]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.asap-utilities.com/blog/index.php/2007/10/08/video-how-to-remove-leading-zeros-in-excel-with-asaputilities/</guid>
		<description><![CDATA[The following video will demonstrate you how to remove (or trim) leading zeros from numbers within a range in Excel by using ASAP Utilities. This utility also works for numbers that are not recognized by Excel or are proceeded with an apostrophe (such as '2). You can usually recognize these numbers because they are left-aligned: The [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 10px;" src="http://www.asap-utilities.com/blog/wp-content/remove-leading-zeros.png" alt="Remove/trim leading zeros in Excel" align="right" />The following video will demonstrate you <strong>how to remove (or trim) leading zeros from numbers within a range in Excel by using ASAP Utilities</strong>.</p>
<p>This utility also works for numbers that are not recognized by Excel or are proceeded with an apostrophe (such as '2). You can usually recognize these numbers because they are left-aligned:<br />
<img style="margin-left: 10px; margin-bottom: 10px;" title="Numbers that Excel treats as text and does not use in its calculation" src="http://www.asap-utilities.com/blog/wp-content/text-numbers-excel-cannot-handle-calculate.png" alt="Numbers that Excel treats as text and does not use in its calculation" align="right" /></p>
<p>The following video demonstrates how to remove the leading zeros from the imported data so that the numbers can be used in the calculations:<br />
<span id="more-147"></span><br />
<iframe src="http://www.asap-utilities.com/screencast/0070-remove-leading-zeros-calculation/" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="640" height="550"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asap-utilities.com/blog/index.php/2007/10/08/video-how-to-remove-leading-zeros-in-excel-with-asaputilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

