+ Reply to Thread
Results 1 to 4 of 4

Multiple criteria selections

  1. #1
    Registered User
    Join Date
    11-20-2012
    Location
    bogota, colombia
    MS-Off Ver
    Excel 2010
    Posts
    7

    Multiple criteria selections

    Hi all,

    I have three different people providing a service (translations). Each person has three different rates depending on the type of translation (normal, rushed, and other). I have to keep a log of all the translations.

    I would like to be able to put in the translators name and the type of translation and have a formula return what that persons rate is for the type of translation.

    I have attempted to use "=index(match(" but have not been able to get it to work with how my data is set up.


    Attached is a sample of what I am trying to do, any and all help is greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multiple criteria selections

    Try this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    You could also use:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    - Moo
    Last edited by Moo the Dog; 11-20-2012 at 10:15 PM. Reason: Added additional method.

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    Re: Multiple criteria selections

    This should work
    =INDEX(K6:M8,MATCH(A6,$J$6:$J$8,0),MATCH(E6,$K$5:$M$5,0))

    Check out index-match formula
    http://www.davesexcel.com/howtouseindexmatch.htm

  4. #4
    Registered User
    Join Date
    11-20-2012
    Location
    bogota, colombia
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Multiple criteria selections

    thanks! Is there a difference between the index/match and the vlookup/match (aside from the vlookup being shorter)?

+ 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