+ Reply to Thread
Results 1 to 3 of 3

How do I find a value in a table based on other criteria

  1. #1
    Registered User
    Join Date
    05-30-2009
    Location
    Christchurch, New Zealand
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    3

    How do I find a value in a table based on other criteria

    I'm trying to find a suitable formula that looks at two cells (J3 and V3) in Sheet 1 (a person's employment grade (e.g. 18) and their performance percentage e.g. 92.5%), finds those values in a table on Sheet 2 and then places the corresponding value from that table in Sheet 1 at cell Z3.

    Any help would be greatly appreciated.
    Attached Files Attached Files
    Last edited by dinonz1965; 05-31-2009 at 02:53 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How do I find a value in a table based on other criteria

    Try this in Z3:

    =INDEX(IMAScales,MATCH(J3,Grade,0),MATCH(V3*100,IMAPercentage,1))

    This matches EXACT percentages in the IMAPercentage range. If you want it to "round down", change the last parameter 0 to 1.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    05-30-2009
    Location
    Christchurch, New Zealand
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    3

    Re: How do I find a value in a table based on other criteria

    Thank you JBeaucaire, the formula has worked a treat.

+ 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