<?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: How to Sort IP Addresses in Microsoft Excel</title>
	<atom:link href="http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/</link>
	<description>A Blog by a Non-Blogger</description>
	<lastBuildDate>Wed, 13 Jul 2011 12:18:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ZZTopping</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-26192</link>
		<dc:creator>ZZTopping</dc:creator>
		<pubDate>Wed, 13 Jul 2011 12:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-26192</guid>
		<description>Good stuff. Very useful if you do this very often.</description>
		<content:encoded><![CDATA[<p>Good stuff. Very useful if you do this very often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pepe Clic</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-24978</link>
		<dc:creator>Pepe Clic</dc:creator>
		<pubDate>Fri, 24 Jun 2011 17:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-24978</guid>
		<description>Also you can use a formula. For example, if the ip address is on A1 celd, you can use folowing and then paste and copy where is necesary:
=TEXT(LEFT(A1,FIND(&quot;.&quot;,A1,1)-1),&quot;000&quot;)&amp;&quot;.&quot;&amp;TEXT(TRUNC(MID(A1,FIND(&quot;.&quot;,A1,1)+1,3)),&quot;000&quot;)&amp;&quot;.&quot;&amp;TEXT(TRUNC(MID(A1,FIND(&quot;.&quot;,A1,FIND(&quot;.&quot;,A1,1)+1)+1,3)),&quot;000&quot;)&amp;&quot;.&quot;&amp;TEXT(TRUNC(MID(A1,FIND(&quot;.&quot;,A1,FIND(&quot;.&quot;,A1,FIND(&quot;.&quot;,A1,1)+1)+1)+1,3)),&quot;000&quot;)

Also you can use a simple VBA. You can find how at:
http://itech123.com/viewtopic.php?f=2&amp;t=2</description>
		<content:encoded><![CDATA[<p>Also you can use a formula. For example, if the ip address is on A1 celd, you can use folowing and then paste and copy where is necesary:<br />
=TEXT(LEFT(A1,FIND(&#8220;.&#8221;,A1,1)-1),&#8221;000&#8243;)&amp;&#8221;.&#8221;&amp;TEXT(TRUNC(MID(A1,FIND(&#8220;.&#8221;,A1,1)+1,3)),&#8221;000&#8243;)&amp;&#8221;.&#8221;&amp;TEXT(TRUNC(MID(A1,FIND(&#8220;.&#8221;,A1,FIND(&#8220;.&#8221;,A1,1)+1)+1,3)),&#8221;000&#8243;)&amp;&#8221;.&#8221;&amp;TEXT(TRUNC(MID(A1,FIND(&#8220;.&#8221;,A1,FIND(&#8220;.&#8221;,A1,FIND(&#8220;.&#8221;,A1,1)+1)+1)+1,3)),&#8221;000&#8243;)</p>
<p>Also you can use a simple VBA. You can find how at:<br />
<a href="http://itech123.com/viewtopic.php?f=2&#038;t=2" rel="nofollow">http://itech123.com/viewtopic.php?f=2&#038;t=2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel tips &#171; Obtained&#39;s Blog</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-7547</link>
		<dc:creator>Excel tips &#171; Obtained&#39;s Blog</dc:creator>
		<pubDate>Mon, 29 Mar 2010 07:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-7547</guid>
		<description>[...] http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/" rel="nofollow">http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph visocnti</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-5939</link>
		<dc:creator>joseph visocnti</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-5939</guid>
		<description>great solution -- sorts like a charm</description>
		<content:encoded><![CDATA[<p>great solution &#8212; sorts like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-5630</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-5630</guid>
		<description>Hi,

I have found a bug in this procedure.

Initially, we sort first three columns which is proper. But, we need to sort 4th column separately &amp; final concatenation is resulting the earlier subnets with incorrect 4th column value or the last octet.

Regards...
-Ashok.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have found a bug in this procedure.</p>
<p>Initially, we sort first three columns which is proper. But, we need to sort 4th column separately &amp; final concatenation is resulting the earlier subnets with incorrect 4th column value or the last octet.</p>
<p>Regards&#8230;<br />
-Ashok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-5566</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-5566</guid>
		<description>It&#039;s really cool &amp; simple. No need to worry about VBA, scripts etc.

Thanks a lot.

Regards...
-Ashok.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really cool &amp; simple. No need to worry about VBA, scripts etc.</p>
<p>Thanks a lot.</p>
<p>Regards&#8230;<br />
-Ashok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.zztopping.com/2009/02/05/how-to-sort-ip-addresses-in-microsoft-excel/comment-page-1/#comment-2477</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zztopping.com/?p=43#comment-2477</guid>
		<description>Thanks a million, this works perfectly and I don&#039;t have to deal with Macros or VB.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a million, this works perfectly and I don&#8217;t have to deal with Macros or VB.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

