<?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>usefulgeek &#187; openoffice</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/openoffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Counting occurance of word in list</title>
		<link>http://www.usefulgeek.com/blog/2009/05/counting-occurance-of-word-in-list/</link>
		<comments>http://www.usefulgeek.com/blog/2009/05/counting-occurance-of-word-in-list/#comments</comments>
		<pubDate>Fri, 15 May 2009 14:21:38 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=119</guid>
		<description><![CDATA[I&#8217;ve had a need to count the number of times a certain value (in this case, a word) appears in a list when using OpenOffice.org.
Here was my problem.  I had a long list of values, each had a status of either &#8220;good&#8221;, &#8220;bad&#8221;, or &#8220;incomplete&#8221;.  I wanted to count the number of times each of [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a need to count the number of times a certain value (in this case, a word) appears in a list when using OpenOffice.org.</p>
<p>Here was my problem.  I had a long list of values, each had a status of either &#8220;good&#8221;, &#8220;bad&#8221;, or &#8220;incomplete&#8221;.  I wanted to count the number of times each of the follow occurred.  It turned out to be pretty easy.</p>
<p>Create the following formula where you want the count to be.<code>COUNTIF(range,expression)</code> and bobs your uncle.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/05/counting-occurance-of-word-in-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
