<?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>eruvsLife &#187; mid</title>
	<atom:link href="http://eruvs.net/tag/mid/feed/" rel="self" type="application/rss+xml" />
	<link>http://eruvs.net</link>
	<description>personal finance &#124; computers &#38; technology &#124; fun &#38; recreation</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:56:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extract Domain from a Cell in Excel</title>
		<link>http://eruvs.net/2009/09/extract-domain-from-a-cell-in-excel/</link>
		<comments>http://eruvs.net/2009/09/extract-domain-from-a-cell-in-excel/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:18:22 +0000</pubDate>
		<dc:creator>prem</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[extract domain name]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[mid]]></category>

		<guid isPermaLink="false">http://www.eruvs.net/?p=122</guid>
		<description><![CDATA[If you have a list of urls in a field, how do you get only the domain in excel, strippin goff the &#8220;http&#8221; as well? Assuming you have a list like this: http://www.wiseclerk.com/group-news/tag/libor http://www.wiseclerk.com/group-news/2008/04/ http://www.wiseclerk.com/group-news/ http://www.tiscali.co.uk/search/results.php?section=&#38;from=&#38;query=setana sports http://www.techdirt.com/articles/20080408/223932792.shtml http://www.techdirt.com/articles/20080408/223932792.shtml http://www.techdirt.com/ http://www.techdirt.com/ http://techdirt.com/index.php http://techdirt.com/blog.php?tag=loans and want to extract: wiseclerk.com tiscali.co.uk techdirt.com =mid(FIELD, 8, FIND("/", FIELD, 8)-8) [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a list of urls in a field, how do you get only the domain in excel, strippin goff the &#8220;http&#8221; as well? Assuming you have a list like this:<br />
<code></p>
<p>http://www.wiseclerk.com/group-news/tag/libor</p>
<p>http://www.wiseclerk.com/group-news/2008/04/</p>
<p>http://www.wiseclerk.com/group-news/</p>
<p>http://www.tiscali.co.uk/search/results.php?section=&amp;from=&amp;query=setana</p>
<p>sports</p>
<p>http://www.techdirt.com/articles/20080408/223932792.shtml</p>
<p>http://www.techdirt.com/articles/20080408/223932792.shtml</p>
<p>http://www.techdirt.com/</p>
<p>http://www.techdirt.com/</p>
<p>http://techdirt.com/index.php</p>
<p>http://techdirt.com/blog.php?tag=loans</p>
<p>and want to extract:<br />
wiseclerk.com<br />
tiscali.co.uk<br />
techdirt.com</p>
<p><strong>=mid(FIELD, 8, FIND("/", FIELD, 8)-8)</strong><br />
should do the trick! Make sure you have a trailing "/"at the end<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://eruvs.net/2009/09/extract-domain-from-a-cell-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

