<?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>Doiz&#039; Randomness &#187; Games</title>
	<atom:link href="http://doiz.net/category/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://doiz.net</link>
	<description>Just because I can...</description>
	<lastBuildDate>Sun, 23 May 2010 17:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Restaurant City Excel Worksheet</title>
		<link>http://doiz.net/games/restaurant-city-excel-worksheet/</link>
		<comments>http://doiz.net/games/restaurant-city-excel-worksheet/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:30:36 +0000</pubDate>
		<dc:creator>Doiz</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://doiz.net/?p=95</guid>
		<description><![CDATA[I have been learning the various functions available in excel, through creating a worksheet for Restaurant City, a Facebook game that I&#8217;m currently playing. The object of the game is to run your own restaurant, and level up dishes by collecting ingredients. There&#8217;s a total of 119 dishes (new dishes are released weekly) and 62 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been learning the various functions available in excel, through creating a worksheet for <a href="http://www.playfish.com/?page=game_restaurant" target="_blank"><strong>Restaurant City</strong></a>, a Facebook game that I&#8217;m currently playing.</p>
<p>The object of the game is to run your own restaurant, and level up dishes by collecting ingredients. There&#8217;s a total of 119 dishes (new dishes are released weekly) and 62 ingredients. So I came up with formulas to keep track of the dishes and ingredients, and calculate the ingredients to buy or trade.</p>
<p>I started working on this sheet in November, making use of various excel functions, some of which I never even knew of, until I was thinking up of more efficient ways to make my formulas do what I needed them to accomplish.</p>
<p>Excel functions used:</p>
<ul>
<li>IF, AND, SUM, ABS, ROUNDDOWN, MIN &#8211; These functions I already knew of. Thinking up of the formulas to make them work properly was still challenging.</li>
<li>CONCATENATE &#8211; I stole this function off of my co-worker&#8217;s quote sheet. I needed a way to display text from 2 different cells, and his quote sheet did exactly just that, so I copied it.</li>
<li>COUNTIF &#8211; I came across this function while searching for a more efficient way to count how many dishes I was currently working on, and how many are already at level 10. I used to just have an IF flag that changes to 1 or 0, depending on the level of the dish, and I would just use SUM to add up all the flags. COUNTIF eliminated the 2 extra columns that I was using for the flags.</li>
<li>VLOOKUP &#8211; This function was suggested by one of the user&#8217;s of my RC sheet. It took a while for me to figure out how it worked, but once I figured it out, it eliminated the extra 127 columns I was using to match the ingredients to the dishes. It&#8217;s so efficient that it cuts the time that I spend updating the sheet (to add new dishes) by 85%.</li>
<li>SUMIF &#8211; When VLOOKUP wasn&#8217;t working the way that I wanted it to, I had to search for a different function that will lookup and add multiple values. This proved to be just the function that I was looking for. I thought I had to go to the old way of matching the ingredients to the dishes and add the extra 127 columns again, but thankfully, I didn&#8217;t have to.</li>
</ul>
<p>Other Excel features used:</p>
<ul>
<li>Hiding columns, rows, sheets, and locking cells &#8211; I hid extra formulas that don&#8217;t really need to be seen, and locked the cells that don&#8217;t need to be modified. This makes the sheet foolproof and the formulas won&#8217;t be accidentally deleted.</li>
<li>Data Validation &#8211; Just another step to make the sheet foolproof. So that users won&#8217;t enter &#8220;apple&#8221; when it&#8217;s supposed to just be a number in that cell</li>
<li>Conditional Formatting &#8211; Automatically changing colors that act as flags and lets you know if a dish is a certain level, or if you have enough ingredients on hand.</li>
<li>Cell and Range Naming &#8211; Again, this was suggested by one of the user&#8217;s of my RC sheet. I didn&#8217;t know that you can name cells and ranges, and this proved to be quite useful. Instead of trying to figure out what cell Apple is in, I can just call it with =Apple. No need to keep a reference sheet with all the cell numbers anymore.</li>
</ul>
<p><a href="http://doiz.net/wp-content/uploads/2010/03/RC_2.10_BETA.xls"><strong>Click here to download RC Excel Worksheet Version 2.10</strong></a><br />
(Updated March 30, 2010)</p>
<div align="right" style="float:right;padding:5px 0xp 0px 5px;"><a name="fb_share" type="button_count" share_url="http://doiz.net/games/restaurant-city-excel-worksheet/"></a></div>]]></content:encoded>
			<wfw:commentRss>http://doiz.net/games/restaurant-city-excel-worksheet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
