+ Reply to Thread
Results 1 to 2 of 2

Complicated data lookups/ranks

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    NY
    MS-Off Ver
    Excel 2007/2010
    Posts
    10

    Complicated data lookups/ranks

    Hello again,
    I posted a question yesterday that helped on a project incredibly well, hoping to ask of one more favor with a solution. I am building a dashboard for a project, which is going to be on a separate woorksheet for easy printing and providing only needed data from my database. I have attached a small example in the format I will actually be using as I think the formula is going to be specific to my dashboard.

    Attached file, you should see a column "Rank" highlighted orange, with certain rows being numbered. My objective is to display certain data from that particular row, and display it (scroll to the right to see the dashboard display layout) on the dashboard. I think my main goal is to have the specified data displayed in ranked order 1-10 from the top down, and I don't know where to start with that....the other possiblity is to just have the specified data display in ascending order of the zip codes as long as something other than <blank> is in the "Rank" field. Even just a basic direction to go to achieve something close to this will be more than appreciated.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Complicated data lookups/ranks

    Try this, copoed down and across...
    =INDEX($A$2:$V$16,MATCH($X3,$K$2:$K$16,0),MATCH(Y$2,$A$2:$V$2,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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