<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using Regex Functions in Excel</title>
	<atom:link href="http://lispy.wordpress.com/2008/10/17/using-regex-functions-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://lispy.wordpress.com/2008/10/17/using-regex-functions-in-excel/</link>
	<description>(notes from an average programmer studying the hard stuff)</description>
	<lastBuildDate>Thu, 21 May 2009 01:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chad</title>
		<link>http://lispy.wordpress.com/2008/10/17/using-regex-functions-in-excel/#comment-2540</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 19 May 2009 13:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/?p=354#comment-2540</guid>
		<description>This is excellent. Thanks!</description>
		<content:encoded><![CDATA[<p>This is excellent. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alo</title>
		<link>http://lispy.wordpress.com/2008/10/17/using-regex-functions-in-excel/#comment-2522</link>
		<dc:creator>Alo</dc:creator>
		<pubDate>Tue, 03 Feb 2009 23:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/?p=354#comment-2522</guid>
		<description>Of course, you could also have just used the =search() function.

for your example, you&#039;d find =search(&quot;a&quot;, B2, 1) and if it existed, it would list where it was in the cell, else return an error.

=if(iserror(search(&quot;a&quot;, B2, 1)),&quot;Does not Exist&quot;,search(&quot;a&quot;, B2, 1))

Would even tell you it doesn&#039;t exist in that cell if you wanted.</description>
		<content:encoded><![CDATA[<p>Of course, you could also have just used the =search() function.</p>
<p>for your example, you&#8217;d find =search(&#8220;a&#8221;, B2, 1) and if it existed, it would list where it was in the cell, else return an error.</p>
<p>=if(iserror(search(&#8220;a&#8221;, B2, 1)),&#8221;Does not Exist&#8221;,search(&#8220;a&#8221;, B2, 1))</p>
<p>Would even tell you it doesn&#8217;t exist in that cell if you wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://lispy.wordpress.com/2008/10/17/using-regex-functions-in-excel/#comment-2317</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://lispy.wordpress.com/?p=354#comment-2317</guid>
		<description>I&#039;m not sure how you would do it, but wouldn&#039;t M() be better if it returned a boolean? Then you could do:

=IF( M( A1, &#039;b&#039; ), &quot;Matches &#039;b&#039;&quot;, &quot;Doesn&#039;t match &#039;b&#039;&quot; )

Which doesn&#039;t make your example any better, but would allow enhancements in the future.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure how you would do it, but wouldn&#8217;t M() be better if it returned a boolean? Then you could do:</p>
<p>=IF( M( A1, &#8216;b&#8217; ), &#8220;Matches &#8216;b&#8217;&#8221;, &#8220;Doesn&#8217;t match &#8216;b&#8217;&#8221; )</p>
<p>Which doesn&#8217;t make your example any better, but would allow enhancements in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
