+ Reply to Thread
Results 1 to 5 of 5

Ranked Lookup

  1. #1
    Registered User
    Join Date
    10-31-2008
    Location
    Philippines
    Posts
    47

    Ranked Lookup

    Hi,

    Please help me create a formula that performs a Lookup based on Rank. In Column B i have a list of Emp ID's and in Column C i have the task code (the order in which the jobs are queued). The output that I'm looking for is to Lookup only the first four Tasks that were done for the day for each Employee.

    I have attached a sample file.

    Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Ranked Lookup

    Try this CSE formula
    task1 =SMALL(IF($B$4:$B$100=$E5,$C$4:$C$100),1)
    task2 =SMALL(IF($B$4:$B$100=$E5,$C$4:$C$100),2)

    so on.....

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Ranked Lookup

    You can just change the last part of the formula too...

    CSE
    =SMALL(IF($B$4:$B$100=$E4,$C$4:$C$100),COLUMN(A$1))

    ...then drag across and down
    HTH
    Regards, Jeff

  4. #4
    Registered User
    Join Date
    10-31-2008
    Location
    Philippines
    Posts
    47

    Re: Ranked Lookup

    GREAT!!! Thanks a lot sir!

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Ranked Lookup

    If you are satisfied with the solution(s) provided, please do not forget to mark the thread as solved.

+ 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