+ Reply to Thread
Results 1 to 5 of 5

rank function

  1. #1
    Registered User
    Join Date
    02-02-2008
    Posts
    6

    rank function

    ok i can't figure out this step i need to do. heres what they are telling me to do:


    Using the columns we created, we want to list each
    the number of dogs registered (e.g., the breed with the most dogs registered
    will be ranked as #1).
    a. In cell D4, use the RANK() function to determine the ranking of the
    Affenpinscher breed in 2003 registrations. Use AutoFill to copy your
    formula to all other breeds for 2003 (cells D5 through D157).
    b. Copy your formula for figuring 2003 rankings to calculate 2004 rankings
    (column F) and 2005 rankings (column H).


    i just cant get the rank function figured out on this

    and heres a picture of the table set up

    http://www.profuseimage.com/out.php/i8907_Untitled.jpg

    any help would be appreciated. thanks.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,726
    Looks from your example that you want the function in C5 downwards.

    With RANK function you use =RANK(number,ref) where number is the specific number you want to rank, in this case D5, and ref is a range of cells within which you want to rank that number, i.e. D5:D157 so in C5 you use

    =RANK(D5,D$5:D$157)

    Copy this formula down the column.

    The $ signs prevent the range from altering as you copy the formula down

  3. #3
    Registered User
    Join Date
    02-02-2008
    Posts
    6
    when i do that the cells only have "=RANK(D5,D$5:D$157)" in them, they dont do anything else.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,726
    Possibly column C is text formatted

    Select column C and use Data > Text to columns > Finish

    Does that make any difference?

  5. #5
    Registered User
    Join Date
    02-02-2008
    Posts
    6
    that worked, thanks.

+ 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