<?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: Reverse a List using Formulas [Using Excel INDEX() Formula]</title>
	<atom:link href="http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Sun, 14 Mar 2010 11:20:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hwsris</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-86545</link>
		<dc:creator>hwsris</dc:creator>
		<pubDate>Sun, 29 Nov 2009 10:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-86545</guid>
		<description>Thx your formulas.
But I still use the old method by data sort after fill number on next column.

Thx Chandoo</description>
		<content:encoded><![CDATA[<p>Thx your formulas.<br />
But I still use the old method by data sort after fill number on next column.</p>
<p>Thx Chandoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85684</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85684</guid>
		<description>Simon: I would use counta() not row() to find the number of items. This will let you place the values anywhere, not just in first row.

@Ajay: Good one. 

@Mauricio: That is awesome. I was trying for something like that, but couldnt think of absolute reference at end, really brilliant stuff...

@Kanti: Yes, you are right. I wanted to keep the formula simple so that our members can understand the technique without worrying about other formulas.

@Modeste: Very good formula.. thanks :)</description>
		<content:encoded><![CDATA[<p>Simon: I would use counta() not row() to find the number of items. This will let you place the values anywhere, not just in first row.</p>
<p>@Ajay: Good one. </p>
<p>@Mauricio: That is awesome. I was trying for something like that, but couldnt think of absolute reference at end, really brilliant stuff&#8230;</p>
<p>@Kanti: Yes, you are right. I wanted to keep the formula simple so that our members can understand the technique without worrying about other formulas.</p>
<p>@Modeste: Very good formula.. thanks <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Modeste</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85654</link>
		<dc:creator>Modeste</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85654</guid>
		<description>Hi shandoo,

there a more versatile formula (any location of the list)
First of all, name your list :  ie Mylist
close-up in the just right column type :
=INDEX(Mylist , COUNTA(Mylist) + ROW(Mylist) - ROW() , 1)
then copy down (double-click on the copy anckor)</description>
		<content:encoded><![CDATA[<p>Hi shandoo,</p>
<p>there a more versatile formula (any location of the list)<br />
First of all, name your list :  ie Mylist<br />
close-up in the just right column type :<br />
=INDEX(Mylist , COUNTA(Mylist) + ROW(Mylist) &#8211; ROW() , 1)<br />
then copy down (double-click on the copy anckor)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanti Chiba</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85649</link>
		<dc:creator>Kanti Chiba</dc:creator>
		<pubDate>Thu, 19 Nov 2009 21:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85649</guid>
		<description>Hi Chandoo,

Very interesting and useful. To avoid hard-coding the 6 you could use:
=INDEX($A$1:$A$5,COUNTA($A$1:$A$5)-ROWS($A$1:A1)+1)</description>
		<content:encoded><![CDATA[<p>Hi Chandoo,</p>
<p>Very interesting and useful. To avoid hard-coding the 6 you could use:<br />
=INDEX($A$1:$A$5,COUNTA($A$1:$A$5)-ROWS($A$1:A1)+1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85645</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Thu, 19 Nov 2009 20:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85645</guid>
		<description>What about =INDEX($A$1:$A$5,ROWS(A1:A$5))</description>
		<content:encoded><![CDATA[<p>What about =INDEX($A$1:$A$5,ROWS(A1:A$5))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85632</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85632</guid>
		<description>Nice post !!! Here&#039;s another way to reverse using OFFSET 
=OFFSET($A$1,COUNTIF(A1:$A$5,&quot;&quot;)-1,0). The formula refuses to work with blank cells though :-(
Regards,</description>
		<content:encoded><![CDATA[<p>Nice post !!! Here&#8217;s another way to reverse using OFFSET<br />
=OFFSET($A$1,COUNTIF(A1:$A$5,&#8221;")-1,0). The formula refuses to work with blank cells though <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://chandoo.org/wp/2009/11/19/reverse-a-list-in-excel/#comment-85606</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2409#comment-85606</guid>
		<description>would this be assisted by having a row you include in the range that you would insert above to include new entries within that range (could also name it). Then  change the formula slightly so that it becomes:

=INDEX($A$1:$A$5,row(last row ref)-ROWS($A$1:A1))

it would allow you to constantly update the list without having to amend the value within the formula.</description>
		<content:encoded><![CDATA[<p>would this be assisted by having a row you include in the range that you would insert above to include new entries within that range (could also name it). Then  change the formula slightly so that it becomes:</p>
<p>=INDEX($A$1:$A$5,row(last row ref)-ROWS($A$1:A1))</p>
<p>it would allow you to constantly update the list without having to amend the value within the formula.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
