<?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>Rethinkit Blog &#187; Excel</title>
	<atom:link href="http://www.rethinkit.com/blog/category/tech-tips/excel-tech-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rethinkit.com/blog</link>
	<description>systems, software, Windows, and more</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:09:42 +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>(Tech Tip: Office) How to password protect a Word / Excel document</title>
		<link>http://www.rethinkit.com/blog/tech-tip-office-how-to-password-protect-a-word-excel-document-2/</link>
		<comments>http://www.rethinkit.com/blog/tech-tip-office-how-to-password-protect-a-word-excel-document-2/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 18:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.rethinkit.com/blog/tech-tip-office-how-to-password-protect-a-word-excel-document-2/</guid>
		<description><![CDATA[
(Tech Tip: Office) How to password protect a Word / Excel document
Microsoft Office documents can be protected in several ways.
Opening the document requires a password (via Save As)
Modifying the document requires a password (via Save As)
Note: There is another area that offers template-style protection (via the Review tab) that only protects changing certain cells or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image003.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" align="left" src="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image003_thumb.jpg" width="85" height="57" /></a></p>
<p><b>(Tech Tip: Office) How to password protect a Word / Excel document</b></p>
<p>Microsoft Office documents can be protected in several ways.</p>
<p><b>Opening</b> the document requires a password (via Save As)</p>
<p><b>Modifying</b> the document requires a password (via Save As)</p>
<p><i>Note: There is another area that offers template-style protection (via the Review tab) that only protects changing certain cells or sheets from modification.</i></p>
<p> <span id="more-589"></span>
<p><i></i></p>
<p>Here's how to protect your document </p>
<p>1. In the <b>Save As</b> dialog box look for the <b>Tools </b>dropdown menu</p>
<p>2. Select <b>General Options</b></p>
<p>3. In the <b>Password to open</b> area enter the password for opening the document</p>
<p> 'Password to open' will encrypt the file and you would need the password to see its contents.</p>
<p> 'Password to modify' will still allow anyone to see the contents of the file even without the password.</p>
<p><a href="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image001.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image001_thumb.jpg" width="244" height="104" /></a></p>
<p><a href="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image0031.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.rethinkit.com/blog/wp-content/uploads/2010/08/clip_image003_thumb1.jpg" width="244" height="161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rethinkit.com/blog/tech-tip-office-how-to-password-protect-a-word-excel-document-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Tech Tip: Excel) Suppress 0 values</title>
		<link>http://www.rethinkit.com/blog/tech-tip-excel-suppress-0-values/</link>
		<comments>http://www.rethinkit.com/blog/tech-tip-excel-suppress-0-values/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:52:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://systemstuff.wordpress.com/?p=88</guid>
		<description><![CDATA[&#60;span style="font-size:smallTo hide values (text or numeric) that have a 0
&#60;
Bad: in general for your Excel sessions (independent of the file)
Tools(menu)… Options(menu)… View(tab)… Window Options(area)... Zero values(checkbox)
 
Better: You can use a formula such as
=IF(F7=0,"",F7)
 
Best: You can do it without a formula by formatting the cell with
Format(menu)… Cells(menu)… Number(tab)
Custom:   #,###_);
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><strong>&lt;span style="font-size:smallTo hide values (text or numeric) that have a 0</span></strong></p>
<p class="MsoNormal" style="margin:0;"><strong>&lt;</strong></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:small;">Bad: in general for your Excel sessions (independent of the file)</span></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;">Tools(menu)… Options(menu)… View(tab)… Window Options(area)... Zero values(checkbox)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:small;">Better: You can use a formula such as</span></strong></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;">=IF(F7=0,"",F7)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"> </span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:small;">Best: You can do it without a formula by formatting the cell with</span></strong></p>
<p class="MsoNormal" style="margin:0;"><span>Format(menu)… Cells(menu)… Number(tab)</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;">Custom:   </span><span style="font-family:&quot;">#,###_);</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rethinkit.com/blog/tech-tip-excel-suppress-0-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get unique names from a list</title>
		<link>http://www.rethinkit.com/blog/how-to-get-unique-names-from-a-list/</link>
		<comments>http://www.rethinkit.com/blog/how-to-get-unique-names-from-a-list/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:44:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://systemstuff.wordpress.com/?p=77</guid>
		<description><![CDATA[1. Open file and click on column A (selects the entire column)
 
2. Then choose Data... Sort and select "header row" (figure 1) and click OK
Now the list is sorted in alpha order




3. Choose Data... Filter... Advanced Filter
Fill in as is figure 2:
Select Copy to another location
List Range $A:$A
Criteria Range $A:$A
Copy To $D:$D
Check off 'Unique records only'
 
Press OK
 
4. Done.
When the dialog [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:&quot;">1.</span></strong><span style="font-size:10pt;font-family:&quot;"> Open file and click on column A (selects the entire column)</span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"> </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:&quot;">2.</span></strong><span style="font-size:10pt;font-family:&quot;"> Then choose Data... Sort and select "header row" (<em><span style="font-family:&quot;">figure 1</span></em>) and click OK</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Now the list is sorted in alpha order</span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:&quot;"><span id="more-77"></span></span></strong></p>
<p class="MsoNormal" style="margin:0;"><strong></strong></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:&quot;">3.</span></strong><span style="font-size:10pt;font-family:&quot;"> Choose Data... Filter... Advanced Filter</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Fill in as is <em><span style="font-family:&quot;">figure 2</span></em>:</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Select Copy to another location</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">List Range $A:$A</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Criteria Range $A:$A</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Copy To $D:$D</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Check off 'Unique records only'</span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"> </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">Press OK</span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:small;"><span style="font-family:Times New Roman;"> </span></span></span></p>
<p class="MsoNormal" style="margin:0;"><strong><span style="font-size:10pt;font-family:&quot;">4.</span></strong><span style="font-size:10pt;font-family:&quot;"> Done.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:&quot;">When the dialog box goes away, Column D has your unique records.</span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:10pt;font-family:&quot;"> <img class="alignleft size-full wp-image-84" title="how-to-get-unique-names-13" src="http://systemstuff.files.wordpress.com/2008/12/how-to-get-unique-names-13.png" alt="how-to-get-unique-names-13" width="300" height="282" /></span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:10pt;font-family:&quot;"><em>figure 1</em></span></span></p>
<p><span><span style="font-size:10pt;font-family:&quot;"></p>
<p class="MsoNormal" style="margin:0;"><span><span style="font-size:10pt;font-family:&quot;"><img class="alignleft size-full wp-image-86" title="how-to-get-unique-names-21" src="http://systemstuff.files.wordpress.com/2008/12/how-to-get-unique-names-21.png" alt="how-to-get-unique-names-21" width="307" height="278" /></span></span></p>
<p></span></span></p>
<p class="MsoNormal" style="margin:0;"><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span></span></p>
<p><span><span style="font-size:10pt;font-family:&quot;"><em>figure 2</em></span></span></p>
<p><span></span></p>
<p><span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rethinkit.com/blog/how-to-get-unique-names-from-a-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Tech Tip: Excel) How to get unique names from a list</title>
		<link>http://www.rethinkit.com/blog/tech-tip-excel-how-to-get-unique-names-from-a-list/</link>
		<comments>http://www.rethinkit.com/blog/tech-tip-excel-how-to-get-unique-names-from-a-list/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 12:38:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[techtip]]></category>

		<guid isPermaLink="false">http://systemstuff.wordpress.com/?p=21</guid>
		<description><![CDATA[If you have a list of information and you want to remove duplicates, use Excel and follow these simple steps.

1. Open file and click on column A (selects the entire column) 
2. Then choose Data... Sort and select "header row" (see below) and click OK

Now the list is sorted in alpha order 
3. Choose Data... Filter... Advanced [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a list of information and you want to remove duplicates, use Excel and follow these simple steps.</p>
<div>
<p>1. Open file and click on column A (selects the entire column) <br />
2. Then choose Data... Sort and select "header row" (see below) and click OK</p>
<p><a href="http://systemstuff.files.wordpress.com/2008/09/excelsort.png"><span id="more-21"></span><img class="alignnone size-full wp-image-17" title="excelsort" src="http://systemstuff.files.wordpress.com/2008/09/excelsort.png" alt="" width="210" height="215" /></a></p>
<p>Now the list is sorted in alpha order </p>
<p>3. Choose Data... Filter... Advanced Filter<br />
<a href="http://systemstuff.files.wordpress.com/2008/09/excelfilter.png"><img class="alignnone size-full wp-image-18" title="excelfilter" src="http://systemstuff.files.wordpress.com/2008/09/excelfilter.png" alt="" width="191" height="182" /></a></p>
<p> </p>
<p>Select Copy to another location<br />
List Range $A:$A<br />
Criteria Range $A:$A<br />
Copy To $D:$D<br />
Check off 'Unique records only'<br />
Press OK </p>
<p>4. Done.</p>
<p>When the dialog box goes away, Column D has your unique records.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rethinkit.com/blog/tech-tip-excel-how-to-get-unique-names-from-a-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

