+ Reply to Thread
Results 1 to 2 of 2

What formula is used to add or subtract minutes from a time in a .

  1. #1
    Lucky Phil
    Guest

    What formula is used to add or subtract minutes from a time in a .

    I am trying to develop a bus timetable in a spreadsheet. I have the section
    times for each section and wish to add minutes to the start time. i.e. 7.00am
    leave stop 1 plus 6 minutes = stop 2 time. Stop 2 plus 14 minutes = stop 3
    time.

    Is there a formula that does this and show result as hh:mm?

  2. #2
    JE McGimpsey
    Guest

    Re: What formula is used to add or subtract minutes from a time in a .

    One way:

    A1: 7:00
    A2: =A1+TIME(0,6,0)

    Format A2 as a time, if necessary.

    Another (since XL stores times as fractional days, so 1 minute =
    1/(24*60) = 1/1440):

    A2: =A1 + 6/1440

    And another:

    A2: =A1+"0:06"

    In article <[email protected]>,
    "Lucky Phil" <Lucky [email protected]> wrote:

    > I am trying to develop a bus timetable in a spreadsheet. I have the section
    > times for each section and wish to add minutes to the start time. i.e. 7.00am
    > leave stop 1 plus 6 minutes = stop 2 time. Stop 2 plus 14 minutes = stop 3
    > time.
    >
    > Is there a formula that does this and show result as hh:mm?


+ 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