<?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>www.excelrange.com &#187; time saving</title>
	<atom:link href="http://www.excelrange.com/tag/time-saving/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelrange.com</link>
	<description>Sharing Excel skills</description>
	<lastBuildDate>Tue, 11 Jan 2011 10:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TIP: How to Find or Replace New Lines in Cells</title>
		<link>http://www.excelrange.com/tip-how-to-find-or-replace-new-lines-in-cells/</link>
		<comments>http://www.excelrange.com/tip-how-to-find-or-replace-new-lines-in-cells/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 12:37:50 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=315</guid>
		<description><![CDATA[Using ASCII codes it is possible to find or replace invisible characters like newlines in Excel worksheet. E.g. when needed to find newlines and replace them with something else, you can use ALT+010 in the search field.
The same technique is usable for changing certain characters into new lines (inserting newlines instead of comas or semicolons [...]]]></description>
			<content:encoded><![CDATA[<p>Using ASCII codes it is possible to find or replace invisible characters like newlines in Excel worksheet. E.g. when needed to find newlines and replace them with something else, you can use ALT+010 in the search field.</p>
<p>The same technique is usable for changing certain characters into new lines (inserting newlines instead of comas or semicolons e.g.).</p>
<p>Newlines are created in Excel while typing in the cell and pressing ALT+Enter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/tip-how-to-find-or-replace-new-lines-in-cells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timesaving macro concatenates cell values</title>
		<link>http://www.excelrange.com/timesaving-macro-concatenates-cell-values/</link>
		<comments>http://www.excelrange.com/timesaving-macro-concatenates-cell-values/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 15:55:43 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=310</guid>
		<description><![CDATA[While working with spreadsheet data, it&#8217;s common to face situations where you have to manually reorder or transform data. Macros are of good help then. I&#8217;ll share an example of a quite common case where simple macro can help save a lot of time.
Case: the spreadsheet contains manually entered and badly structured data. You need [...]]]></description>
			<content:encoded><![CDATA[<p>While working with spreadsheet data, it&#8217;s common to face situations where you have to manually reorder or transform data. Macros are of good help then. I&#8217;ll share an example of a quite common case where simple macro can help save a lot of time.</p>
<p>Case: the spreadsheet contains manually entered and badly structured data. You need to paste together the data from various cells, but you can&#8217;t do it with formulas because every situation is slightly different (contains different number of rows e.g.). Basically, you need a tool that takes the contents of currently selected cells, concatenates the values and pastes the outcome somewhere.</p>
<p>Problem and the desired outcome is depicted on the following screenshot.</p>
<p><a href="http://www.excelrange.com/wp-content/uploads/2010/11/Screen-shot-2010-11-08-at-17.42.10.png" rel="lightbox[310]"><img class="alignnone size-medium wp-image-311" title="Problem description" src="http://www.excelrange.com/wp-content/uploads/2010/11/Screen-shot-2010-11-08-at-17.42.10-300x171.png" alt="" width="300" height="171" /></a></p>
<p>As a solution, you can use a simple macro that takes the contents of the selection, concatenates it using newlines between values and pastes the outcome to the first selected cell. The code that does this is on the following screenshot. It uses Selection.Cells property that refers to the currently selected range of cells.</p>
<p><a href="http://www.excelrange.com/wp-content/uploads/2010/11/macro_code.png" rel="lightbox[310]"><img class="alignnone size-medium wp-image-312" title="VB macro code for concatenating cell values" src="http://www.excelrange.com/wp-content/uploads/2010/11/macro_code-300x291.png" alt="" width="300" height="291" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/timesaving-macro-concatenates-cell-values/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pivot Table Tip: Color All One Type of Data Items at Once</title>
		<link>http://www.excelrange.com/pivot-table-tip-color-all-one-type-of-data-items/</link>
		<comments>http://www.excelrange.com/pivot-table-tip-color-all-one-type-of-data-items/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 08:12:05 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[cell format]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[Pivot table]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=266</guid>
		<description><![CDATA[Microsoft Excel&#8217;s styling capabilities have improved over the time. But there are still lackings on some areas. One thing I personally miss is the ability to attach styles to Pivot table items. For example you have in one table the sums of revenues and sums of quantities &#8211; and you wish the revenues to be [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Excel&#8217;s styling capabilities have improved over the time. But there are still lackings on some areas. One thing I personally miss is the ability to attach styles to Pivot table items. For example you have in one table the sums of revenues and sums of quantities &#8211; and you wish the revenues to be formatted differently. Of course, you can manually change the formatting of each revenue cell, but this is not a very modern way to handle it &#8211; considering we use styles for such formatting tasks in MS Office and other programs nowadays. </p>
<p>I have a little tip for those of you who face the same problem &#8211; you can still attach different color to different Pivot table items.<span id="more-266"></span> It is possible to use custom formatting to define the color of the Pivot table data item. This way all data of the same kind will be formatted with the same font color &#8211; resistant to table refreshes, size changes and field arrangements. And most importantly &#8211; you can change the color instantly from one place.</p>
<p>Field format is applied by right-clicking on the field name: Field settings -&gt; Number</p>
<p>Then you should apply &#8216;Custom&#8217; number formatting and define color format as shown on the screenshot below. This makes the text blue:</p>
<p><a href="http://www.excelrange.com/wp-content/uploads/2009/12/Picture-1.png" rel="lightbox[266]"><img class="alignnone size-medium wp-image-270" title="Custom format for a Pivot table item" src="http://www.excelrange.com/wp-content/uploads/2009/12/Picture-1-300x279.png" alt="Custom format for a Pivot table item" width="300" height="279" /></a></p>
<p>Below is a table of milk production data. One data item is made blue to distinguish it from the rest of the table:</p>
<p><a href="http://www.excelrange.com/wp-content/uploads/2009/12/Picture-2.png" rel="lightbox[266]"><img class="alignnone size-medium wp-image-271" title="Pivot table with colored texts" src="http://www.excelrange.com/wp-content/uploads/2009/12/Picture-2-300x228.png" alt="Pivot table with colored texts" width="300" height="228" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/pivot-table-tip-color-all-one-type-of-data-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fill Gaps Based on Cells Above</title>
		<link>http://www.excelrange.com/fill-gaps-based-on-cells-above/</link>
		<comments>http://www.excelrange.com/fill-gaps-based-on-cells-above/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:07:57 +0000</pubDate>
		<dc:creator>Märt Parker</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://www.excelrange.com/?p=156</guid>
		<description><![CDATA[What will you do, if you have an output from a Pivot table and you need to use it as a source for another pivot table? Or you simply have gaps in the table that you need to fill with information above (or some other side). Not knowing the right approach might leave you the [...]]]></description>
			<content:encoded><![CDATA[<p>What will you do, if you have an output from a Pivot table and you need to use it as a source for another pivot table? Or you simply have gaps in the table that you need to fill with information above (or some other side). Not knowing the right approach might leave you the only option to change the cells manually &#8211; which would be a terrible waste of time for larger tables. <span id="more-156"></span></p>
<p>As an example &#8211; the left table below is not suitable to use in data analysis &#8211; you can&#8217;t even filter rows by &#8216;Category&#8217; if you would like to:</p>
<table style="width: 443px; height: 317px; background-color: #ffff99;" border="0">
<tbody>
<tr>
<td><a href="http://www.excelrange.com/wp-content/uploads/2009/12/fill-gaps-cats.png" rel="lightbox[156]"><img class="size-medium wp-image-159" title="Source table" src="http://www.excelrange.com/wp-content/uploads/2009/12/fill-gaps-cats-139x300.png" alt="Source table" width="139" height="300" /></a></td>
<td style="font-style: normal;">Convert  to &gt;&gt;</td>
<td><a href="http://www.excelrange.com/wp-content/uploads/2009/12/fill-gaps-cats2.png" rel="lightbox[156]"><img class="size-medium wp-image-161" title="Result" src="http://www.excelrange.com/wp-content/uploads/2009/12/fill-gaps-cats2-137x300.png" alt="Result" width="137" height="300" /></a></td>
</tr>
</tbody>
</table>
<p>Fortunatelly, there is an elegant time-saving solution to do this automatically. The logic behind the solution is that you can use the Excel command to select only empty cells and then change them all at once.</p>
<p>The steps are the following:</p>
<ol>
<li>Choose the area (column) you need to fill &#8211; the first column in our example</li>
<li>Press Ctrl+G or choose from the menu Edit &gt; Go To&#8230;</li>
<li>Select &#8216;Blanks&#8217; and click OK. The empty cells of the first column should now be selected.</li>
<li>Write formula &#8211; type equation sign (=) and press UP arrow. By doing this, every selected cell gets the value directly above.</li>
<li>Press Ctrl+Enter. Holding Ctrl tells Excel to change all the active cells at once.</li>
<li>One more thing &#8211; you&#8217;ll have to convert the formulas to static values to quarantee that the values will stay the same even after sorting and other transformations. Use &#8216;Copy&#8217; and Paste Special -&gt; Values. Now you&#8217;re done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.excelrange.com/fill-gaps-based-on-cells-above/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

