<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Excel Formula - Count Number Even &#x26; Odd in Cell Range</title>
		<link>/blogentry/39734</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/39734" rel="self" type="application/rss+xml" />
		<description>winsumloosesum's Blog: Excel Formula - Count Number Even &#x26; Odd in Cell Range</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #2</title>
			<link>/blogentry/39734#c47688</link>
			<guid isPermaLink="true">/blogentry/39734#c47688</guid>
			<pubDate>Wed, 14 Apr 2010 10:22:28 GMT</pubDate>
			<dc:creator>CARBOB</dc:creator>
			<description><![CDATA[<p>Steve, I was wrong, it works! Must have had the range wrong.</p>]]></description>
			<category>CARBOB</category>
		</item>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/39734#c47674</link>
			<guid isPermaLink="true">/blogentry/39734#c47674</guid>
			<pubDate>Tue, 13 Apr 2010 19:31:41 GMT</pubDate>
			<dc:creator>CARBOB</dc:creator>
			<description><![CDATA[<p>Steve, I get an error message for this one =COUNT(A1:C1)-SUMPRODUCT(MOD(A1:C1,2))</p>]]></description>
			<category>CARBOB</category>
		</item>
		<item>
			<title>Original Blog Entry: Excel Formula - Count Number Even &#x26; Odd in Cell Range</title>
			<link>/blogentry/39734</link>
			<guid isPermaLink="true">/blogentry/39734</guid>
			<pubDate>Tue, 13 Apr 2010 17:10:19 GMT</pubDate>
			<dc:creator>winsumloosesum</dc:creator>
			<description><![CDATA[<p>These Excel formulas will count the number of Even Numbers and Odd Numbers in a cell range.<br /><br />For example: Pick 3<br /><br />You have Position 1 (A1), Position 2 (B1), Position 3 (C1)<br /><br />Enter the following formula in cell D1 to count the number of Even Digits in cell range A1 through C1<br /><br />=COUNT(A1:C1)-SUMPRODUCT(MOD(A1:C1,2))<br /><br />Enter the following formula in cell E1 to count the number of Odd Digits in cell range A1 through C1<br /><br />=SUMPRODUCT(MOD(A1:C1,2)) ODD<br /><br /></p>]]></description>
			<category>Blog Entry</category>
			<category>winsumloosesum</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/39734</wfw:comment>
		</item>
	</channel>
</rss>

