+ Reply to Thread
Results 1 to 4 of 4

formula to calculate blocks of seconds

  1. #1
    Registered User
    Join Date
    01-23-2013
    Location
    Perth
    MS-Off Ver
    Excel 2013
    Posts
    5

    formula to calculate blocks of seconds

    My phone provider charges me in 90 second block increments. I need a formula to calculate how many 90 second blocks are in a 93 second call duration.

    I already know how many seconds each call was...

    etc..
    CALL DURATION - BLOCKS
    93 - 2
    85 - 1
    10 - 1
    188 - 3
    Last edited by benjamind11; 01-23-2013 at 09:49 AM.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: formula to calculate blocks of seconds

    If you call durations start in A1 then something like this, perhaps:

    =ROUNDUP(A1/90,0)

  3. #3
    Registered User
    Join Date
    01-23-2013
    Location
    Perth
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: formula to calculate blocks of seconds

    Boom! Thank you Andrew-R..

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: formula to calculate blocks of seconds

    Another also works:
    =CEILING(A1,90)/90
    Quang PT

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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