<?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: If-Else Statements in OpenOffice Calc</title>
	<atom:link href="http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 23:51:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: If/else statement in spreadsheets &#171; LinksAndThoughts</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-879663</link>
		<dc:creator>If/else statement in spreadsheets &#171; LinksAndThoughts</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-879663</guid>
		<description>[...] link : If-else Statements in OpenOffice Calc   Publié dans GNU/Linux. Mots-clefs&#160;: tips, OpenOffice, if/else. Laisser un commentaire [...]</description>
		<content:encoded><![CDATA[<p>[...] link : If-else Statements in OpenOffice Calc   Publié dans GNU/Linux. Mots-clefs&nbsp;: tips, OpenOffice, if/else. Laisser un commentaire [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cozma</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-857119</link>
		<dc:creator>Cozma</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-857119</guid>
		<description>I read you article, and mostly understand :)

I usually play in Photoshop...not spreadsheets help 

I have a sheet that list

Employee / Score 1 / Score 2 / Score 3 / Score 4 /Score 5 /   Tier

What i am trying to do, is 

if (score 1) is 1.1 + 
if (score 2) is 80 + 
if (score 3) is 20 + 
if (score 4) is 0 
if (score 5) is empty (no content in cell)

then  (Tier ) is 1 

Then the 2nd Tier would be ranges

if (score 1) is 0.7 to 1.0
if (score 2) is 70 to 79
if (score 3) is 12 to 19 
if (score 4) is 1-3 
if (score 5) is X

then  (Tier ) is 2 

So each score would need to all meet the tiers requirements and the tier level would be auto generated.

is it do able... could you please tell me how :)

any help would be great 

Thank you, I hope I gave enough info</description>
		<content:encoded><![CDATA[<p>I read you article, and mostly understand :)</p>
<p>I usually play in Photoshop&#8230;not spreadsheets help </p>
<p>I have a sheet that list</p>
<p>Employee / Score 1 / Score 2 / Score 3 / Score 4 /Score 5 /   Tier</p>
<p>What i am trying to do, is </p>
<p>if (score 1) is 1.1 +<br />
if (score 2) is 80 +<br />
if (score 3) is 20 +<br />
if (score 4) is 0<br />
if (score 5) is empty (no content in cell)</p>
<p>then  (Tier ) is 1 </p>
<p>Then the 2nd Tier would be ranges</p>
<p>if (score 1) is 0.7 to 1.0<br />
if (score 2) is 70 to 79<br />
if (score 3) is 12 to 19<br />
if (score 4) is 1-3<br />
if (score 5) is X</p>
<p>then  (Tier ) is 2 </p>
<p>So each score would need to all meet the tiers requirements and the tier level would be auto generated.</p>
<p>is it do able&#8230; could you please tell me how :)</p>
<p>any help would be great </p>
<p>Thank you, I hope I gave enough info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitchhiker</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-839863</link>
		<dc:creator>Hitchhiker</dc:creator>
		<pubDate>Sun, 28 Jun 2009 06:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-839863</guid>
		<description>IF(A1=&quot;Electricity&quot;;B1)</description>
		<content:encoded><![CDATA[<p>IF(A1=&#8221;Electricity&#8221;;B1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dermot</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-724513</link>
		<dc:creator>Dermot</dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-724513</guid>
		<description>Can this be done with text cells. Im using Calc to do a budget spreadsheet &amp; am putting in a sheet which tracks &amp; will chart all electricity bills, for instance, through the year. Can you have an IF statement that says, for January, if A1=Electricity print the value in B1. Ive tried but couldnt get it to work.
Thanks</description>
		<content:encoded><![CDATA[<p>Can this be done with text cells. Im using Calc to do a budget spreadsheet &amp; am putting in a sheet which tracks &amp; will chart all electricity bills, for instance, through the year. Can you have an IF statement that says, for January, if A1=Electricity print the value in B1. Ive tried but couldnt get it to work.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RogueSpear</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-620595</link>
		<dc:creator>RogueSpear</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-620595</guid>
		<description>Boy this brings back memories.  My first paying job when I was 16 years old was to create all of the budget spreadsheets in Lotus 1-2-3 for a regional chain of department stores.  Using advanced functions in a spreadsheet is a bit like Karate - if you don&#039;t practice and keep in good form, you&#039;ll quickly lose a lot of the knowledge.</description>
		<content:encoded><![CDATA[<p>Boy this brings back memories.  My first paying job when I was 16 years old was to create all of the budget spreadsheets in Lotus 1-2-3 for a regional chain of department stores.  Using advanced functions in a spreadsheet is a bit like Karate &#8211; if you don&#8217;t practice and keep in good form, you&#8217;ll quickly lose a lot of the knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-619858</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 26 Jan 2009 13:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-619858</guid>
		<description>Excel does support it yes, there is a slight difference in the syntax though. I didn&#039;t mean to imply OO was the only spreadsheet that supported it, but it is good for those wanting to migrate to know that it does support higher functions.</description>
		<content:encoded><![CDATA[<p>Excel does support it yes, there is a slight difference in the syntax though. I didn&#8217;t mean to imply OO was the only spreadsheet that supported it, but it is good for those wanting to migrate to know that it does support higher functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcelo</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-619655</link>
		<dc:creator>marcelo</dc:creator>
		<pubDate>Mon, 26 Jan 2009 04:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-619655</guid>
		<description>i was about to ask the same thing jojo answered.. :P</description>
		<content:encoded><![CDATA[<p>i was about to ask the same thing jojo answered.. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jojo</title>
		<link>http://www.ghacks.net/2009/01/25/if-else-statements-in-openoffice-calc/#comment-619625</link>
		<dc:creator>Jojo</dc:creator>
		<pubDate>Mon, 26 Jan 2009 03:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10119#comment-619625</guid>
		<description>Excel supports the same functionality.   

This isn&#039;t some unique function for OpenOffice Calc only as the title implies.</description>
		<content:encoded><![CDATA[<p>Excel supports the same functionality.   </p>
<p>This isn&#8217;t some unique function for OpenOffice Calc only as the title implies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
