#1   Report Post  
tagraeff
 
Posts: n/a
Default ranking

I have only a basic knowlege of excel.
background: I have teams that are walking (counting steps) as well as
providing weight reduction (in lbs).

I have calculated the % increase in number of steps taken over a period. At
the bottom of the spreadsheet I would like to show the top three teams with
the greatest % increase in number of steps (most improvement) over that
period.

I would like to show the name of the team (which is in column A) and their %
(which is in column N)
What formula, if any, do I use to do this?



  #2   Report Post  
Intruder 9
 
Posts: n/a
Default ranking

Check this out
http://www.cpearson.com/excel/rank.htm

"tagraeff" wrote in message
...
I have only a basic knowlege of excel.
background: I have teams that are walking (counting steps) as well as
providing weight reduction (in lbs).

I have calculated the % increase in number of steps taken over a period.
At
the bottom of the spreadsheet I would like to show the top three teams
with
the greatest % increase in number of steps (most improvement) over that
period.

I would like to show the name of the team (which is in column A) and their
%
(which is in column N)
What formula, if any, do I use to do this?





  #3   Report Post  
Mladen_Dj
 
Posts: n/a
Default ranking


"tagraeff" wrote in message
...


I would like to show the name of the team (which is in column A) and their
%
(which is in column N)
What formula, if any, do I use to do this?


For % of the team use LARGE function. For example in table with range A1:N9

=LARGE($N$1:$N$9;1) for top team,
=LARGE($N$1:$N$9;2) for second team,
=LARGE($N$1:$N$9;3) for third team.

To get names of teams use INDEX function:
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;1);$N$1:$N$ 9;0);1) for top team,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;2);$N$1:$N$ 9;0);1) for 2nd,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;3);$N$1:$N$ 9;0);1) for 3rd.


  #4   Report Post  
tagraeff
 
Posts: n/a
Default ranking

Thank you for making this look so easy. I would have never figured it out.
I really appreciate your help.

"Mladen_Dj" wrote:


"tagraeff" wrote in message
...


I would like to show the name of the team (which is in column A) and their
%
(which is in column N)
What formula, if any, do I use to do this?


For % of the team use LARGE function. For example in table with range A1:N9

=LARGE($N$1:$N$9;1) for top team,
=LARGE($N$1:$N$9;2) for second team,
=LARGE($N$1:$N$9;3) for third team.

To get names of teams use INDEX function:
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;1);$N$1:$N$ 9;0);1) for top team,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;2);$N$1:$N$ 9;0);1) for 2nd,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;3);$N$1:$N$ 9;0);1) for 3rd.



  #5   Report Post  
Domenic
 
Posts: n/a
Default ranking

What if there are two or more teams tied for third place?

In article ,
"tagraeff" wrote:

Thank you for making this look so easy. I would have never figured it out.
I really appreciate your help.

"Mladen_Dj" wrote:


"tagraeff" wrote in message
...


I would like to show the name of the team (which is in column A) and
their
%
(which is in column N)
What formula, if any, do I use to do this?


For % of the team use LARGE function. For example in table with range A1:N9

=LARGE($N$1:$N$9;1) for top team,
=LARGE($N$1:$N$9;2) for second team,
=LARGE($N$1:$N$9;3) for third team.

To get names of teams use INDEX function:
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;1);$N$1:$N$ 9;0);1) for top team,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;2);$N$1:$N$ 9;0);1) for 2nd,
=INDEX($A$1:$N$9;MATCH(LARGE($N$1:$N$9;3);$N$1:$N$ 9;0);1) for 3rd.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ranking range of cell with value only cardingtr Excel Discussion (Misc queries) 10 September 19th 05 12:46 PM
Numbers used for Ranking Lowkey Excel Worksheet Functions 4 May 27th 05 11:26 PM
Ranking Using Grand Total nostalgie Excel Discussion (Misc queries) 0 April 9th 05 03:27 PM
Ranking Thrava Excel Discussion (Misc queries) 6 February 15th 05 10:49 AM
Problem with ranking numbers Pati M Excel Worksheet Functions 1 November 23rd 04 11:29 PM


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"