<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Product Recommendation – Excel Lookup Toolbox</title>
	<atom:link href="http://chandoo.org/wp/2009/11/05/excel-lookup-toolbox-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2009/11/05/excel-lookup-toolbox-review/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Thu, 18 Mar 2010 12:45:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Franco</title>
		<link>http://chandoo.org/wp/2009/11/05/excel-lookup-toolbox-review/#comment-84224</link>
		<dc:creator>John Franco</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2376#comment-84224</guid>
		<description>Art,

The most explicit answer to your inquiry is NO, the book does not include the OFFSET function.

I hope it helps you to decide and order!</description>
		<content:encoded><![CDATA[<p>Art,</p>
<p>The most explicit answer to your inquiry is NO, the book does not include the OFFSET function.</p>
<p>I hope it helps you to decide and order!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Franco</title>
		<link>http://chandoo.org/wp/2009/11/05/excel-lookup-toolbox-review/#comment-84102</link>
		<dc:creator>John Franco</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2376#comment-84102</guid>
		<description>Hi Art,

Thanks for your question!

The function OFFSET(reference,rows,cols,height,width)
returns a reference (A2, C6, etc) or an array (A2:A5, B3:B9, etc) that you can use in any formula that requires such argument.

For example: you can feed the formula =SUM() this way =SUM(A2:A6) or this way =SUM(OFFSET(A1,1,0,5,1)) with the same results.

Of course, you will use the OFFSET function with some condition that changes. Generally speaking, this function only feeds other formulas.

Well...

In brief, you need the lookup formulas to do the search and summary job, and eventually, if you have dynamic spreadsheets use the OFFSET function to specify arrays and cell references dynamically.

For example, this array formula from the &quot;Excel Lookup Toolbox&quot; ebook searches two index columns (order number and quantity) and returns the sum based on the specified column...
{=INDEX(Haystack!$A$2:$C$5,MATCH(1,(Haystack!$A$2:$A$5=A2)*(Haystack!$B$2:$B$5&lt;=B2),0),3)}

and it is the same that this other one using the OFFSET function as the lookup_array for the MATCH function
{=INDEX(Haystack!$A$2:$C$5,MATCH(1,(OFFSET(Haystack!A1,1,0,4,1)=A2)*(Haystack!$B$2:$B$5&lt;=B2),0),3)}

Conclusion:

The book provides the lookup building blocks (45 lookup scenarios); you can feed any of these formulas with your dynamic range (OFFSET)</description>
		<content:encoded><![CDATA[<p>Hi Art,</p>
<p>Thanks for your question!</p>
<p>The function OFFSET(reference,rows,cols,height,width)<br />
returns a reference (A2, C6, etc) or an array (A2:A5, B3:B9, etc) that you can use in any formula that requires such argument.</p>
<p>For example: you can feed the formula =SUM() this way =SUM(A2:A6) or this way =SUM(OFFSET(A1,1,0,5,1)) with the same results.</p>
<p>Of course, you will use the OFFSET function with some condition that changes. Generally speaking, this function only feeds other formulas.</p>
<p>Well&#8230;</p>
<p>In brief, you need the lookup formulas to do the search and summary job, and eventually, if you have dynamic spreadsheets use the OFFSET function to specify arrays and cell references dynamically.</p>
<p>For example, this array formula from the &#8220;Excel Lookup Toolbox&#8221; ebook searches two index columns (order number and quantity) and returns the sum based on the specified column&#8230;<br />
{=INDEX(Haystack!$A$2:$C$5,MATCH(1,(Haystack!$A$2:$A$5=A2)*(Haystack!$B$2:$B$5&lt;=B2),0),3)}</p>
<p>and it is the same that this other one using the OFFSET function as the lookup_array for the MATCH function<br />
{=INDEX(Haystack!$A$2:$C$5,MATCH(1,(OFFSET(Haystack!A1,1,0,4,1)=A2)*(Haystack!$B$2:$B$5&lt;=B2),0),3)}</p>
<p>Conclusion:</p>
<p>The book provides the lookup building blocks (45 lookup scenarios); you can feed any of these formulas with your dynamic range (OFFSET)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Johnson</title>
		<link>http://chandoo.org/wp/2009/11/05/excel-lookup-toolbox-review/#comment-84086</link>
		<dc:creator>Art Johnson</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2376#comment-84086</guid>
		<description>Does the book deal with the OFFSET function? I&#039;ve got a couple of dynamic spreadsheets and I use a formula with OFFSET and COUNTIF or COUNTA.

However, since Excel can make a range dynamic using  List(2003) or Table(2007), I&#039;m wondering why would I need this type of forumula instead of a standard Lookup formula?</description>
		<content:encoded><![CDATA[<p>Does the book deal with the OFFSET function? I&#8217;ve got a couple of dynamic spreadsheets and I use a formula with OFFSET and COUNTIF or COUNTA.</p>
<p>However, since Excel can make a range dynamic using  List(2003) or Table(2007), I&#8217;m wondering why would I need this type of forumula instead of a standard Lookup formula?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
