<?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> &#187; tips and tricks</title>
	<atom:link href="http://robgray.org/?feed=rss2&#038;tag=tips-and-tricks" rel="self" type="application/rss+xml" />
	<link>http://robgray.org</link>
	<description>notes on social computing, innovation and business</description>
	<lastBuildDate>Fri, 09 Jul 2010 21:52:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Currency conversion in Google spreadsheets</title>
		<link>http://robgray.org/?p=330</link>
		<comments>http://robgray.org/?p=330#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:28:02 +0000</pubDate>
		<dc:creator>Rob Gray</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[google spreadsheets]]></category>

		<guid isPermaLink="false">http://robgray.org/?p=330</guid>
		<description><![CDATA[This is pretty useful and I can never remember the exact syntax, so here it is for me (and now you) to remember.
In a Google spreadsheet, you can do an online currency conversion that looks up the exchange rate in real time, making my life much easier.
For example to get EUR to GBP just type
=googlefinance(("CURRENCY:EURGBP"))
(note: [...]]]></description>
			<content:encoded><![CDATA[<p>This is pretty useful and I can never remember the exact syntax, so here it is for me (and now you) to remember.</p>
<p>In a Google spreadsheet, you can do an online currency conversion that looks up the exchange rate in real time, making my life much easier.</p>
<p>For example to get EUR to GBP just type</p>
<pre>=googlefinance(("CURRENCY:EURGBP"))</pre>
<p>(note: if you copy and paste this and get an error, replace the quotation marks ( &#8221; ) with your own. For some reason the blog template sometimes changes the quote symbol into it&#8217;s own format. I think I&#8217;ve fixed it but just in case&#8230;)</p>
<p>which will give you the rate ( you can then use that to convert existing cells to whatever currency you wish)</p>
<p>This makes it really easy to build an expense forecasting sheet like this that auto updates the exchange rate</p>
<table id="tblMain" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<table id="tblMain_0" class="tblGenFixed" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr class="rShim">
<td class="rShim" style="width: 0pt;"></td>
<td class="rShim" style="width: 92px;"></td>
<td class="rShim" style="width: 92px;"></td>
<td class="rShim" style="width: 92px;"></td>
<td class="rShim" style="width: 92px;"></td>
<td class="rShim" style="width: 92px;"></td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s0">date</td>
<td class="s1">description</td>
<td class="s2">amount EUR</td>
<td class="s3">amount ZAR</td>
<td class="s4">amount GBP</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">06/10/2009</td>
<td class="s6">Hotel Prince de Galles, Paris</td>
<td class="s7">€ 258.10</td>
<td class="s8"></td>
<td class="s9">£232</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">08/10/2009</td>
<td class="s6">Butcher Shop and Grill, Johannesburg</td>
<td class="s10"></td>
<td class="s11">R 5,346.00</td>
<td class="s9">£432</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">21/10/2009</td>
<td class="s6">Taxi &#8211; Amsterdam</td>
<td class="s7">€ 10.00</td>
<td class="s8"></td>
<td class="s9">£9</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">21/10/2009</td>
<td class="s6">Helicopter: Monaco</td>
<td class="s7">€ 134.00</td>
<td class="s8"></td>
<td class="s9">£120</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">01/11/2009</td>
<td class="s6">Hotel Monaco</td>
<td class="s7">€ 756.89</td>
<td class="s8"></td>
<td class="s9">£679</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s5">02/11/2009</td>
<td class="s6">Lunch Cafe Royale</td>
<td class="s7">€ 324.00</td>
<td class="s8"></td>
<td class="s9">£291</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s12"></td>
<td></td>
<td class="s10"></td>
<td class="s8"></td>
<td class="s13"></td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">.</p>
</td>
<td class="s14"></td>
<td class="s15">Total</td>
<td class="s16"></td>
<td class="s17"></td>
<td class="s18">£1,762</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>



bookmark and share...


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;title=Currency%20conversion%20in%20Google%20spreadsheets&amp;bodytext=This%20is%20pretty%20useful%20and%20I%20can%20never%20remember%20the%20exact%20syntax%2C%20so%20here%20it%20is%20for%20me%20%28and%20now%20you%29%20to%20remember.%0D%0A%0D%0AIn%20a%20Google%20spreadsheet%2C%20you%20can%20do%20an%20online%20currency%20conversion%20that%20looks%20up%20the%20exchange%20rate%20in%20real%20time%2C%20making%20my%20life%20much%20ea" title="Digg"><img src="http://robgray.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;title=Currency%20conversion%20in%20Google%20spreadsheets&amp;notes=This%20is%20pretty%20useful%20and%20I%20can%20never%20remember%20the%20exact%20syntax%2C%20so%20here%20it%20is%20for%20me%20%28and%20now%20you%29%20to%20remember.%0D%0A%0D%0AIn%20a%20Google%20spreadsheet%2C%20you%20can%20do%20an%20online%20currency%20conversion%20that%20looks%20up%20the%20exchange%20rate%20in%20real%20time%2C%20making%20my%20life%20much%20ea" title="del.icio.us"><img src="http://robgray.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;t=Currency%20conversion%20in%20Google%20spreadsheets" title="Facebook"><img src="http://robgray.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;title=Currency%20conversion%20in%20Google%20spreadsheets&amp;annotation=This%20is%20pretty%20useful%20and%20I%20can%20never%20remember%20the%20exact%20syntax%2C%20so%20here%20it%20is%20for%20me%20%28and%20now%20you%29%20to%20remember.%0D%0A%0D%0AIn%20a%20Google%20spreadsheet%2C%20you%20can%20do%20an%20online%20currency%20conversion%20that%20looks%20up%20the%20exchange%20rate%20in%20real%20time%2C%20making%20my%20life%20much%20ea" title="Google Bookmarks"><img src="http://robgray.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;title=Currency%20conversion%20in%20Google%20spreadsheets&amp;source=+notes+on+social+computing%2C+innovation+and+business&amp;summary=This%20is%20pretty%20useful%20and%20I%20can%20never%20remember%20the%20exact%20syntax%2C%20so%20here%20it%20is%20for%20me%20%28and%20now%20you%29%20to%20remember.%0D%0A%0D%0AIn%20a%20Google%20spreadsheet%2C%20you%20can%20do%20an%20online%20currency%20conversion%20that%20looks%20up%20the%20exchange%20rate%20in%20real%20time%2C%20making%20my%20life%20much%20ea" title="LinkedIn"><img src="http://robgray.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.netvibes.com/share?title=Currency%20conversion%20in%20Google%20spreadsheets&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D330" title="Netvibes"><img src="http://robgray.org/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Frobgray.org%2F%3Fp%3D330&amp;title=Currency%20conversion%20in%20Google%20spreadsheets" title="StumbleUpon"><img src="http://robgray.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://robgray.org/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://robgray.org/?feed=rss2&amp;p=330</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spreadsheets: how to count weekdays between 2 dates</title>
		<link>http://robgray.org/?p=317</link>
		<comments>http://robgray.org/?p=317#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:37:58 +0000</pubDate>
		<dc:creator>Rob Gray</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[google spreadsheets]]></category>

		<guid isPermaLink="false">http://robgray.org/?p=317</guid>
		<description><![CDATA[One of the things I often need to do is to calculate the number of work days between 2 dates in order to calculate billable days. There is a very useful function called NETWORKDAYS which does exactly this. It works the same in both Excel and Google Spreadsheets
The syntax is =NETWORKDAYS (start_date, end_date, [holidays])
example =NETWORKDAYS [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I often need to do is to calculate the number of work days between 2 dates in order to calculate billable days. There is a very useful function called NETWORKDAYS which does exactly this. It works the same in both Excel and Google Spreadsheets</p>
<p>The syntax is =NETWORKDAYS (start_date, end_date, [holidays])</p>
<p>example =NETWORKDAYS (14/09/2009, 10/11/2009, 18/09/2009) gives you 41 days. In my example I only used one holiday but you can of course include multiple days in there.</p>



bookmark and share...


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates&amp;bodytext=One%20of%20the%20things%20I%20often%20need%20to%20do%20is%20to%20calculate%20the%20number%20of%20work%20days%20between%202%20dates%20in%20order%20to%20calculate%20billable%20days.%20There%20is%20a%20very%20useful%20function%20called%20NETWORKDAYS%20which%20does%20exactly%20this.%20It%20works%20the%20same%20in%20both%20Excel%20and%20Google%20S" title="Digg"><img src="http://robgray.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates&amp;notes=One%20of%20the%20things%20I%20often%20need%20to%20do%20is%20to%20calculate%20the%20number%20of%20work%20days%20between%202%20dates%20in%20order%20to%20calculate%20billable%20days.%20There%20is%20a%20very%20useful%20function%20called%20NETWORKDAYS%20which%20does%20exactly%20this.%20It%20works%20the%20same%20in%20both%20Excel%20and%20Google%20S" title="del.icio.us"><img src="http://robgray.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;t=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates" title="Facebook"><img src="http://robgray.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates&amp;annotation=One%20of%20the%20things%20I%20often%20need%20to%20do%20is%20to%20calculate%20the%20number%20of%20work%20days%20between%202%20dates%20in%20order%20to%20calculate%20billable%20days.%20There%20is%20a%20very%20useful%20function%20called%20NETWORKDAYS%20which%20does%20exactly%20this.%20It%20works%20the%20same%20in%20both%20Excel%20and%20Google%20S" title="Google Bookmarks"><img src="http://robgray.org/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates&amp;source=+notes+on+social+computing%2C+innovation+and+business&amp;summary=One%20of%20the%20things%20I%20often%20need%20to%20do%20is%20to%20calculate%20the%20number%20of%20work%20days%20between%202%20dates%20in%20order%20to%20calculate%20billable%20days.%20There%20is%20a%20very%20useful%20function%20called%20NETWORKDAYS%20which%20does%20exactly%20this.%20It%20works%20the%20same%20in%20both%20Excel%20and%20Google%20S" title="LinkedIn"><img src="http://robgray.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.netvibes.com/share?title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates&amp;url=http%3A%2F%2Frobgray.org%2F%3Fp%3D317" title="Netvibes"><img src="http://robgray.org/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Frobgray.org%2F%3Fp%3D317&amp;title=Spreadsheets%3A%20how%20to%20count%20weekdays%20between%202%20dates" title="StumbleUpon"><img src="http://robgray.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://robgray.org/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://robgray.org/?feed=rss2&amp;p=317</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
