<?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: Using Row() in Array Formulas</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: DaveP</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-39455</link>
		<dc:creator>DaveP</dc:creator>
		<pubDate>Fri, 22 May 2009 18:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-39455</guid>
		<description>&lt;p&gt;Hello Icon&lt;/p&gt;
&lt;p&gt;=SUMPRODUCT(LARGE($B$2:$N$2,ROW(1:6))) or equivalent&lt;br&gt;
=SUMPRODUCT(LARGE($B$2:$N$2,{1;2;3;4;5;6}))&lt;/p&gt;
&lt;p&gt;or Array Enter&lt;br&gt;
=SUM(LARGE($B$2:$N$2,ROW(1:6)))&lt;/p&gt;
&lt;p&gt;Row(1:6) is used to provide the series of numbers 1,2,3,4,5,6.  Please see the information above.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Icon</p>
<p>=SUMPRODUCT(LARGE($B$2:$N$2,ROW(1:6))) or equivalent<br />
=SUMPRODUCT(LARGE($B$2:$N$2,{1;2;3;4;5;6}))</p>
<p>or Array Enter<br />
=SUM(LARGE($B$2:$N$2,ROW(1:6)))</p>
<p>Row(1:6) is used to provide the series of numbers 1,2,3,4,5,6.  Please see the information above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Icon</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-39447</link>
		<dc:creator>Icon</dc:creator>
		<pubDate>Fri, 22 May 2009 10:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-39447</guid>
		<description>&lt;p&gt;Hi,&lt;br&gt;
I tried the same formula but the data are in a row but it doesn&#039;t work for the function as below. (I changed ROW function to COLUMN) :&lt;br&gt;
=SUM(LARGE($B$2:$G$2;COLUMN(1:6)))&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried the same formula but the data are in a row but it doesn&#8217;t work for the function as below. (I changed ROW function to COLUMN) :<br />
=SUM(LARGE($B$2:$G$2;COLUMN(1:6)))</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KP</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-38606</link>
		<dc:creator>KP</dc:creator>
		<pubDate>Sun, 22 Mar 2009 02:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-38606</guid>
		<description>&lt;p&gt;How would one accomplish the ROW(INDIRECT()) using VB Script.&lt;/p&gt;
&lt;p&gt;I am trying to convert my array formula into a VB user defined function and it keeps highlighting the ROW and INDIRECT functions.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How would one accomplish the ROW(INDIRECT()) using VB Script.</p>
<p>I am trying to convert my array formula into a VB user defined function and it keeps highlighting the ROW and INDIRECT functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-34900</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sun, 28 Sep 2008 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-34900</guid>
		<description>&lt;p&gt;@TJ In cell AE12: =if(a1=&quot;f&quot;, 1,0)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@TJ In cell AE12: =if(a1=&#8221;f&#8221;, 1,0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-34892</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Fri, 26 Sep 2008 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-34892</guid>
		<description>&lt;p&gt;I am trying to get excel to recognize a letter in a row as a number for instance if a1=f then ae12 will equal 1 can anybody help with this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am trying to get excel to recognize a letter in a row as a number for instance if a1=f then ae12 will equal 1 can anybody help with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-2226</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 26 Aug 2004 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-2226</guid>
		<description>&lt;p&gt;Thanks, JPG.  That got it to work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, JPG.  That got it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo G</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-2225</link>
		<dc:creator>Juan Pablo G</dc:creator>
		<pubDate>Thu, 26 Aug 2004 15:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-2225</guid>
		<description>&lt;p&gt;Kevin,&lt;/p&gt;
&lt;p&gt;You have to array enter (Use Control Shift Enter) the second one.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>You have to array enter (Use Control Shift Enter) the second one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-2224</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 26 Aug 2004 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-2224</guid>
		<description>&lt;p&gt;Dick,&lt;br&gt;
I can get the formula in C5 to work, but when I try the formula in C6 I get the same result as simply typing large(a3:a15,1).  Am I missing something?  Here is what I used:&lt;br&gt;
This works:&lt;br&gt;
=ROUND(AVERAGE(LARGE($B$23:$B$37,{1,2,3,4,5})),2)&lt;/p&gt;
&lt;p&gt;This does not:&lt;br&gt;
=SUM(LARGE($B$23:$B$37,ROW(1:5)))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,<br />
I can get the formula in C5 to work, but when I try the formula in C6 I get the same result as simply typing large(a3:a15,1).  Am I missing something?  Here is what I used:<br />
This works:<br />
=ROUND(AVERAGE(LARGE($B$23:$B$37,{1,2,3,4,5})),2)</p>
<p>This does not:<br />
=SUM(LARGE($B$23:$B$37,ROW(1:5)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Rynd</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-2223</link>
		<dc:creator>Jonathan Rynd</dc:creator>
		<pubDate>Wed, 25 Aug 2004 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-2223</guid>
		<description>&lt;p&gt;I call those kinds of arrays &quot;Array constants&quot;, since they are not based on cells in the spreadsheet, but on the constant numbers, strings, booleans, and error values that you specify in the formula. (You can&#039;t put a cell reference, or the result of a calculation, as a member of an array constant.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I call those kinds of arrays &#8220;Array constants&#8221;, since they are not based on cells in the spreadsheet, but on the constant numbers, strings, booleans, and error values that you specify in the formula. (You can&#8217;t put a cell reference, or the result of a calculation, as a member of an array constant.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo G</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/25/using-row-in-array-formulas/#comment-2222</link>
		<dc:creator>Juan Pablo G</dc:creator>
		<pubDate>Wed, 25 Aug 2004 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=735#comment-2222</guid>
		<description>&lt;p&gt;If you want to confuse things a bit more, I tend to avoid using INDIRECT and OFFSET when possible, just because of their volatility, which, in large workbooks can create a real PITA.&lt;/p&gt;
&lt;p&gt;To create an array like this what I usually do is:&lt;/p&gt;
&lt;p&gt;ROW($A$1:INDEX($A:$A, C7))&lt;/p&gt;
&lt;p&gt;Using the same cell that Dick uses in this example.  If there&#039;s any chance that the user can insert a row before row 1 (which would mess this formula), I go with this:&lt;/p&gt;
&lt;p&gt;ROW(INDEX($A:$A, 1):INDEX($A:$A, C7))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you want to confuse things a bit more, I tend to avoid using INDIRECT and OFFSET when possible, just because of their volatility, which, in large workbooks can create a real PITA.</p>
<p>To create an array like this what I usually do is:</p>
<p>ROW($A$1:INDEX($A:$A, C7))</p>
<p>Using the same cell that Dick uses in this example.  If there&#8217;s any chance that the user can insert a row before row 1 (which would mess this formula), I go with this:</p>
<p>ROW(INDEX($A:$A, 1):INDEX($A:$A, C7))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

