+ Reply to Thread
Results 1 to 3 of 3

Nested IF's with Rank Problem

  1. #1
    Registered User
    Join Date
    11-09-2005
    Posts
    11

    Nested IF's with Rank Problem

    Hey I have a list of people with a rank from 1 to 24, and I am trying to make cells labeled "first", "second", and "third", what I need is a formula that can figure out who has rank number 1, 2 and 3 and list there name in the given cell.

    So long story short I need the person who is in first listed in the "first" cell and so on!

    Thank you for looking at my problem

  2. #2
    Biff
    Guest

    Re: Nested IF's with Rank Problem

    Hi!

    Are you using a RANK formula? Are there any ties?

    Assume names are in A1:A24
    "Rank" is in B1:B24

    C1:C3 = First;Second;Third

    D1 = formula:

    =INDEX(A$1:A$24,MATCH(SMALL(B$1:B$24,ROWS($1:1)),B$1:B$24,0))

    Copy down to D3.

    Biff

    "exutable" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hey I have a list of people with a rank from 1 to 24, and I am trying to
    > make cells labeled "first", "second", and "third", what I need is a
    > formula that can figure out who has rank number 1, 2 and 3 and list
    > there name in the given cell.
    >
    > So long story short I need the person who is in first listed in the
    > "first" cell and so on!
    >
    > Thank you for looking at my problem
    >
    >
    > --
    > exutable
    > ------------------------------------------------------------------------
    > exutable's Profile:
    > http://www.excelforum.com/member.php...o&userid=28665
    > View this thread: http://www.excelforum.com/showthread...hreadid=483387
    >




  3. #3
    Registered User
    Join Date
    11-09-2005
    Posts
    11
    Well you see the thing is, is that I have names right? and then a number next to them

    Zack 5
    Bob 3
    Jack 4
    Moe 1


    There is some information between the rank and the name though so thats why I didn't have it sort the names, I didn't know how to make the whole row follow the rank, if that makes any sense

    Thank for the help

+ 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