+ Reply to Thread
Results 1 to 5 of 5

Time increments

  1. #1
    Registered User
    Join Date
    02-05-2004
    Posts
    48

    Time increments

    Hi - I use Excel Office 2004 for Mac.

    I am trying to create a timeline of hours and minutes that I can adjust down a spreadsheet.

    For example the first value would be 2pm (in cell A1) and then I want to increase by 15 minute increments down the sheet by programming cell A2 as (A1+15), cell A3 as (A2+15) etc.

    Is this possible?

    Thanks, Nik

  2. #2
    Bob Phillips
    Guest

    Re: Time increments

    In A1 enter 14:00
    In A2 = A1+Time(),15,0)

    Then just drag and copy A2 down.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Ntisch" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi - I use Excel Office 2004 for Mac.
    >
    > I am trying to create a timeline of hours and minutes that I can adjust
    > down a spreadsheet.
    >
    > For example the first value would be 2pm (in cell A1) and then I want
    > to increase by 15 minute increments down the sheet by programming cell
    > A2 as (A1+15), cell A3 as (A2+15) etc.
    >
    > Is this possible?
    >
    > Thanks, Nik
    >
    >
    > --
    > Ntisch
    > ------------------------------------------------------------------------
    > Ntisch's Profile:

    http://www.excelforum.com/member.php...fo&userid=5791
    > View this thread: http://www.excelforum.com/showthread...hreadid=471621
    >




  3. #3
    Registered User
    Join Date
    02-05-2004
    Posts
    48
    Hi Bob - thanks for the response.

    I am getting an error when I enter your formula as;

    = A1+Time(),15,0)

    Is there something I have left out?

    regards

  4. #4
    JE McGimpsey
    Guest

    Re: Time increments

    There was a typo. Try

    =A1 + TIME(0, 15, 0)

    which is equivalent to

    =A1 + 1/(24*4)

    or

    =A1 + 1/96

    with the cell(s) formatted as times.

    In article <[email protected]>,
    Ntisch <[email protected]> wrote:

    > I am getting an error when I enter your formula as;
    >
    > = A1+Time(),15,0)
    >
    > Is there something I have left out?


  5. #5
    Registered User
    Join Date
    02-05-2004
    Posts
    48
    This works a treat - many thanks

+ 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