+ Reply to Thread
Results 1 to 3 of 3

Reading Time

  1. #1
    Registered User
    Join Date
    07-13-2005
    Posts
    64

    Reading Time

    HI,

    I am trying to write a formula that will be read how many seconds after a 15 mintue interval has lapsed.

    Example. 14:02 = 120 seconds 14:49 = 240 seconds.

    It will always be 00:00, 00:15, 00:30, 00:45 past the hours.

    thanks in advance
    Brento

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,719
    If your time is in A1 then use this formula

    =MOD(A1*86400,900)

    format as general or number

  3. #3
    Alan
    Guest

    Re: Reading Time

    With the start time in A1 and the end time in A2,
    =(A2-A1)*86400
    where 86400 = 24*60*60, the number of seconds in 24 hours
    Regards,
    Alan.
    "Brento" <Brento.2cecfj_1155334809.8962@excelforum-nospam.com> wrote in
    message news:Brento.2cecfj_1155334809.8962@excelforum-nospam.com...
    >
    > HI,
    >
    > I am trying to write a formula that will be read how many seconds after
    > a 15 mintue interval has lapsed.
    >
    > Example. 14:02 = 120 seconds 14:49 = 240 seconds.
    >
    > It will always be 00:00, 00:15, 00:30, 00:45 past the hours.
    >
    > thanks in advance
    > Brento
    >
    >
    > --
    > Brento
    > ------------------------------------------------------------------------
    > Brento's Profile:
    > http://www.excelforum.com/member.php...o&userid=25213
    > View this thread: http://www.excelforum.com/showthread...hreadid=570941
    >




+ 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