<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: This would be a perfect job for an intern. If I had one.</title>
	<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one/</link>
	<description>Comments on Ask MetaFilter post This would be a perfect job for an intern. If I had one.</description>
	<pubDate>Thu, 24 Jan 2008 07:54:06 -0800</pubDate>
	<lastBuildDate>Thu, 24 Jan 2008 07:54:06 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: This would be a perfect job for an intern. If I had one.</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one</link>	
		<description>MS Excel filter: I&apos;m editing a huge spreadsheet and Excel doesn&apos;t like my zip codes. How can I quickly fix this? more after jump... &lt;br /&gt;&lt;br /&gt; I&apos;m doing a mass mailing and I exported about 9000 names from our customer list in Filemaker, and Excel deleted the zero at the beginning of the East coast zip codes. (i.e. Worcester, MA 1602 instead of 01602) There are about 500 zip codes like this and I have to believe there&apos;s a quick way to make a universal change and stick in the missing zero at the beginning of the zip codes. I already formatted the cells to recognize nunbers as text, but that still leaves me to fix each one by hand. &lt;br&gt;
&lt;br&gt;
Any ideas on what to do?  And please explain it in simple steps because I&apos;m not as technologically inclined as some.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.81834</guid>
		<pubDate>Thu, 24 Jan 2008 07:47:20 -0800</pubDate>
		<dc:creator>LiveToEat</dc:creator>
		
			<category>excel</category>
		
			<category>msoffice</category>
		
			<category>officespace</category>
		
	</item> <item>
		<title>By: Happy Dave</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212505</link>	
		<description>The zero isn&apos;t gone - Excel hides zeros before decimal points in cells it thinks are numbers.&lt;br&gt;
&lt;br&gt;
To fix this, simply format the column as text &lt;i&gt;before&lt;/i&gt; you paste in your zip codes.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212505</guid>
		<pubDate>Thu, 24 Jan 2008 07:54:06 -0800</pubDate>
		<dc:creator>Happy Dave</dc:creator>
	</item><item>
		<title>By: smackfu</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212506</link>	
		<description>Format the cells as type Special: Zip Code and it will keep the leading zeroes.&lt;br&gt;
&lt;br&gt;
To be specific: in the menu, Format &amp;gt; Cells..., select Special as the category and Zip Code as the Type.&lt;br&gt;
&lt;br&gt;
(I&apos;m a bit surprised that Excel doesn&apos;t call it ZIP code, which is the proper name.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212506</guid>
		<pubDate>Thu, 24 Jan 2008 07:54:47 -0800</pubDate>
		<dc:creator>smackfu</dc:creator>
	</item><item>
		<title>By: Pants!</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212511</link>	
		<description>You could solve this with a formula&lt;br&gt;
&lt;br&gt;
=IF(len(A1)=4,&quot;0&quot; &amp;amp; A1,A1)&lt;br&gt;
&lt;br&gt;
Where A1 is the zip code field.&lt;br&gt;
&lt;br&gt;
FYI, len counts the number of characters in the field.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212511</guid>
		<pubDate>Thu, 24 Jan 2008 07:56:14 -0800</pubDate>
		<dc:creator>Pants!</dc:creator>
	</item><item>
		<title>By: fuzzbean</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212513</link>	
		<description>First, Excel also has a format for zip codes under the &quot;special&quot; category in formats.  Try formatting the column as a zip code and see if that reinstates the leading zero.&lt;br&gt;
&lt;br&gt;
If not, format the column (A) as text, format the column next to it (B) as text (or zip code) and paste this into (B):  =IF(LEN(A1)=4,CONCATENATE(0,A1),A1)&lt;br&gt;
&lt;br&gt;
(Tweak the A to be whatever column your failed zip codes are in.)&lt;br&gt;
&lt;br&gt;
That should, in theory, work.&lt;br&gt;
&lt;br&gt;
On preview, what they said.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212513</guid>
		<pubDate>Thu, 24 Jan 2008 07:57:06 -0800</pubDate>
		<dc:creator>fuzzbean</dc:creator>
	</item><item>
		<title>By: drezdn</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212522</link>	
		<description>If you had a similar problem (it used to come up for me with ISBNs) you could use Format: Number: Custom &lt;br&gt;
&lt;br&gt;
then in the type box enter 0####</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212522</guid>
		<pubDate>Thu, 24 Jan 2008 08:01:52 -0800</pubDate>
		<dc:creator>drezdn</dc:creator>
	</item><item>
		<title>By: LiveToEat</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212530</link>	
		<description>Thanks everyone. Specifically, smackfu.  You saved me valuable time that I can now spend reading metafilter here at work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212530</guid>
		<pubDate>Thu, 24 Jan 2008 08:05:34 -0800</pubDate>
		<dc:creator>LiveToEat</dc:creator>
	</item><item>
		<title>By: cmiller</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212572</link>	
		<description>Shouldn&apos;t these be treated as strings, even if you didn&apos;t have a zip-code-rendering type?  Sure, they /look/ like numbers, but that doesn&apos;t mean you should enter them that way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212572</guid>
		<pubDate>Thu, 24 Jan 2008 08:40:47 -0800</pubDate>
		<dc:creator>cmiller</dc:creator>
	</item><item>
		<title>By: DandyRandy</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1212983</link>	
		<description>Watch out for ZIPs in Puerto Rico, which may look like 00123 (two leading zeros).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1212983</guid>
		<pubDate>Thu, 24 Jan 2008 14:52:27 -0800</pubDate>
		<dc:creator>DandyRandy</dc:creator>
	</item><item>
		<title>By: junesix</title>
		<link>http://ask.metafilter.com/81834/This-would-be-a-perfect-job-for-an-intern-If-I-had-one#1213051</link>	
		<description>Just so you know, the values are not being stored with the leading zeros, they&apos;re only being &lt;strong&gt;&lt;em&gt;displayed&lt;/em&gt;&lt;/strong&gt; with leading zeros. So if you had to use the values in a formula, it should be =IF(A1=1602,... not =IF(A1=&quot;01602&quot;,...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81834-1213051</guid>
		<pubDate>Thu, 24 Jan 2008 16:18:04 -0800</pubDate>
		<dc:creator>junesix</dc:creator>
	</item>
	</channel>
</rss>
