<?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>《巧用excel过滤删除域名》的评论</title>
	<atom:link href="http://kxboy.com/web-skills/excel-skill-for-delated-domains.html/feed" rel="self" type="application/rss+xml" />
	<link>http://kxboy.com/web-skills/excel-skill-for-delated-domains.html</link>
	<description>开心生活每一天!</description>
	<lastBuildDate>Sun, 30 Oct 2011 00:13:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：kxboy</title>
		<link>http://kxboy.com/web-skills/excel-skill-for-delated-domains.html/comment-page-1#comment-17</link>
		<dc:creator>kxboy</dc:creator>
		<pubDate>Mon, 02 Mar 2009 12:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kxboy.com/?p=8#comment-17</guid>
		<description>另外，通过Find函数和Search函数可以推算出，域名前缀.之前的字符串长度。
如［A1]=kxboy.com，那么在B1单元格利用 公式“＝FIND(&quot;.&quot;,A1,1)－1“就可以计算出kxboy.com的前缀是5个字符，Find函数其实是查询的字符&quot;.&quot;所在的位置，减1即是&quot;.&quot;以前的字符串长度。

　　FIND(find_text,within_text,start_num)

　　Find_text 是要查找的文本。

　　Within_text 是包含要查找文本的文本。

　　Start_num 指定开始进行查找的字符。within_text 中的首字符是编号为 1 的字符。如果忽略 start_num，则假设其为 1。

与Find类似，Search函数也有相同的功能。它们的区别是，Find区分大小写，而Search不分大小写（当被查找的文本为英文时）。</description>
		<content:encoded><![CDATA[<p>另外，通过Find函数和Search函数可以推算出，域名前缀.之前的字符串长度。<br />
如［A1]=kxboy.com，那么在B1单元格利用 公式“＝FIND(“.”,A1,1)－1“就可以计算出kxboy.com的前缀是5个字符，Find函数其实是查询的字符”.”所在的位置，减1即是”.”以前的字符串长度。</p>
<p>　　FIND(find_text,within_text,start_num)</p>
<p>　　Find_text 是要查找的文本。</p>
<p>　　Within_text 是包含要查找文本的文本。</p>
<p>　　Start_num 指定开始进行查找的字符。within_text 中的首字符是编号为 1 的字符。如果忽略 start_num，则假设其为 1。</p>
<p>与Find类似，Search函数也有相同的功能。它们的区别是，Find区分大小写，而Search不分大小写（当被查找的文本为英文时）。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kxboy</title>
		<link>http://kxboy.com/web-skills/excel-skill-for-delated-domains.html/comment-page-1#comment-16</link>
		<dc:creator>kxboy</dc:creator>
		<pubDate>Mon, 02 Mar 2009 12:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kxboy.com/?p=8#comment-16</guid>
		<description>其实还有更复杂更精巧的函数，当时不知道。
假设：单元格 [A1]=kxboy.com  ［A2]=kxboy.com.cn ［A3]=kxboy.net.cn  ［A4]=kxboy.org.cn
求“.”在单元格[A1]   [A2] ［A3] ［A4] 内出现次数?
结果： [B1]=1   [B2]=2  [B3]=2   [B4]=2
可以利用公式 =LEN(A1)-LEN(SUBSTITUTE(A1, &quot;.&quot;, &quot;&quot;))  实现。这样可以轻松把二级域名和顶极域名分开，这样的话对筛选CN域名估计会非常有用。</description>
		<content:encoded><![CDATA[<p>其实还有更复杂更精巧的函数，当时不知道。<br />
假设：单元格 [A1]=kxboy.com  ［A2]=kxboy.com.cn ［A3]=kxboy.net.cn  ［A4]=kxboy.org.cn<br />
求“.”在单元格[A1]   [A2] ［A3] ［A4] 内出现次数?<br />
结果： [B1]=1   [B2]=2  [B3]=2   [B4]=2<br />
可以利用公式 =LEN(A1)-LEN(SUBSTITUTE(A1, “.”, “”))  实现。这样可以轻松把二级域名和顶极域名分开，这样的话对筛选CN域名估计会非常有用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：域名查询</title>
		<link>http://kxboy.com/web-skills/excel-skill-for-delated-domains.html/comment-page-1#comment-15</link>
		<dc:creator>域名查询</dc:creator>
		<pubDate>Mon, 02 Mar 2009 07:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kxboy.com/?p=8#comment-15</guid>
		<description>确实是个好方法啊
学习了</description>
		<content:encoded><![CDATA[<p>确实是个好方法啊<br />
学习了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

