+ Reply to Thread
Results 1 to 4 of 4

Index / Match from another sheet based on 2 criterias (date & name)

  1. #1
    Registered User
    Join Date
    11-06-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    29

    Index / Match from another sheet based on 2 criterias (date & name)

    Hi,

    i'm currently working on a formula using INDEX/MATCH in order for me
    to match 2 criterias based on date (manual input on print sheet), this
    would be based on a master list (Master Sheet), however the formula
    i'm using is showing me "N/A" value :-(.

    Master -> Master List
    TS -> Print Sheet Criteria: Date

    I have attached a file (sample), thanks in advance.


    Diego
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Index / Match from another sheet based on 2 criterias (date & name)

    close, try this array...
    =INDEX(Master!$A:$A,MATCH(TS!$B$1&TS!$A4,Master!B:B&Master!C:C,0),1)

    ...confirmed by pressing CTRL-SHIFT-ENTER to activate the array. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL-SHIFT-ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-06-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Index / Match from another sheet based on 2 criterias (date & name)

    Absolutely Perfect.

    Thanks Mr. Dibbins,

    Diego

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Index / Match from another sheet based on 2 criterias (date & name)

    Happy to help and thanks for the feedback

+ 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