+ Reply to Thread
Results 1 to 2 of 2

Matching Date to Approximate Date Using Date Threshold

  1. #1
    Registered User
    Join Date
    01-12-2017
    Location
    Chicago
    MS-Off Ver
    Office 2016
    Posts
    3

    Matching Date to Approximate Date Using Date Threshold

    I have two sets of data. The first includes the time orders are placed to a call center ('order report' tab). Calls come into the call center from many different phone numbers. In the second data set ('call list' tab), I have calls from one specific number on a website which is routed to the main call center number. Unfortunately, the call center does not attach an ID or keep track of the originating number. I am tasked with taking the calls from 'call list' and doing a best match to actual orders ('order report') placed to determine which orders can reasonably be attributed to my website phone number.

    Orders, on average, are placed within 7 minutes of the originating call. The data set showing how I am trying to match the numbers is attached. My 'real' data set will eventually contain a weeks worth of call center numbers. In an ideal world, I would compare one number from 'call list' against the range from 'order report' in order to find a best match.

    A quick example of a 'call list' to ' order report' match I want to make would be '12/18/2016 8:51' in 'call list' to '12/18/2016 8:56' from the 'order report' tab.

    Any thoughts would be much appreciated. Thus far, I have tried a timevalue formula as well as a couple iterations of a vlookup but no success just yet. Attempts should be clear in the document. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,832

    Re: Matching Date to Approximate Date Using Date Threshold

    You can change the formula in C5 of the call_list sheet to this:

    =VLOOKUP(A5, 'order report'!$A$2:$A$82, 1, TRUE)

    Format the cell as date/time, and when you copy this down you will still get two that show as #N/A as these occur before your first date/time in the order report sheet, but the other cells will now show the matching date/time.

    Hope this helps.

    Pete

+ 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. Matching Date to Approximate Date or Date Threshold
    By mmcg923 in forum Excel General
    Replies: 1
    Last Post: 01-12-2017, 01:07 PM
  2. Matching Date to Approximate Date or Date Threshold
    By mmcg923 in forum Excel General
    Replies: 1
    Last Post: 01-12-2017, 01:06 PM
  3. How to write macro to send email when date is matching with current date
    By gunanidhi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-26-2016, 02:16 AM
  4. Add date criteria matching order date and sales date
    By Luther.King in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-25-2014, 10:09 AM
  5. [SOLVED] Fill End Date with Start date of the next Matching Entry
    By Whraith in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2013, 12:06 AM
  6. [SOLVED] Finance Question- matching sales value date with that of amount received date
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-20-2013, 05:52 AM
  7. Replies: 1
    Last Post: 10-02-2012, 02:42 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