<?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>悦宇领地 YYLD.net &#187; Excel</title>
	<atom:link href="http://yyld.net/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://yyld.net</link>
	<description>悦天下 宇不凡</description>
	<lastBuildDate>Thu, 09 Sep 2010 06:49:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Excel统计某值的个数</title>
		<link>http://yyld.net/200/</link>
		<comments>http://yyld.net/200/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 13:20:12 +0000</pubDate>
		<dc:creator>悦宇兮</dc:creator>
				<category><![CDATA[软件硬件]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://yyld.net/?p=200</guid>
		<description><![CDATA[举例：=COUNTIF(G1:G100,"=未修正")]]></description>
			<content:encoded><![CDATA[<p>在做BUG统计的时候，为了统计还有多少个BUG未改，找了半天得到此公式。用的是COUNTIF</p>
<p>举例：=COUNTIF(G1:G100,"=未修正")</p>
<p>解释：“未修正”是在表格里所写的没修正的BUG，已修正的标为“已修正”。这句公式表示在G列1至100行里写的是“未修正”的格子数。</p>
<p>当然，数字下，可以把等于符号换为大于小于。</p>
<p>举例：=COUNTIF(G1:G100,"&gt;2")</p>
]]></content:encoded>
			<wfw:commentRss>http://yyld.net/200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
