<?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: Getting the last value</title>
	<atom:link href="http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 20 May 2013 14:33:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Val</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-83246</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Fri, 22 Jun 2012 12:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-83246</guid>
		<description><![CDATA[I have been trying to use this formula to pull the last text value from a column in a spreadsheet to another spreadsheet, which is my Summary Page.  

Is there a specific formula that someone can write out for me that will find the last entered text in a cell within a column in one spreadsheet and show that text in another spreadsheet?

Help!  I am not an Excel Guru.

Thanks for your suggestions.]]></description>
		<content:encoded><![CDATA[<p>I have been trying to use this formula to pull the last text value from a column in a spreadsheet to another spreadsheet, which is my Summary Page.  </p>
<p>Is there a specific formula that someone can write out for me that will find the last entered text in a cell within a column in one spreadsheet and show that text in another spreadsheet?</p>
<p>Help!  I am not an Excel Guru.</p>
<p>Thanks for your suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-81369</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 05 Jun 2012 15:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-81369</guid>
		<description><![CDATA[I tried the formula to find the last value in a column. Every cell in the column does not have an entry, for example, the column goes from G4:G100 and there are some 30 enttries, however, based on another worksheet that feeds into the G4:G100, the values and location of data change. I still need to find the last numeric value in the &quot;G&quot; Column. When I use the formula above I get a #NULL! result.

thank you for your time and consideration.]]></description>
		<content:encoded><![CDATA[<p>I tried the formula to find the last value in a column. Every cell in the column does not have an entry, for example, the column goes from G4:G100 and there are some 30 enttries, however, based on another worksheet that feeds into the G4:G100, the values and location of data change. I still need to find the last numeric value in the &#8220;G&#8221; Column. When I use the formula above I get a #NULL! result.</p>
<p>thank you for your time and consideration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Hinds</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-43183</link>
		<dc:creator>Gordon Hinds</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-43183</guid>
		<description><![CDATA[&lt;p&gt;In response to the error returned when you put the numeric formula in its own column.&lt;br&gt;
This can be avoided if you can specify the range of rows you are searching within that column.&lt;br&gt;
Example  =INDEX(G2:G39,MATCH(9.99999999999999E+307,G2:G39))&lt;br&gt;
For when you want the result to be in the same column.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>In response to the error returned when you put the numeric formula in its own column.<br />
This can be avoided if you can specify the range of rows you are searching within that column.<br />
Example  =INDEX(G2:G39,MATCH(9.99999999999999E+307,G2:G39))<br />
For when you want the result to be in the same column.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-40917</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 09 Sep 2009 01:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-40917</guid>
		<description><![CDATA[&lt;p&gt;In #3 above, you can use the formula in C3.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>In #3 above, you can use the formula in C3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antonio laguna</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-40913</link>
		<dc:creator>antonio laguna</dc:creator>
		<pubDate>Tue, 08 Sep 2009 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-40913</guid>
		<description><![CDATA[&lt;p&gt;How can i find the last value in a row that have cells with !N/A#?&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>How can i find the last value in a row that have cells with !N/A#?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Thomas</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-32494</link>
		<dc:creator>Jim Thomas</dc:creator>
		<pubDate>Wed, 21 May 2008 22:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-32494</guid>
		<description><![CDATA[&lt;p&gt;hello everyone, trying to move multi lines of almost identical data from one sheet to another sheet for formatting. 1 to 150 lines all identical except purchase qtys and purchase order line number. over 400 part numbers to move. any ideas how to do a vlookup like function on multi lines and multi rows without being stuck using pivot tables?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>hello everyone, trying to move multi lines of almost identical data from one sheet to another sheet for formatting. 1 to 150 lines all identical except purchase qtys and purchase order line number. over 400 part numbers to move. any ideas how to do a vlookup like function on multi lines and multi rows without being stuck using pivot tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Wilcox</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-31520</link>
		<dc:creator>Jim Wilcox</dc:creator>
		<pubDate>Fri, 28 Mar 2008 18:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-31520</guid>
		<description><![CDATA[&lt;p&gt;Thanks for the formula to grab the last text entry in a column, BUT I am also working with a column that is formatted for DATE.  Is there a similar function to grab the last date in a cloumn?&lt;br&gt;
Thanks.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks for the formula to grab the last text entry in a column, BUT I am also working with a column that is formatted for DATE.  Is there a similar function to grab the last date in a cloumn?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julius Heilman</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-31275</link>
		<dc:creator>Julius Heilman</dc:creator>
		<pubDate>Wed, 12 Mar 2008 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-31275</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m trying to get the formula to return the second last value (3rd last, 4th last, etc) for any type of value.  For numeric values the formula =LOOKUP(9.99999999999999E+307,A1:INDEX(A1:Z1,MATCH(9.99999999999999E+307,A1:Z1)-1)) works.  &lt;/p&gt;
&lt;p&gt;I have tried =LOOKUP(2,1/(1-ISBLANK(D46:IG46)),D46:INDEX(D46:IG46,LOOKUP(2,1/(1-ISBLANK(D46:IG46)),D46:IG46)-1)), but am getting an error.&lt;/p&gt;
&lt;p&gt;Any help would be appriciated.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get the formula to return the second last value (3rd last, 4th last, etc) for any type of value.  For numeric values the formula =LOOKUP(9.99999999999999E+307,A1:INDEX(A1:Z1,MATCH(9.99999999999999E+307,A1:Z1)-1)) works.  </p>
<p>I have tried =LOOKUP(2,1/(1-ISBLANK(D46:IG46)),D46:INDEX(D46:IG46,LOOKUP(2,1/(1-ISBLANK(D46:IG46)),D46:IG46)-1)), but am getting an error.</p>
<p>Any help would be appriciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Hincapie</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-29360</link>
		<dc:creator>Jaime Hincapie</dc:creator>
		<pubDate>Thu, 13 Dec 2007 01:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-29360</guid>
		<description><![CDATA[&lt;p&gt;Thanks for the explanation. it makes more sense now&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks for the explanation. it makes more sense now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://dailydoseofexcel.com/archives/2004/12/02/getting-the-last-value/#comment-29050</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 29 Nov 2007 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=903#comment-29050</guid>
		<description><![CDATA[&lt;p&gt;Jaime:  Actually it does matter.  If you change&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;A1:A65536&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;A1:A10&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;, you&#039;ll see that 1 and 2 as the lookup value give different results.  When there are ties, such as a 1 in the lookup value and more than one 1 in the lookup vector, which 1 it returns is unpredictable.  However, since 2 will always be greater than anything in this lookup vector, you know it will always return the last 1.  Any number above 2 will work exactly the same as 2.&lt;/p&gt;
&lt;p&gt;Here&#039;s another formula, just for the record&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;{=INDEX(A1:A10,MAX(NOT(ISBLANK(A1:A10))*(ROW(A1:A10)),1))}&lt;/div&gt;&lt;/div&gt;
]]></description>
		<content:encoded><![CDATA[<p>Jaime:  Actually it does matter.  If you change</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">A1:A65536</div>
</div>
<p>to</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">A1:A10</div>
</div>
<p>, you&#8217;ll see that 1 and 2 as the lookup value give different results.  When there are ties, such as a 1 in the lookup value and more than one 1 in the lookup vector, which 1 it returns is unpredictable.  However, since 2 will always be greater than anything in this lookup vector, you know it will always return the last 1.  Any number above 2 will work exactly the same as 2.</p>
<p>Here&#8217;s another formula, just for the record</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">{=INDEX(A1:A10,MAX(NOT(ISBLANK(A1:A10))*(ROW(A1:A10)),1))}</div>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
