+ Reply to Thread
Results 1 to 8 of 8

Converting and calculating average elapsed time

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-25-2010
    Location
    Boston
    MS-Off Ver
    Excel 2007
    Posts
    174

    Re: Converting and calculating average elapsed time

    Well the appropriate answer, if this was a programming forum, would say to make the back end application handle the formatting. Excel is not really meant to do data cleansing, it is the end user interface.

    Oh! haha yes I didnt put any function up, it was a mistake
    Last edited by DP978; 05-04-2010 at 04:47 PM.

  2. #2
    Registered User
    Join Date
    04-28-2010
    Location
    ames, ia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Converting and calculating average elapsed time

    Many thanks, DP978.

    Actually, I've had a post about this on the back end-application's user forum for a while now, but it's much less active than this one.

    Instead of converting back to "X mins Y secs", how to go from minutes-in-decimals to mm:ss format?

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,703

    Re: Converting and calculating average elapsed time

    You could use DP978's formula and then just divide by 1440 (number of minutes in a day), i.e.

    =(IFERROR(MID(B2,1,FIND(" min",B2)),0) + IFERROR((MID(B2,FIND(" sec",B2)-2,2)/60),0))/1440

    format result cell as [mm]:ss

  4. #4
    Registered User
    Join Date
    04-28-2010
    Location
    ames, ia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Converting and calculating average elapsed time

    Terrific! Thanks, daddylonglegs.

  5. #5
    Registered User
    Join Date
    03-12-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Converting and calculating average elapsed time--need nelp

    sorry I have this simple spreadsheet--so I thought

    I need to average the "elapsed time from 1st contact column"

    any help is appreciated as this is due in 3 hours and I still have to graph it out

+ 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