+ Reply to Thread
Results 1 to 5 of 5

Finding a date based on two matching criterias.

Hybrid View

  1. #1
    Registered User
    Join Date
    09-26-2017
    Location
    Boston, USA
    MS-Off Ver
    Office 365 Subscription
    Posts
    6

    Finding a date based on two matching criterias.

    Back again with another noob question.

    I have a workbook with two sheets. On the first, I have columns with information including Sales Part Number (criteria 1) and Delivery Customer Name (criteria 2). I have both of these criterias are column headers on a second sheet, but it also has the estimated ship date. How can I find the shipping date if the part number and the customer name match and place the date in a colium back on sheet1? Vlookup? Match?

    I have attached an example workbook to a reply below.
    Last edited by might_be_high; 10-03-2017 at 07:30 PM.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,903

    Re: Finding a date based on two matching criterias.

    Please upload your sample file to this forum site. Many of our users are reluctant to download files from other sites fearing malware. Click on the Go Advanced Button in the reply window and scroll down to Manage Attachments.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    09-26-2017
    Location
    Boston, USA
    MS-Off Ver
    Office 365 Subscription
    Posts
    6

    Re: Finding a date based on two matching criterias.

    I have attached an example file below. Any help would be appreciated.
    Attached Files Attached Files

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

    Re: Finding a date based on two matching criterias.

    Try this ...

    =INDEX(Sheet2!$C$2:$C$8,MATCH(A2&"#"&C2,INDEX(Sheet2!$A$2:$A$8&"#"&Sheet2!$B$2:$B$8,0),0))

    Or:

    =LOOKUP(2,1/(A2=Sheet2!$A$2:$A$8)/(C2=Sheet2!$B$2:$B$8),Sheet2!$C$2:$C$8)

  5. #5
    Registered User
    Join Date
    09-26-2017
    Location
    Boston, USA
    MS-Off Ver
    Office 365 Subscription
    Posts
    6

    Re: Finding a date based on two matching criterias.

    Phuocam - THANK YOU!

    For anyone looking for an answer. Both work. Index appears to work better on large data files.

+ 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. Finding a specific value based on vertical & horizontal criterias
    By agadge123 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2016, 03:40 PM
  2. I want replace Matching Vlue for Two Multple criterias with a latest date
    By vajeednawab in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-08-2013, 08:54 PM
  3. VBA Email reminder when Due date expired based on different criterias
    By GAMU in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 10-07-2013, 08:22 AM
  4. [SOLVED] Return MAX date based on two criterias
    By cedequ in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-04-2013, 05:11 AM
  5. [SOLVED] Index / Match from another sheet based on 2 criterias (date & name)
    By chico.corrales in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2013, 10:30 PM
  6. Finding Matching Date
    By windme in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2011, 03:20 PM
  7. Q: Finding cells based on two criterias
    By Greffin in forum Excel General
    Replies: 11
    Last Post: 02-11-2009, 09:20 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