+ Reply to Thread
Results 1 to 7 of 7

ranking formula and a double lookup

  1. #1
    Registered User
    Join Date
    01-01-2012
    Location
    Tel-Aviv, Israel
    MS-Off Ver
    Excel 2010
    Posts
    8

    Question ranking formula and a double lookup

    Hi
    I'm looking for 2 formulas - one should rank a bit differently than excels rank
    the other should lookup values from a table and not a vector

    a detailed example is attached

    any suggestions?

    thanks
    Attached Files Attached Files
    Last edited by Nafrtiti; 11-01-2012 at 03:08 PM. Reason: solved

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: ranking formula and a double lookup

    Hi - Could you please recheck the instructions.

    "the rank of "1" in a3:d3 is 2. this goes to cell g3..."

    The ranges A3:D3 and G3 seem to be headings? Are you referring to 4th row?

    Also, how are you generating these ranks?
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    01-01-2012
    Location
    Tel-Aviv, Israel
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: ranking formula and a double lookup

    oops, sorry. I did so much editing to the file to make sure its clear that I messed with the rows and column numbers
    I fixed it and reattached the file to my original question, with clarifications inside

    the ranks are quite similar to excels RANK function. The idea is to find the rank of a number or letter (I know changed to letters to make it less confusing) inside an array. For example, if the array is: {b,a,c,d} then "a" is ranked second

  4. #4
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: ranking formula and a double lookup

    In cell H4 use the below formula and drag it until K9:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This should solve the first part of your query. Second part still not clear, but let me read it again.

    Hope this helps.
    Last edited by kbkumar; 11-01-2012 at 08:14 AM.

  5. #5
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: ranking formula and a double lookup

    Also, please note there is an extra space in Cell H3 after "a", which you need to delete while tring the above.

  6. #6
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: ranking formula and a double lookup

    Try the below formula in cell H21 and drag it until K26

    =HLOOKUP(H$3,$O$3:$R$7,MATCH(H4,$N$3:$N$7,FALSE),FALSE)

    Hope this is what you had requested for, if not, please let me know.

  7. #7
    Registered User
    Join Date
    01-01-2012
    Location
    Tel-Aviv, Israel
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: ranking formula and a double lookup

    it worked perfectly!!!
    many, many thanks Kbkumar!!!

+ 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