#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Ranking

I'm working on a spreadsheet that scores on five different categories and
weighing them differently. I've figured out the scoring part and the
weighing part but now I'd like to have Excel automatically rank the scores
by putting a 1, 2, 3 in a cell beside the individual's name. Can this be
done?

Thanks,

Tom

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 84
Default Ranking

So assuming you have something like:


Name Cat1 Cat2 Cat3 Cat4 Cat5 Weight

You want to then add another column for Rank? If so, no problem. Add the
column header Rank, then for each row, write the formula:

=Rank(my_weight_cell,weight_range)

Replace "my_weight_cell" with the cell weight value for that person.
Replace the "weight_range" with the range of cells in the Weight column.
NOTE: If you make the weight_range absolute (e.g. $E$2:$E$10 - the $ tells
Excel not to change the row/column when you copy the formula) then you can
write the formula for the first row and copy it to all the other rows.

"Charter" wrote:

I'm working on a spreadsheet that scores on five different categories and
weighing them differently. I've figured out the scoring part and the
weighing part but now I'd like to have Excel automatically rank the scores
by putting a 1, 2, 3 in a cell beside the individual's name. Can this be
done?

Thanks,

Tom


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 913
Default Ranking

On Sun, 7 Dec 2008 11:36:39 -0600, "Charter"
wrote:

I'm working on a spreadsheet that scores on five different categories and
weighing them differently. I've figured out the scoring part and the
weighing part but now I'd like to have Excel automatically rank the scores
by putting a 1, 2, 3 in a cell beside the individual's name. Can this be
done?

Thanks,

Tom


Assuming your scores are in cells A1 to A10.
Try this formula in cell B1:

=RANK(A1,A$1:A$10)

Copy it down to B10.
(The 10 should be changed to fit the number of rows in your score
column)

Hope this helps / Lars-Åke
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
Help with ranking Stone Excel Discussion (Misc queries) 6 March 24th 08 01:17 AM
Ranking dellbad Excel Worksheet Functions 2 September 11th 07 01:35 AM
ranking Blade370 Excel Worksheet Functions 6 February 8th 07 10:53 AM
ranking over a sum dreamz Excel Worksheet Functions 3 April 24th 06 06:40 PM
ranking Soz Excel Worksheet Functions 6 September 14th 05 05:55 PM


All times are GMT +1. The time now is 11:48 PM.

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

About Us

"It's about Microsoft Excel"