<?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>non-random ramble &#187; excel</title>
	<atom:link href="http://jimbarritt.com/non-random/category/code/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimbarritt.com/non-random</link>
	<description>adventures in code</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:42:14 +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>More Excel Madness..</title>
		<link>http://jimbarritt.com/non-random/2006/06/22/more-excel-madness/</link>
		<comments>http://jimbarritt.com/non-random/2006/06/22/more-excel-madness/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 06:21:14 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.planet-ix.com/non-random/2006/06/22/more-excel-madness/</guid>
		<description><![CDATA[Ok, first the easy one &#8211; alternate row colors ? simple : You can create a worksheet with alternating coloured rows (striped) with conditional formatting. First, select the range that you want striped (or the whole sheet). Next, go to Format/Conditional formatting. In the dropdown where it say value is, select &#8220;formula is&#8221; In the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, first the easy one &#8211; alternate row colors ? simple :</p>
<p>You can create a worksheet with alternating coloured rows (striped) with conditional formatting.</p>
<p>First, select the range that you want striped (or the whole sheet).</p>
<p>Next, go to Format/Conditional formatting. In the dropdown where it say value is, select &#8220;formula is&#8221;</p>
<p>In the textbox on the right type the expression &#8220;= mod(row(),2)=0&#8243; (without the quotes, of course.</p>
<p>i got this from http://www.utteraccess.com/forums/showflat.php?&#038;Number=1177188</p>
<p>Next the hard part.</p>
<p>I want to reference a set of cells dynamically in another spreadsheet (basically a CSV file) so i want to be able to tell my workbook the name of the file and then which columns i want.</p>
<p>It can be done! rather than try to explain step by step, here is the workbook!:)</p>
<p>I couldnt get it to reference files which werent already open in Excel, however, it remembers the data if you close the referenced file. for my app i dont care about having to open them both.</p>
<p>will try to work it out sometime&#8230;</p>
<p><a id="p39" href="http://www.planet-ix.com/non-random/wp-content/uploads/2006/06/summary-003.xls">summary-003</a></p>
<p><a id="p38" href="http://www.planet-ix.com/non-random/wp-content/uploads/2006/06/Results Template.xls">Results template</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2006/06/22/more-excel-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reference the cell value in XL from a string</title>
		<link>http://jimbarritt.com/non-random/2006/06/22/reference-the-cell-value-in-xl-from-a-string/</link>
		<comments>http://jimbarritt.com/non-random/2006/06/22/reference-the-cell-value-in-xl-from-a-string/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 01:44:35 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.planet-ix.com/non-random/2006/06/22/reference-the-cell-value-in-xl-from-a-string/</guid>
		<description><![CDATA[So I want to put in a formula that retrieves its value from a cell where i say &#8220;get me the value of cell 1, 3&#8243; 2 Steps: ADDRESS(x, y) Returns the String Reference for this position e.g. $A$1 THen INDIRECT(ref) returns the value of the cell INDIRECT(ADDRESS(1, 2)) wahey!]]></description>
			<content:encoded><![CDATA[<p>So I want to put in a formula that retrieves its value from a cell where i say &#8220;get me the value of cell 1, 3&#8243;</p>
<p>2 Steps:</p>
<p>ADDRESS(x, y) </p>
<p>Returns the String Reference for this position</p>
<p>e.g. $A$1 </p>
<p>THen INDIRECT(ref)</p>
<p>returns the value of the cell</p>
<p>INDIRECT(ADDRESS(1, 2))</p>
<p>wahey!</p>
]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2006/06/22/reference-the-cell-value-in-xl-from-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
