<?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>zoombody &#187; excel</title>
	<atom:link href="http://zoombody.com/tag/excel/feed" rel="self" type="application/rss+xml" />
	<link>http://zoombody.com</link>
	<description>by Dan Rice</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Excel tip: Relative references in named formulas</title>
		<link>http://zoombody.com/articles/self-referencing-named-formulas-in-excel</link>
		<comments>http://zoombody.com/articles/self-referencing-named-formulas-in-excel#comments</comments>
		<pubDate>Fri, 07 Nov 2008 21:09:09 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://zoombody.com/?p=18</guid>
		<description><![CDATA[Named formulas can be very useful when your Excel workbook needs to contain many cells that use the same formula, but they are limited to containing static references. It is easy to get around this limitation by creating a self-referencing formula named &#8220;Self&#8221;:

=INDIRECT&#40;ADDRESS&#40;ROW&#40;&#41;,COLUMN&#40;&#41;&#41;&#41;

You can then access other cells using the OFFSET function, e.g. one cell [...]]]></description>
			<content:encoded><![CDATA[<p>Named formulas can be very useful when your Excel workbook needs to contain many cells that use the same formula, but they are limited to containing static references. It is easy to get around this limitation by creating a self-referencing formula named &#8220;Self&#8221;:</p>

<div class="wp_syntax"><div class="code"><pre class="c c" style="font-family:monospace;"><span style="color: #339933;">=</span>INDIRECT<span style="color: #009900;">&#40;</span>ADDRESS<span style="color: #009900;">&#40;</span>ROW<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>COLUMN<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span></pre></div></div>

<p>You can then access other cells using the <code>OFFSET</code> function, e.g. one cell to the left would be</p>

<div class="wp_syntax"><div class="code"><pre class="c c" style="font-family:monospace;"><span style="color: #339933;">=</span>OFFSET<span style="color: #009900;">&#40;</span>Self<span style="color: #339933;">,</span><span style="color:#800080;">0</span><span style="color: #339933;">,-</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#41;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://zoombody.com/articles/self-referencing-named-formulas-in-excel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
