+ Reply to Thread
Results 1 to 5 of 5

Adding minutes

  1. #1
    Registered User
    Join Date
    12-06-2011
    Location
    Boise, ID
    MS-Off Ver
    Excel 2007 Excel 2010
    Posts
    2

    Adding minutes

    I can't figure out why this won't work. I'm not an excel expert, but I'm not bad with it, but this just eludes me.

    Trying to do a simple call tracking sheet using the following columns:
    Call Time Start Call Time End Length of Call Lenth of Time Between Calls Running total of downtime

    I'll attach my sheet. Any help would be appreciated.

    Thanks

    Steve
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Should be easy... right? Adding minutes

    Hello
    Try replacing your formula in D3 down with the following:

    =IF(A3="","",A3-B2)

    Does this give the results you're looking for?

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Should be easy... right? Adding minutes

    I tried to upload the file, but for some reason the forum won't let me. Anyway, in Cell D3, copy and this formula =TEXT(IF(OR(ISBLANK(A3),ISBLANK(B2)),"",A3-B2),"HH:MM") in E3 Copy and paste this formula and hit Ctrl + Shift + Enter to enter the array formula =SUM(--RIGHT(D3:D5,FIND(":",D3:D5)-1))

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Should be easy... right? Adding minutes

    Oh never mind. I overthink this one lol.

  5. #5
    Registered User
    Join Date
    12-06-2011
    Location
    Boise, ID
    MS-Off Ver
    Excel 2007 Excel 2010
    Posts
    2

    Re: Should be easy... right? Adding minutes

    Quote Originally Posted by DBY View Post
    Hello
    Try replacing your formula in D3 down with the following:

    =IF(A3="","",A3-B2)

    Does this give the results you're looking for?
    Thank you! Yes it does. I scoured the net for hours trying to get that. Thank you.

+ 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