+ Reply to Thread
Results 1 to 3 of 3

Index match, within a certain date range

  1. #1
    Registered User
    Join Date
    05-28-2013
    Location
    yes
    MS-Off Ver
    Excel 2003
    Posts
    13

    Index match, within a certain date range

    I am using 2 spreadsheets the first is called "DPR" and has the date in column A with each row representing 1 day. THE second is called "ZPL" and has the date and time in column A with each row representing 1 minute.
    the formula below will be contained in column B OF "DPR" and will reference "ZPL".


    =INDEX(zplA2:A200000,MATCH(1,C2:C200,0))

    How can I modify this formula so that it only applies values in the ZPL array a2:a20000 that have the same date stamp as the corresponding date in the A column of DPR?

    I want it to be more like this. INDEX(only the part of zplA2:A200000 that contains the same date as DPR A2,MATCH(1,C2:C200,0))

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Index match, within a certain date range

    Try..

    =INDEX(zplA2:A200000,MATCH(A2,C2:C200000,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-28-2013
    Location
    yes
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Index match, within a certain date range

    Ok so that is good, but the match critera also has to find the value 1 in the Row c array....can I combine the 2 requirements some how?

+ 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] Index Match to date
    By jimtoyz in forum Excel General
    Replies: 4
    Last Post: 08-28-2012, 10:32 AM
  2. Replies: 5
    Last Post: 01-06-2012, 08:00 PM
  3. INDEX MATCH where one look up value is a date
    By pinkshirt in forum Excel General
    Replies: 8
    Last Post: 07-22-2011, 09:00 AM
  4. Excel 2007 : Sum a range with Index and Match
    By Babylon in forum Excel General
    Replies: 2
    Last Post: 06-15-2011, 05:42 AM
  5. Index-Match from a range
    By Mparekh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-04-2006, 11:31 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