<?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"
	>

<channel>
	<title>rossedwards.net</title>
	<atom:link href="http://www.rossedwards.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rossedwards.net</link>
	<description>Warning: may contain nuts or other nut-based products</description>
	<pubDate>Fri, 09 May 2008 13:46:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Oh yes&#8230;</title>
		<link>http://www.rossedwards.net/2008/05/93/</link>
		<comments>http://www.rossedwards.net/2008/05/93/#comments</comments>
		<pubDate>Fri, 09 May 2008 13:45:39 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/?p=93</guid>
		<description><![CDATA[BBC headline writers in soft pr0n shocker!

]]></description>
			<content:encoded><![CDATA[<p>BBC headline writers in soft pr0n shocker!</p>
<p><a href='http://www.rossedwards.net/wp-content/uploads/2008/05/bbc.jpg'><img src="http://www.rossedwards.net/wp-content/uploads/2008/05/bbc-300x125.jpg" alt="BBC News screengrab" title="BBC News" width="300" height="125" class="alignnone size-medium wp-image-94" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/05/93/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Matrix</title>
		<link>http://www.rossedwards.net/2008/05/88/</link>
		<comments>http://www.rossedwards.net/2008/05/88/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:31:47 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Geekery]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/?p=88</guid>
		<description><![CDATA[A while back, one of the guys at work came to me with an Excel problem&#8230; He had a matrix of data, and wanted a formula that would, given row and column criteria, return the appropriate value:

I initially thought about combining lookups with IF statements but it got *really* messy.  A little digging revealed [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, one of the guys at work came to me with an Excel problem&#8230; He had a matrix of data, and wanted a formula that would, given row and column criteria, return the appropriate value:</p>
<p><a href='http://www.rossedwards.net/wp-content/uploads/2008/05/matrix.gif'><img src="http://www.rossedwards.net/wp-content/uploads/2008/05/matrix.gif" alt="" title="matrix" width="99%" height="auto" class="alignnone size-full wp-image-90" /></a></p>
<p>I initially thought about combining <a href="http://office.microsoft.com/en-us/excel/HP052093351033.aspx?pid=CH062528281033">lookups</a> with <a href="http://office.microsoft.com/en-us/excel/HP052091181033.aspx?pid=CH062528271033">IF statements</a> but it got *really* messy.  A little digging revealed a pretty handy solution, which I thought I&#8217;d share with you all&#8230;</p>
<p>The answer lay in combining the MATCH and INDEX functions - the former (used twice) to locate both the Role and Rating in the appropriate arrays, then the latter to locate the corresponding intersection:</p>
<p><code>MATCH(A18,$A$2:$A$8,0)</code>  searches the range A2:A8 for the role held in A18<br />
<code>MATCH(B18,$B$1:$F$1,0)</code> searches the range B1:F1 for the rating held in B18<br />
<code>INDEX($A$1:$F$8,(MATCH(A18,$A$2:$A$8,0)+1),(MATCH(B18,$B$1:$F$1,0)+1))</code> locates the intersection.  Note the &#8220;+1&#8243; that deals with the header rows/columns in the INDEX array (A1:F8).</p>
<p><a href='http://www.rossedwards.net/wp-content/uploads/2008/05/matrix_formula1.gif'><img src="http://www.rossedwards.net/wp-content/uploads/2008/05/matrix_formula1-150x105.gif" alt="" title="matrix_formula1" width="150" height="105" class="alignnone size-thumbnail wp-image-91" /></a></p>
<p>This works, but will return a <code>#N/A!</code> error if the referring cells are empty.  Some people don&#8217;t mind this, but I prefer to clean things up a bit by using an additional IF statement and the ISNA function; effectively stating &#8220;If the index/match formula returns a #N/A! error, display a blank. Else, display the formula results&#8221;.</p>
<p>Now, this formula is a little unwieldy, so you can download the sample Excel file <a href='http://www.rossedwards.net/wp-content/uploads/2008/05/excel_-_matrix_lookup_formula.xls'>here</a>.</p>
<p>Hope you find it useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/05/88/feed/</wfw:commentRss>
		</item>
		<item>
		<title>May 1st re-boot</title>
		<link>http://www.rossedwards.net/2008/04/87/</link>
		<comments>http://www.rossedwards.net/2008/04/87/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 23:59:40 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[reboot]]></category>

		<category><![CDATA[Stuff]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/?p=87</guid>
		<description><![CDATA[Ok, so it&#8217;s not quite May 1st yet but hey - I&#8217;m early for a change.
Thanks to Nick for the heads-up on the great Subtle theme.  I&#8217;m still trying to work out how to embed my flickr badge in the sidebar but none of the widgets seem to work for me at the moment&#8230;
&#8230;if [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so it&#8217;s not quite May 1st yet but hey - I&#8217;m early for a change.</p>
<p>Thanks to <a href="http://www.guitritus.com">Nick </a>for the heads-up on the great <a href="http://gluedideas.com/">Subtle theme</a>.  I&#8217;m still trying to work out how to embed my flickr badge in the sidebar but none of the widgets seem to work for me at the moment&#8230;</p>
<p>&#8230;if anyone spots one that might, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/04/87/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spam&#8217;s off, dear</title>
		<link>http://www.rossedwards.net/2008/04/86/</link>
		<comments>http://www.rossedwards.net/2008/04/86/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 08:00:32 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[anti-spam]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/?p=86</guid>
		<description><![CDATA[Since updating to Wordpress 2.5.1, I&#8217;ve had a few problems with the random anti-spam thingy.  Sadly, the fancy Turing test has gone and in it&#8217;s place is a little maths problem.
Calculators are allowed, and show your working.
]]></description>
			<content:encoded><![CDATA[<p>Since updating to Wordpress 2.5.1, I&#8217;ve had a few problems with the random anti-spam thingy.  Sadly, the fancy Turing test has gone and in it&#8217;s place is a little maths problem.</p>
<p>Calculators are allowed, and show your working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/04/86/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Project 0001 - #1</title>
		<link>http://www.rossedwards.net/2008/04/85/</link>
		<comments>http://www.rossedwards.net/2008/04/85/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:35:51 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Project 0001]]></category>

		<category><![CDATA[decal]]></category>

		<category><![CDATA[Fender]]></category>

		<category><![CDATA[headstock]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[Stratocaster]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/?p=85</guid>
		<description><![CDATA[
As mentioned a while ago, I&#8217;m collating the parts to assemble a copy of a Fender Stratocaster; specifically a copy of David Gilmour&#8217;s (Pink Floyd) 1954 Strat with the serial number 0001.  Huge tracts of information exist on this guitar, so I won&#8217;t go into details on the original - suffice to say that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/rossedwards/2448995890/"><img src='http://farm4.static.flickr.com/3139/2448995890_1cb45bd19b_m.jpg' alt='Project 0001 - headstock' class='alignnone' /></a></p>
<p>As <a href="/2008/01/57/">mentioned a while ago</a>, I&#8217;m collating the parts to assemble a copy of a Fender Stratocaster; specifically a copy of David Gilmour&#8217;s (Pink Floyd) 1954 Strat with the serial number 0001.  Huge tracts of information exist on this guitar, so I won&#8217;t go into details on the original - suffice to say that it wasn&#8217;t actually the first Strat off of the production line, and I happen to think that it looks rather fine&#8230;</p>
<p>Anyway, on to the meat of this post.</p>
<p>Although I&#8217;ve still yet to obtain all of the parts, I decided that the headstock was looking a little bare&#8230; So how did I do it?<br />
<span id="more-85"></span><br />
After a bit of messing around with Inkscape and GIMP, I came up with the logo I wanted - it looks like the Real Thing(TM) from a distance, but there&#8217;s no danger of confusing it close up <img src='http://www.rossedwards.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I then printed (in reverse) onto some dry-rub transfer paper from <a href="http://www.craftycomputerpaper.co.uk/">Crafty Computer Paper</a>.  I had toyed with the idea of using the water-slide decal paper, but couldn&#8217;t be certain that I could apply the decal in reverse.</p>
<p>A quick colour in with a metallic gold marker from WHSmith and things were good to go.  I left the transfer to dry overnight, then applied the sticky backing (per the instructions).  I actually printed two logos; just in case one went wrong.  This was a Good Thing(TM) as I inadvertently peeled off the wrong sheet when checking; thereby screwing it up totally.</p>
<p>Again, I left the backing sheet to work its magic overnight, before cutting the two transfers out.  Application was done very carefully to avoid any bubbles in the transfer, and the completed logo was gently burnished with some soft tissue paper.</p>
<p>Success!  And I&#8217;m really pleased with the outcome.</p>
<p>Next step - stripping/refinishing the body&#8230; Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/04/85/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mmmm&#8230; Pie&#8230;</title>
		<link>http://www.rossedwards.net/2008/03/84/</link>
		<comments>http://www.rossedwards.net/2008/03/84/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 16:11:02 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/2008/03/84/</guid>
		<description><![CDATA[Geeks of the world unite - it&#8217;s Pi Day!
]]></description>
			<content:encoded><![CDATA[<p>Geeks of the world unite - it&#8217;s <a href="http://news.bbc.co.uk/1/hi/magazine/7296224.stm">Pi Day</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/03/84/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More albums&#8230;</title>
		<link>http://www.rossedwards.net/2008/02/83/</link>
		<comments>http://www.rossedwards.net/2008/02/83/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 17:20:01 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/2008/02/83/</guid>
		<description><![CDATA[&#8230;are now here.
That is all.
]]></description>
			<content:encoded><![CDATA[<p>&#8230;are now <a href="/albums/">here</a>.</p>
<p>That is all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/02/83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No sh*t, Sherlock</title>
		<link>http://www.rossedwards.net/2008/02/77/</link>
		<comments>http://www.rossedwards.net/2008/02/77/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 12:48:57 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/2008/02/77/</guid>
		<description><![CDATA[Headline writing from the Department of the Bleeding Obvious:
http://news.bbc.co.uk/1/hi/england/london/7252746.stm
]]></description>
			<content:encoded><![CDATA[<p>Headline writing from the Department of the Bleeding Obvious:</p>
<p><a href="http://news.bbc.co.uk/1/hi/england/london/7252746.stm">http://news.bbc.co.uk/1/hi/england/london/7252746.stm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/02/77/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My new album&#8230;</title>
		<link>http://www.rossedwards.net/2008/02/72/</link>
		<comments>http://www.rossedwards.net/2008/02/72/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 12:35:38 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/2008/02/72/</guid>
		<description><![CDATA[OK, not *mine* in a strict sense but I did make it up, based on these instructions gleaned from Adrian and Clive:

Go to the Wikipedia random article generator and note the title of the randomly selected article. This is your band name.
Similarly, go to this random quotation page and note the last four words of [...]]]></description>
			<content:encoded><![CDATA[<p>OK, not *mine* in a strict sense but I did make it up, based on these instructions gleaned from <a href="http://www.spaghetti-factory.co.uk/">Adrian </a>and <a href="http://www.clivemurray.com/">Clive</a>:</p>
<ol>
<li>Go to the Wikipedia <a href="http://en.wikipedia.org/wiki/special:random">random article generator</a> and note the <strong>title </strong>of the randomly selected article. This is your band name.</li>
<li>Similarly, go to this <a href="http://www.quotationspage.com/random.php3">random quotation page</a> and note the <strong>last four words</strong> of the <strong>last quotation</strong>. This is your album title.</li>
<li>Now to Flickr’s <a href="http://www.flickr.com/explore/interesting/7days/">interesting photos feature</a> . Download (or screengrab if necessary) the <strong>third picture</strong>. This is your album cover picture.</li>
<li>Now put the whole lot together in the photo/graphics application of your choice. Populate your imaginary music business with exciting acts!</li>
</ol>
<p>So, without further ado, I give you my debut album:</p>
<p><img src='http://www.rossedwards.net/wp-content/uploads/2008/02/glc_patience.jpg' alt='Gray Light Car - Learn To Have Patience' style="padding:20px" /></p>
<p>No doubt more will appear, as and when I feel like making them!</p>
<p>**UPDATE** I&#8217;ve now started cataloguing them on the &#8220;Albums&#8221; page, <a href="/albums/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/02/72/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gutted (2)</title>
		<link>http://www.rossedwards.net/2008/02/71/</link>
		<comments>http://www.rossedwards.net/2008/02/71/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:28:08 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.rossedwards.net/2008/02/71/</guid>
		<description><![CDATA[The illusion has been shattered.  My ghast has never been so flabbered.
What am I blathering on about?  Well, dear reader, it appears that BBC TV&#8217;s &#8220;Top Gear&#8221; may not be strictly playing by the rules&#8230;

There was I, enjoying yet another repeat of TG on Dave (no relation); specifically Series 8 Episode 8, where [...]]]></description>
			<content:encoded><![CDATA[<p>The illusion has been shattered.  My ghast has never been so flabbered.</p>
<p>What am I blathering on about?  Well, dear reader, it appears that <a href="http://www.bbc.co.uk/topgear/">BBC TV&#8217;s &#8220;Top Gear&#8221;</a> may not be strictly playing by the rules&#8230;</p>
<p><span id="more-71"></span></p>
<p>There was I, enjoying yet another repeat of TG on <a href="http://uktv.co.uk/dave">Dave</a> (<a href="http://dave.tv/">no relation</a>); specifically Series 8 Episode 8, where one Jensen Button proceeded to put in a 1:44 lap of the TG track in the old reasonably-priced car.</p>
<p>Now, as talented as Mr Button is, I can&#8217;t quite believe that he managed to swap cars several times on his lap and still come in under two minutes.  What&#8217;s that you say? Swap cars? How?</p>
<p>Careful analysis of the footage (ok, the missus spotted it first) reveals that JB leaves the start line in a flurry of wheel-spin and a &#8216;52 plate Suzuki Liana.  Later on <strong>in the same lap</strong>, the car miraculously transforms into an &#8216;03 plate, back to a &#8216;52 and once more to an &#8216;03 before crossing the line.  Impressive or what?</p>
<p>My better half has emailed the TG producers over this petit faux-pas but has yet to receive a reply.  If you&#8217;re reading, guys, it&#8217;s not really that big a deal but I&#8217;d like to try a few laps of the track in said car; just to see if it really *is* magic&#8230;  Failing that, a couple of tickets to the show wouldn&#8217;t go amiss <img src='http://www.rossedwards.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Problem is, I can&#8217;t focus on the Star Laps now without wondering if it&#8217;s going to happen again.</p>
<p>One more illusion - shattered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rossedwards.net/2008/02/71/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
