<?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: COUNTA and COUNTBLANK Formulas in Excel</title>
	<atom:link href="http://excelhints.com/2007/05/23/counta-and-countblank-formulas-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com/2007/05/23/counta-and-countblank-formulas-in-excel/</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Fri, 27 Jan 2012 11:10:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Mike</title>
		<link>http://excelhints.com/2007/05/23/counta-and-countblank-formulas-in-excel/comment-page-1/#comment-53</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/2007/07/23/counta-and-countblank-formulas-in-excel/#comment-53</guid>
		<description>I noticed that counta() does NOT do the opposite of countblank(). Allow me to explain:

Cell A1 contains a formula:
if(someothercell=1;contentsofsomecell;&quot;&quot;)
Since &quot;someothercell&quot; contains 2, the cell is blank
COUNTBLANK(A1) will return 1
COUNTA, on the other hand, will notice there is something in the cell, namely a formula.
COUNTA(A1) will therefore ALSO return 1
This is a major gotcha.</description>
		<content:encoded><![CDATA[<p>I noticed that counta() does NOT do the opposite of countblank(). Allow me to explain:</p>
<p>Cell A1 contains a formula:<br />
if(someothercell=1;contentsofsomecell;&#8221;")<br />
Since &#8220;someothercell&#8221; contains 2, the cell is blank<br />
COUNTBLANK(A1) will return 1<br />
COUNTA, on the other hand, will notice there is something in the cell, namely a formula.<br />
COUNTA(A1) will therefore ALSO return 1<br />
This is a major gotcha.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

