+ Reply to Thread
Results 1 to 8 of 8

Need a formula that will look up 2 values in a table

  1. #1
    Registered User
    Join Date
    08-15-2012
    Location
    Burlington,Ontario
    MS-Off Ver
    Excel 2003
    Posts
    2

    Need a formula that will look up 2 values in a table

    I need a formula that will look up 2 values in table below and tell me what % it is.....ie if I"m looking in Column A for 147 and then 3 I want the formula to tell me its 100%



    A B C D E F
    1 120% 110% 100% 90% 85%
    2 150 5 4 3 2 1
    3 149 5 4 3 2 1
    4 148 5 4 3 2 1
    5 147 5 4 3 2 1
    6 146 4 3 2 1 0
    7 145 4 3 2 1 0
    8 144 4 3 2 1 0
    9 143 4 3 2 1 0
    10 142 3 2 1 0 0
    11 141 3 2 1 0 0
    12 140 3 2 1 0 0

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Need a formula that will look up 2 values in a table

    Hi ELBurl,

    Welcome to the forum.

    Try using below array forumula:-

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


    See attached:- Lookup two values.xlsx


    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Need a formula that will look up 2 values in a table

    Or a regular non-array formula, using the same ranges as Dilipandey.

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

  4. #4
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Need a formula that will look up 2 values in a table

    Or
    =LOOKUP(3, (INDEX($B$2:$F$12, MATCH(147, $A$2:$A$12,0),0)), $B$1:$F$1)
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  5. #5
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Need a formula that will look up 2 values in a table

    Quote Originally Posted by mikerickson View Post
    =LOOKUP(3, (INDEX($B$2:$F$12, MATCH(147, $A$2:$A$12,0),0)), $B$1:$F$1)
    Try that with a value other than 3 Mike

  6. #6
    Registered User
    Join Date
    08-15-2012
    Location
    Burlington,Ontario
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Need a formula that will look up 2 values in a table

    Thank you for the solution....

  7. #7
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Need a formula that will look up 2 values in a table

    Cheers

    If your query is resolved, suggest you to mark this thread as [SOLVED].. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  8. #8
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Need a formula that will look up 2 values in a table

    @ ELburl

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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