Results 1 to 1 of 1

lookup - sort help

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-11-2011
    Location
    Milwaukee, WI
    MS-Off Ver
    Excel 2003
    Posts
    107

    lookup - sort help

    I am struggling getting a formula to load cells B2, B3, C2, C3 in (WS-subsheet) with the lowest ranking to highest ranking from (WS rankings) column A if it has a number that matches what is entered in (WS-subsheet) cell A2 - Using the following (file attached) but open to any suggestions -

    Since this WS will be a subsheet, I could have if take first name from column D in Rankings! that has a 1 in column G for B2, second name that has a 1 in column G for B3.....

    =INDEX(Rankings!$D$2:$D$85,SMALL(IF(Rankings!$G$2:$G$85=$A$2,Rankings!$A$2:$A$85),ROW(A1)))

    =INDEX(Rankings!$D$2:$D$85,LARGE(IF(Rankings!$G$2:$G$85=$A$2,Rankings!$A$2:$A$85),ROW(A1)))

    =INDEX(Rankings!$D$2:$D$85,SMALL(IF(Rankings!$G$2:$G$85=$A$2,Rankings!$A$2:$A$85),ROW(A2)))

    =INDEX(Rankings!$D$2:$D$85,LARGE(IF(Rankings!$G$2:$G$85=$A$2,Rankings!$A$2:$A$85),ROW(A2)))
    Attached Files Attached Files
    Last edited by clundeen; 10-24-2011 at 11:18 PM. Reason: Adding info

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