+ Reply to Thread
Results 1 to 2 of 2

Using MATCH with dates

  1. #1

    Using MATCH with dates

    I'm having trouble getting a match with dates for some reason:

    For example:

    Jan-06 Feb-06 Mar-06 ...etc.
    in A1-A3 etc...

    And "Feb-06" in B1
    (Note: The "Feb-06" is generated from a formula using DATEVALUE, MONTH
    and DAY vs. just having a date typed into a cell)

    =MATCH(B1,A1:A3,0)
    should give me "2", but for some reason it doesn't find the matching
    date.

    Am I not able to use a reference to another cell as the lookup_value?
    Even if I do type in direct dates into the reference cell, it doesn't
    match.

    Any ideas?


  2. #2
    KL
    Guest

    Re: Using MATCH with dates

    > ...The "Feb-06" is generated from a formula using DATEVALUE, MONTH
    > and DAY vs. just having a date typed into a cell)


    what is the formula exactly? I guess the result is text and then it is not
    date and will not be found in a list of dates. If the result is really a
    date then the day which is is hidden (and potentially the time) of the date
    searched is not the same as the one in the list.

    Regards,
    KL



+ 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