+ Reply to Thread
Results 1 to 2 of 2

[SOLVED] Ranking a List of Numbers

  1. #1
    Travis
    Guest

    [SOLVED] Ranking a List of Numbers

    I would like to know how to rank the whole list at once...NOT rank them one at a time - if all the data is listed in the B column, I would like to use one formula to make all the ranking numbers appear in the C column.

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Ranking a List of Numbers

    Problem:

    Columns A & B list the names of the players who took part in the last game and their respective scores.
    We want to rank all the scores, in both descending and ascending order.

    Solution:

    To rank the scores in descending order (labeling the highest score as 1), use the RANK function in the following formula:
    =RANK(B2,$B$2:$B$9,0)

    To rank the scores in ascending order (labeling the lowest score as 1), use the RANK function in the following formula:
    =RANK(B2,$B$2:$B$9,1)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1