<?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: Count occurences of a specific text string in a column in excel</title> <atom:link href="http://www.get-digital-help.com/2009/07/11/count-occurences-of-a-specific-text-string-in-a-column-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/07/11/count-occurences-of-a-specific-text-string-in-a-column-in-excel/</link> <description>Quality excel resource</description> <lastBuildDate>Sat, 11 Feb 2012 15:14:13 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Rick Rothstein (MVP - Excel)</title><link>http://www.get-digital-help.com/2009/07/11/count-occurences-of-a-specific-text-string-in-a-column-in-excel/comment-page-1/#comment-8291</link> <dc:creator>Rick Rothstein (MVP - Excel)</dc:creator> <pubDate>Mon, 25 Oct 2010 18:43:50 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1846#comment-8291</guid> <description>@Arielle,
You can use the SUMPRODUCT function to do that...
=SUMPRODUCT((A1:A1000=&quot;c&quot;)*(B1:B1000=&quot;yes&quot;))
Adjust the ranges as needed (but make sure they are both contain the same number of cells).</description> <content:encoded><![CDATA[<p>@Arielle,</p><p>You can use the SUMPRODUCT function to do that...</p><p>=SUMPRODUCT((A1:A1000="c")*(B1:B1000="yes"))</p><p>Adjust the ranges as needed (but make sure they are both contain the same number of cells).</p> ]]></content:encoded> </item> <item><title>By: Arielle</title><link>http://www.get-digital-help.com/2009/07/11/count-occurences-of-a-specific-text-string-in-a-column-in-excel/comment-page-1/#comment-8289</link> <dc:creator>Arielle</dc:creator> <pubDate>Mon, 25 Oct 2010 18:07:55 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1846#comment-8289</guid> <description>Hi! can you do this to count the number of &quot;yes&quot;&#039;s in column B if column A meets the requirement of being &quot;c&quot;
A B
a yes
a no
b yes
b no
b no
b yes
c yes
c yes
c no
d yes
d yes
Thanks!</description> <content:encoded><![CDATA[<p>Hi! can you do this to count the number of "yes"'s in column B if column A meets the requirement of being "c"</p><p>A B<br
/> a yes<br
/> a no<br
/> b yes<br
/> b no<br
/> b no<br
/> b yes<br
/> c yes<br
/> c yes<br
/> c no<br
/> d yes<br
/> d yes</p><p>Thanks!</p> ]]></content:encoded> </item> </channel> </rss>
