+ Reply to Thread
Results 1 to 5 of 5

Adding a Number value to Time

  1. #1
    Corey
    Guest

    Adding a Number value to Time

    I have say Column A with Number values (1.0,0.25,0.50,0.75..... etc)
    Representing Hours

    In say Column B i have the time (hh:mm)


    EG.


    A B
    1 0. 0 07:00AM
    2 0.5 07:30AM
    3 0.75 08:15AM

    I want to rather than manually adding say 0.5hour from A2 to B1 time giving
    me 07:30AM, i want use a formula to add the hours from column A to Column B


    How though?


    Corey....



  2. #2
    Max
    Guest

    Re: Adding a Number value to Time

    Try in B2: =(A2/24)+B1
    Copy down
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Corey" wrote:
    > I have say Column A with Number values (1.0,0.25,0.50,0.75..... etc)
    > Representing Hours
    >
    > In say Column B i have the time (hh:mm)
    >
    >
    > EG.
    >
    >
    > A B
    > 1 0. 0 07:00AM
    > 2 0.5 07:30AM
    > 3 0.75 08:15AM
    >
    > I want to rather than manually adding say 0.5hour from A2 to B1 time giving
    > me 07:30AM, i want use a formula to add the hours from column A to Column B
    >
    >
    > How though?
    >
    >
    > Corey....
    >
    >
    >


  3. #3
    Biff
    Guest

    Re: Adding a Number value to Time

    Hi!

    Try this:

    =B1+SUM(A1:A3)/24

    Format the cell as [h]:mm.

    Biff

    "Corey" <[email protected]> wrote in message
    news:%23oRyy%[email protected]...
    >I have say Column A with Number values (1.0,0.25,0.50,0.75..... etc)
    >Representing Hours
    >
    > In say Column B i have the time (hh:mm)
    >
    >
    > EG.
    >
    >
    > A B
    > 1 0. 0 07:00AM
    > 2 0.5 07:30AM
    > 3 0.75 08:15AM
    >
    > I want to rather than manually adding say 0.5hour from A2 to B1 time
    > giving me 07:30AM, i want use a formula to add the hours from column A to
    > Column B
    >
    >
    > How though?
    >
    >
    > Corey....
    >




  4. #4
    Corey
    Guest

    Re: Adding a Number value to Time


    Thanks guy,s did it a treat.

    Cheers

    Corey....


    "Max" <[email protected]> wrote in message
    news:[email protected]...
    > Try in B2: =(A2/24)+B1
    > Copy down
    > --
    > Max
    > Singapore
    > http://savefile.com/projects/236895
    > xdemechanik
    > ---
    > "Corey" wrote:
    >> I have say Column A with Number values (1.0,0.25,0.50,0.75..... etc)
    >> Representing Hours
    >>
    >> In say Column B i have the time (hh:mm)
    >>
    >>
    >> EG.
    >>
    >>
    >> A B
    >> 1 0. 0 07:00AM
    >> 2 0.5 07:30AM
    >> 3 0.75 08:15AM
    >>
    >> I want to rather than manually adding say 0.5hour from A2 to B1 time
    >> giving
    >> me 07:30AM, i want use a formula to add the hours from column A to Column
    >> B
    >>
    >>
    >> How though?
    >>
    >>
    >> Corey....
    >>
    >>
    >>




  5. #5
    Max
    Guest

    Re: Adding a Number value to Time

    You're welcome, Corey
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Corey" wrote:
    > Thanks guys, did it a treat.



+ 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