<?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: How do you do ranking on microsoft excel?</title>
	<atom:link href="http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/</link>
	<description>GetRanking.com</description>
	<lastBuildDate>Tue, 15 Nov 2011 13:11:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: expletive_xom</title>
		<link>http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/comment-page-1/#comment-410</link>
		<dc:creator>expletive_xom</dc:creator>
		<pubDate>Wed, 25 Feb 2009 07:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/#comment-410</guid>
		<description>paul,
how do you have your data setup?

if its set up this way:
A1=player a
B1=player b
C1=player c
D1=player d

column A2 to A4 has player a&#039;s numbers 1,3,2
columnn B2 to B4 has player b&#039;.....you get the idea

row 5 is your totals
A5=6
b5=4
c5=-1
d5=3

then in row 6 cell A6 use this formula

=RANK(A5,$A$5:$D$5,0)

and copy it across

this will give you the rank.
as you change the numbers, and the rankings will change automatically

the formula got 3 parts
- 1st you define the 1st score cell a5
- 2nd you define the range of all the players totals (cells a5 to d5 (with $ signs))
- 3rd is the zero. that says highest number is best...if you have golf scores, then use a ,1 and the lowest number will be best.

hope that helps.</description>
		<content:encoded><![CDATA[<p>paul,<br />
how do you have your data setup?</p>
<p>if its set up this way:<br />
A1=player a<br />
B1=player b<br />
C1=player c<br />
D1=player d</p>
<p>column A2 to A4 has player a&#8217;s numbers 1,3,2<br />
columnn B2 to B4 has player b&#8217;&#8230;..you get the idea</p>
<p>row 5 is your totals<br />
A5=6<br />
b5=4<br />
c5=-1<br />
d5=3</p>
<p>then in row 6 cell A6 use this formula</p>
<p>=RANK(A5,$A$5:$D$5,0)</p>
<p>and copy it across</p>
<p>this will give you the rank.<br />
as you change the numbers, and the rankings will change automatically</p>
<p>the formula got 3 parts<br />
- 1st you define the 1st score cell a5<br />
- 2nd you define the range of all the players totals (cells a5 to d5 (with $ signs))<br />
- 3rd is the zero. that says highest number is best&#8230;if you have golf scores, then use a ,1 and the lowest number will be best.</p>
<p>hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unnga</title>
		<link>http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/comment-page-1/#comment-409</link>
		<dc:creator>unnga</dc:creator>
		<pubDate>Sun, 22 Feb 2009 10:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://getranking.com/blog/how-do-you-do-ranking-on-microsoft-excel/#comment-409</guid>
		<description>Like you said, no website. Just click on the help menu and search for rank function.</description>
		<content:encoded><![CDATA[<p>Like you said, no website. Just click on the help menu and search for rank function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

