<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Finding last names in Excel</title>
	<atom:link href="http://alex.halavais.net/finding-last-names-in-excel/feed" rel="self" type="application/rss+xml" />
	<link>http://alex.halavais.net/finding-last-names-in-excel</link>
	<description>Things that interest me.</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:07:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: alex</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-132411</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 28 Jul 2006 20:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-132411</guid>
		<description>Carlos: That&#039;s why I included Che as an example up there. It&#039;s really hard to do it in this case, because culturally, you are able to identify where given names end and surnames begin. I don&#039;t think there is a way to do this without resorting to a dictionary of names, which gets to be pretty complex, and not super-reliable.</description>
		<content:encoded><![CDATA[<p>Carlos: That&#8217;s why I included Che as an example up there. It&#8217;s really hard to do it in this case, because culturally, you are able to identify where given names end and surnames begin. I don&#8217;t think there is a way to do this without resorting to a dictionary of names, which gets to be pretty complex, and not super-reliable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-132241</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 28 Jul 2006 18:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-132241</guid>
		<description>What happens if, like in many Latin communities, the list includes both surname and mother&#039;s maiden name, in addition to the first name?  Or if instead of a middle initial, the full middle name is included?  How can we adapt the formula to accomodate this situation?  As far as I know, the find function will locate the first occurence only.</description>
		<content:encoded><![CDATA[<p>What happens if, like in many Latin communities, the list includes both surname and mother&#8217;s maiden name, in addition to the first name?  Or if instead of a middle initial, the full middle name is included?  How can we adapt the formula to accomodate this situation?  As far as I know, the find function will locate the first occurence only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-126854</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 20 Jul 2006 20:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-126854</guid>
		<description>Sorry, in the Fib sequence example, it should have said to put the formula =(A1+A2) in cell A3.</description>
		<content:encoded><![CDATA[<p>Sorry, in the Fib sequence example, it should have said to put the formula =(A1+A2) in cell A3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-126847</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 20 Jul 2006 20:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-126847</guid>
		<description>Sorry, didn&#039;t mean to be rude :) The notion of using Excel to start teaching programming is an interesting one. The programmer in me shudders at the notion, but that’s just cultural and it really makes a lot of sense, as it&#039;s relatively readily available (and OpenOffice *is* readily available as an alternative).

Here’s another interesting example: calculating the Fibonacci sequence (a common learning programming exercise) in Excel is pretty straightforward: simply put a 1 in cells A1 and A2, put the formula =(A1+A2) and copy that cell and continue to paste it down the A column, which will transpose the formula effectively.

The only problem is that Excel, unless you get into using Visual Basic (and why not, I guess), is sort of a stateless, declarative programming language, which doesn’t easily translate to something like Python or Java.

I’m not sure how far you could take this, but it would be an interesting way to start an intro to programming gen-ed type class and would leave the students with some useful skills rather than simply being able to write a card shuffling program in Pascal :)</description>
		<content:encoded><![CDATA[<p>Sorry, didn&#8217;t mean to be rude :) The notion of using Excel to start teaching programming is an interesting one. The programmer in me shudders at the notion, but that’s just cultural and it really makes a lot of sense, as it&#8217;s relatively readily available (and OpenOffice *is* readily available as an alternative).</p>
<p>Here’s another interesting example: calculating the Fibonacci sequence (a common learning programming exercise) in Excel is pretty straightforward: simply put a 1 in cells A1 and A2, put the formula =(A1+A2) and copy that cell and continue to paste it down the A column, which will transpose the formula effectively.</p>
<p>The only problem is that Excel, unless you get into using Visual Basic (and why not, I guess), is sort of a stateless, declarative programming language, which doesn’t easily translate to something like Python or Java.</p>
<p>I’m not sure how far you could take this, but it would be an interesting way to start an intro to programming gen-ed type class and would leave the students with some useful skills rather than simply being able to write a card shuffling program in Pascal :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-126343</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 19 Jul 2006 19:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-126343</guid>
		<description>I don&#039;t hate Perl. And like Perl, this can be done in a little bit of Python. Or, given that we are within Excel, in Basic. But the idea here is that most readers don&#039;t know any of those. I&#039;ve suspected for a while that Excel might be an interesting way to teach &lt;i&gt;non&lt;/i&gt;-programmers how to program.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t hate Perl. And like Perl, this can be done in a little bit of Python. Or, given that we are within Excel, in Basic. But the idea here is that most readers don&#8217;t know any of those. I&#8217;ve suspected for a while that Excel might be an interesting way to teach <i>non</i>-programmers how to program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-124204</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 16 Jul 2006 18:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-124204</guid>
		<description>If only you didn&#039;t hate Perl :)</description>
		<content:encoded><![CDATA[<p>If only you didn&#8217;t hate Perl :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jennimi</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-117235</link>
		<dc:creator>jennimi</dc:creator>
		<pubDate>Wed, 12 Jul 2006 21:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-117235</guid>
		<description>uhm... is this the most genius bit of bloghumor I&#039;ve seen in eons??????  two meanings to this post, cool excel how-to and cool point about....

....even better if intentional.</description>
		<content:encoded><![CDATA[<p>uhm&#8230; is this the most genius bit of bloghumor I&#8217;ve seen in eons??????  two meanings to this post, cool excel how-to and cool point about&#8230;.</p>
<p>&#8230;.even better if intentional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-117113</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-117113</guid>
		<description>Mostly this was an excuse to introduce the idea of functions and of working with something over a number of columns, and the idea of thinking procedurally about a problem. Of course, splitting by space (either Data &gt; Text to Columns) or importing with a column split would work as well as the formula, but wouldn&#039;t give me that chance...</description>
		<content:encoded><![CDATA[<p>Mostly this was an excuse to introduce the idea of functions and of working with something over a number of columns, and the idea of thinking procedurally about a problem. Of course, splitting by space (either Data > Text to Columns) or importing with a column split would work as well as the formula, but wouldn&#8217;t give me that chance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Epa</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-117102</link>
		<dc:creator>Epa</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-117102</guid>
		<description>You could probably do the same thing by opening the file as text file space delimited. This way you would handle the Middle name easier without formulas.</description>
		<content:encoded><![CDATA[<p>You could probably do the same thing by opening the file as text file space delimited. This way you would handle the Middle name easier without formulas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy hunsinger</title>
		<link>http://alex.halavais.net/finding-last-names-in-excel/comment-page-1#comment-117092</link>
		<dc:creator>jeremy hunsinger</dc:creator>
		<pubDate>Wed, 12 Jul 2006 17:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://alex.halavais.net/finding-last-names-in-excel/#comment-117092</guid>
		<description>why didn&#039;t you just do a column split based on spaces</description>
		<content:encoded><![CDATA[<p>why didn&#8217;t you just do a column split based on spaces</p>
]]></content:encoded>
	</item>
</channel>
</rss>

