+ Reply to Thread
Results 1 to 4 of 4

Counting elapsed time between message left and call back

  1. #1
    Registered User
    Join Date
    07-29-2015
    Location
    Toronto, Canada
    MS-Off Ver
    MS Office 2011
    Posts
    2

    Counting elapsed time between message left and call back

    Hi,

    I'm new to the forum and excel as well. I was wondering if someone could help me out. I need to count the time elapsed between the date and time a message was left and the date and time the call was returned. I'd also like to know how to display the number of times a call was returned within 24hrs, 48hrs, and +72hrs.
    Attached Files Attached Files

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

    Re: Counting elapsed time between message left and call back

    Hi, welcome to the forum

    1st, your dates/times are actually text, not real dates/times, but this will still work...
    E2=D2-C2
    formatted Custom d "days" hh "hours" mm "Minutes" ss "Seconds"

    Not really sure what you want inthe other 3 columns, perhaps some samples?
    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
    Registered User
    Join Date
    07-29-2015
    Location
    Toronto, Canada
    MS-Off Ver
    MS Office 2011
    Posts
    2
    Quote Originally Posted by FDibbins View Post
    Hi, welcome to the forum

    1st, your dates/times are actually text, not real dates/times, but this will still work...
    E2=D2-C2
    formatted Custom d "days" hh "hours" mm "Minutes" ss "Seconds"

    Not really sure what you want inthe other 3 columns, perhaps some samples?


    Thanks for the reply. I've gotten this far in my attached document. What I'm still missing is calls returned in +3days and total calls per week.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Counting elapsed time between message left and call back

    For calls at +3 days

    =SUMPRODUCT(--((B602:B617-A602:A617)>=4))

    How is your week broken up? Mon-Friday? Are we talking about the original Voicemail or the modified date?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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] Call back data on userform
    By Villalobos in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-25-2014, 09:17 AM
  2. HELP! Counting elapsed time in excel
    By dudy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-24-2014, 02:51 AM
  3. Adding an input message to each cell to bring back corrsponding message
    By Nic31 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-01-2014, 09:28 AM
  4. Call back an order and modify or delete it !
    By apla in forum Excel Programming / VBA / Macros
    Replies: 52
    Last Post: 10-10-2013, 11:14 AM
  5. Update new and Call data back between two sheets
    By hoanhnnc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-14-2013, 09:54 PM
  6. [SOLVED] Counting Number of Times a Value is Repeated REPEATEDLY (Back to Back)
    By patrickfshield in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-06-2012, 04:45 AM
  7. Call Back Tracker
    By SDH in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-06-2012, 07:55 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