<?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: Find the 2nd Largest Value in a Range</title>
	<atom:link href="http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: john Caulfield</title>
		<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/comment-page-1/#comment-1131</link>
		<dc:creator>john Caulfield</dc:creator>
		<pubDate>Fri, 11 Jun 2010 20:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=413#comment-1131</guid>
		<description>Large worked fine but is there a function to sum for example the three largest values in a range of six cells?</description>
		<content:encoded><![CDATA[<p>Large worked fine but is there a function to sum for example the three largest values in a range of six cells?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/comment-page-1/#comment-778</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 04 Jun 2009 00:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=413#comment-778</guid>
		<description>Hi Joe.  This doesn&#039;t sound like it would be too difficult to handle with a macro.  Would you want to shift up the deleted number or just clear the cell of that value?</description>
		<content:encoded><![CDATA[<p>Hi Joe.  This doesn&#8217;t sound like it would be too difficult to handle with a macro.  Would you want to shift up the deleted number or just clear the cell of that value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/comment-page-1/#comment-777</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=413#comment-777</guid>
		<description>Hi,
I have a similar problem,
How can I find the largest number in a range of numbers in a single col, and delete that number from the cell leaving the rest of the numbers unchanged?
I will need to put this in a macro.

I&#039;m having trouble using MATCH, LARGE, ADDRESS.

Thanks for the help
JOe</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a similar problem,<br />
How can I find the largest number in a range of numbers in a single col, and delete that number from the cell leaving the rest of the numbers unchanged?<br />
I will need to put this in a macro.</p>
<p>I&#8217;m having trouble using MATCH, LARGE, ADDRESS.</p>
<p>Thanks for the help<br />
JOe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/comment-page-1/#comment-669</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 23 Jan 2009 19:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=413#comment-669</guid>
		<description>This is a tricky formula.  Use the small formula in a similar manner to this:

=SMALL((B1:B10=5)*A1:A10,ROWS(B1:B10)-COUNTIF(B1:B10,5)+1)

where Column B contains the 4&#039;s and 5&#039;s and column A is the column of data you are trying to get the min from.  After you enter this formula, you will have to hit Ctrl+Shirt+Enter to get it to work.  Brackets {} will show up surrounding the formula in the formula bar if you have done it correctly.

Hope this helps,
John</description>
		<content:encoded><![CDATA[<p>This is a tricky formula.  Use the small formula in a similar manner to this:</p>
<p>=SMALL((B1:B10=5)*A1:A10,ROWS(B1:B10)-COUNTIF(B1:B10,5)+1)</p>
<p>where Column B contains the 4&#8242;s and 5&#8242;s and column A is the column of data you are trying to get the min from.  After you enter this formula, you will have to hit Ctrl+Shirt+Enter to get it to work.  Brackets {} will show up surrounding the formula in the formula bar if you have done it correctly.</p>
<p>Hope this helps,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://excelhints.com/2008/11/16/find-the-2nd-largest-value-in-a-range/comment-page-1/#comment-668</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 23 Jan 2009 17:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=413#comment-668</guid>
		<description>AHT (Sec)	AHT Ranking	Amt of Day At Work
640	                   65	                   5
699	                   85	                   4
852	                   117	                   5
774	                   100	                   5
737	                   94	                   5

How do i return a value in the first colum as the lowest number if the matching row value is 5 in the third column?

Thanks,
Kevin</description>
		<content:encoded><![CDATA[<p>AHT (Sec)	AHT Ranking	Amt of Day At Work<br />
640	                   65	                   5<br />
699	                   85	                   4<br />
852	                   117	                   5<br />
774	                   100	                   5<br />
737	                   94	                   5</p>
<p>How do i return a value in the first colum as the lowest number if the matching row value is 5 in the third column?</p>
<p>Thanks,<br />
Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
