+ Reply to Thread
Results 1 to 4 of 4

Match Multiple (5) Criteria

  1. #1
    Registered User
    Join Date
    06-14-2014
    Location
    Birmingham, USA
    MS-Off Ver
    Office 365 Version 2202
    Posts
    59

    Match Multiple (5) Criteria

    Tried many tutorials and I am sooo close, but I cannot get past matching 4.

    Anyway, here is what I got:


    I need a formula for A1 to determine what rank is supposed to go in it to match the current rank of the individual in B1.

    However, here is where it gets fun. I have data from another roster workbook that is being imported into some hidden columns.

    C Column pulls every persons name from another roster and puts them all in column C.

    D Column pulls every persons current rank from another spreadsheet and lists them in Column D beside their correct owner in Column C

    Finally, Column E contains hard data of all the ranks written out. So "PFC" is "Private First Class".

    It is these long rank descriptions (Private First Class, Lance Corporal, etc) that I want to have shown in Cell A1


    So in the example below, A. Switz would be a Lance Corporal so A1 should output "Lance Corporal"


    A - Current Rank (long version) B - Player Name C - Imported Data/ Names D - Imported Data/ Their Current Rank E - Rank Abbreviations F - What A1 needs to Display (long version)
    NEED THIS FORMULA A. Switz J. Engel CPL PVT Private
    B. Angel SGT PFC Private First Class
    J. Malone PVT LCPL Lance Corporal
    A. Switz LCPL CPL Corporal
    F. Elkins PVT SGT Sergeant
    SSGT Staff Sergeant
    Last edited by switzd0d; 04-02-2016 at 01:49 AM.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,202

    Re: Match Multiple (5) Criteria

    Try this in A1...
    =INDEX($F$1:$F$10,MATCH(INDEX($D$1:$D$10,MATCH(B1,$C$1:$C$10,0)),$E$1:$E$10,0))

  3. #3
    Registered User
    Join Date
    06-14-2014
    Location
    Birmingham, USA
    MS-Off Ver
    Office 365 Version 2202
    Posts
    59

    Re: Match Multiple (5) Criteria

    Nailed it! Thanks so much!

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,202

    Re: Match Multiple (5) Criteria

    You're welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Index/Match to Match entries on multiple criteria
    By manning457 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2015, 02:32 PM
  2. [SOLVED] INDEX/MATCH with Multiple MATCH criteria ?
    By KomicJ in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-17-2015, 09:04 AM
  3. [SOLVED] Index Match with Multiple Criteria Using Same Criteria Column
    By rominjn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2015, 11:34 AM
  4. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  5. [SOLVED] Index Match using multiple criteria to match to
    By sacastiglia in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-25-2014, 03:46 PM
  6. [SOLVED] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  7. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM

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