+ Reply to Thread
Results 1 to 4 of 4

Need formula to match with date

  1. #1
    Registered User
    Join Date
    06-15-2014
    Location
    Asia
    MS-Off Ver
    2016
    Posts
    25

    Need formula to match with date

    Hello,

    I need help to creating formula with matching date, please see below attached picture

    I want to match firstly D column with I and J, if that is true that want to match E column with N and want to get result from P column.

    Thanks
    Attached Images Attached Images

  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,926

    Re: Need formula to match with date

    You probably need to start out with a test for the dates, then pull the match. Something like...
    =if(and(D2>=$I$1,D2<=$J$1),index(P:P,match(E2,N:N,0))

    If that doesnt work for you, please read the yellow banner above
    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
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Need formula to match with date

    Try this

    =IFERROR(LOOKUP(2,1/($D$2:$D$8>=$I$1)/($D$2:$D$8<=$J$1)/($E$2:$E$8=$N1),$F$2:$F$8),"")

  4. #4
    Registered User
    Join Date
    06-15-2014
    Location
    Asia
    MS-Off Ver
    2016
    Posts
    25

    Re: Need formula to match with date

    Quote Originally Posted by FDibbins View Post
    You probably need to start out with a test for the dates, then pull the match. Something like...
    =if(and(D2>=$I$1,D2<=$J$1),index(P:P,match(E2,N:N,0))

    If that doesnt work for you, please read the yellow banner above
    Thanks its working...
    Last edited by zahidrock; 06-17-2020 at 01:36 AM.

+ 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. [SOLVED] Date Match Formula Needed
    By ahvampire in forum Excel - New Users/Basics
    Replies: 42
    Last Post: 12-31-2017, 04:58 AM
  2. [SOLVED] Match Formula to match Date
    By cartica in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-18-2017, 06:15 PM
  3. If value and date match. Help with formula please
    By biznez in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-20-2015, 02:26 PM
  4. Using date in match & index formula
    By yuenk in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-25-2014, 11:08 AM
  5. [SOLVED] INDEX date that MATCH on date range, MATCH code(string)
    By Dahlia in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2014, 03:33 AM
  6. Date Index Match Formula?
    By shmeetbag in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2008, 02:40 PM
  7. [SOLVED] Date in MATCH formula
    By David in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-13-2005, 09:10 PM

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