<?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: Accelerating with Excel</title>
	<link>http://ask.metafilter.com/74430/Accelerating-with-Excel/</link>
	<description>Comments on Ask MetaFilter post Accelerating with Excel</description>
	<pubDate>Mon, 22 Oct 2007 23:10:52 -0800</pubDate>
	<lastBuildDate>Mon, 22 Oct 2007 23:10:52 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Accelerating with Excel</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel</link>	
		<description>I have a list of a few hundred people involved with the school I am at this year, and I need to break the names into First, Middle, and Last Name. Is there a way to make excel go through a list of names and at any point where there is a character break (a space like this---&amp;gt; ) put the rest of the cell one over to the right?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.74430</guid>
		<pubDate>Mon, 22 Oct 2007 23:08:22 -0800</pubDate>
		<dc:creator>daviss</dc:creator>
		
			<category>excel</category>
		
			<category>list</category>
		
			<category>names</category>
		
	</item> <item>
		<title>By: pombe</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106924</link>	
		<description>If I was at work I could tell you how to do it, but I can&apos;t remember off the top of my head.  Try search help for &quot;split string&quot;.  If no one&apos;s answered this in 12 hours, I&apos;ll post better instructions.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106924</guid>
		<pubDate>Mon, 22 Oct 2007 23:10:52 -0800</pubDate>
		<dc:creator>pombe</dc:creator>
	</item><item>
		<title>By: Jimbob</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106928</link>	
		<description>Data -&amp;gt; Text to Columns may do what you want, with a few iterations.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106928</guid>
		<pubDate>Mon, 22 Oct 2007 23:13:36 -0800</pubDate>
		<dc:creator>Jimbob</dc:creator>
	</item><item>
		<title>By: b33j</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106929</link>	
		<description>Yep.&lt;br&gt;
&lt;br&gt;
Data&amp;gt;&amp;gt;Text to columns - delimited (next page: space).&lt;br&gt;
&lt;br&gt;
You&apos;ll have to go through and check manually for the people with double barrelled surnames, but it&apos;ll get most of them right.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106929</guid>
		<pubDate>Mon, 22 Oct 2007 23:14:09 -0800</pubDate>
		<dc:creator>b33j</dc:creator>
	</item><item>
		<title>By: kaydo</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106930</link>	
		<description>I&apos;d just open the file in notepad and find/replace all spaces with &quot;,&quot; and save it as a csv file.  Re-open in excel and watch the magic unfold</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106930</guid>
		<pubDate>Mon, 22 Oct 2007 23:16:07 -0800</pubDate>
		<dc:creator>kaydo</dc:creator>
	</item><item>
		<title>By: UbuRoivas</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106936</link>	
		<description>what kaydo said.&lt;br&gt;
&lt;br&gt;
same process, really, but i&apos;d save as txt, replace all spaces with commas, then replace all double commas with single commas, repeat as necessary (this gets rid of all the double, triple etc spaces), then open the file again in excel (it&apos;s effectively a csv file now, ie comma-separated-values). makes no difference if you call it csv or txt.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106936</guid>
		<pubDate>Mon, 22 Oct 2007 23:34:07 -0800</pubDate>
		<dc:creator>UbuRoivas</dc:creator>
	</item><item>
		<title>By: UbuRoivas</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106938</link>	
		<description>hey, that data&amp;gt;text to columns is good! &lt;br&gt;
&lt;br&gt;
i&apos;d never noticed that before.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106938</guid>
		<pubDate>Mon, 22 Oct 2007 23:37:41 -0800</pubDate>
		<dc:creator>UbuRoivas</dc:creator>
	</item><item>
		<title>By: apple scruff</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106960</link>	
		<description>&lt;em&gt;I&apos;d just open the file in notepad and find/replace all spaces with &quot;,&quot; and save it as a csv file. Re-open in excel and watch the magic unfold&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Along those lines, you could also (in Notepad) replace all spaces with tabs, and just paste it into Excel.  Notepad is your best friend when messing around with Excel.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106960</guid>
		<pubDate>Tue, 23 Oct 2007 00:21:38 -0800</pubDate>
		<dc:creator>apple scruff</dc:creator>
	</item><item>
		<title>By: DarkoBeta</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1106995</link>	
		<description>There is no need to replace anything in the file since a space is a valid delimiter.  B33j  had it right.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1106995</guid>
		<pubDate>Tue, 23 Oct 2007 02:13:32 -0800</pubDate>
		<dc:creator>DarkoBeta</dc:creator>
	</item><item>
		<title>By: dantodd</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1107055</link>	
		<description>If you need to make a more advanced list, say to extract phone numbers, post codes, address etc, then read up on using Word&apos;s Advanced Find and Replace with wild cards.  One of the Word MSVPs has an excellent set of primers for this.  &lt;br&gt;
&lt;br&gt;
You can massage very long, complex and messy lists quite quickly when you get the hang of it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1107055</guid>
		<pubDate>Tue, 23 Oct 2007 05:18:03 -0800</pubDate>
		<dc:creator>dantodd</dc:creator>
	</item><item>
		<title>By: phrits</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1107069</link>	
		<description>I&apos;d be inclined to hit it with formulas if it&apos;s simple enough. Assuming an unvarying list of &quot;LAST, FIRST&quot;...&lt;br&gt;
&lt;br&gt;
Last: &lt;code&gt;=LEFT(A1,FIND(&quot;,&quot;,A1)-1)&lt;/code&gt;&lt;br&gt;
First: &lt;code&gt;=RIGHT(A1,LEN(A1)-FIND(&quot;, &quot;,A1)-1)&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The Excel MID function will get you the piece in between; I&apos;m just too lazy to generate the formula at the moment. Reply if you get stuck.&lt;br&gt;
&lt;br&gt;
You&apos;ll need columns for each of your name components, and once it looks like you want it to, you can convert (or &quot;copy special&quot;) to turn the formula results into raw data.&lt;br&gt;
&lt;br&gt;
Of course, if it gets more complicated than that&amp;mdash;suffixes, multiple middle names, &quot;first&quot; names with spaces (e.g. Beth Ann)&amp;mdash;you&apos;ll quickly exceed the practical capacity of the approach. Name data is not typically pretty. If this is something you&apos;ll be working with for more than just this once, you might want to look into Perl or some other text manipulation language.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1107069</guid>
		<pubDate>Tue, 23 Oct 2007 05:37:44 -0800</pubDate>
		<dc:creator>phrits</dc:creator>
	</item><item>
		<title>By: phrits</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1107078</link>	
		<description>And on what should&apos;ve been a better preview, b33j has it right. Wish I&apos;d had that yesterday when I was converting m/d/yyyy to =date(...).&lt;br&gt;
Day: &lt;code&gt;=IF(LEN(LEFT(D16,FIND(&quot;/&quot;,D16)-1))&amp;gt;1,MID(D16,FIND(&quot;/&quot;,D16)+1,LEN(D16)&lt;br&gt;-FIND(&quot;/&quot;,D16,3)-5),MID(D16,FIND(&quot;/&quot;,D16)+1,LEN(D16)-FIND(&quot;/&quot;,D16,3)-2))&lt;/code&gt;&lt;br&gt;
makes my eyes hurt. LOL.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1107078</guid>
		<pubDate>Tue, 23 Oct 2007 05:49:08 -0800</pubDate>
		<dc:creator>phrits</dc:creator>
	</item><item>
		<title>By: DarkoBeta</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1107102</link>	
		<description>I should add that if you do text to columns, you&apos;ll want to review the results.  If, for example, someone does not have a middle name (or two middle names or two last names, etc.) then that person&apos;s information will be off.  It&apos;s just a hazard of using delimiters with long lists of demographic information.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1107102</guid>
		<pubDate>Tue, 23 Oct 2007 06:23:41 -0800</pubDate>
		<dc:creator>DarkoBeta</dc:creator>
	</item><item>
		<title>By: yarrow</title>
		<link>http://ask.metafilter.com/74430/Accelerating-with-Excel#1107130</link>	
		<description>Ok, I just tried the text to columns thing, which I didn&apos;t know about and is very cool. (I would have solved this phrits&apos;s way.)&lt;br&gt;
&lt;br&gt;
But be aware that once you use it, Excel will continue to parse all pasted text using the delimiter you set until you do another text-to-columns action with a different delimiter. To get things back to normal behavior you have to uncheck all the delimiter boxes. At least that&apos;s what happened with my version of Excel &amp;amp; what worked for me as a fix.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74430-1107130</guid>
		<pubDate>Tue, 23 Oct 2007 07:04:18 -0800</pubDate>
		<dc:creator>yarrow</dc:creator>
	</item>
	</channel>
</rss>
