+ Reply to Thread
Results 1 to 5 of 5

TIME (adding hours and Minutes to a time)

  1. #1
    Registered User
    Join Date
    05-17-2012
    Location
    OKLAHOMA
    MS-Off Ver
    Excel 2010
    Posts
    8

    TIME (adding hours and Minutes to a time)

    Please see the attached workbook so you can better see what I am trying to do but here is a brief summary:

    I have a starting time, say 13:00 (or 1:00 pm) in B8
    I need a formula to get the ending time in "C8" if I want to add the duration (3.45 or 3 hours and 45 minutes) from D8.

    here is a quick screenshot so you can see what i am trying to do
    \1

    In that screenshot i can get what i want to work if i separate the hours and minute duration into separate cells. The issue is that I need it to work from a single cell (thus example 2).

    Thank you to anyone who can help?
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: TIME (adding hours and Minutes to a time)

    Try in C8:

    =B8+SUBSTITUTE(TEXT(D8,"0.00"),".",":")

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: TIME (adding hours and Minutes to a time)

    Please Login or Register  to view this content.
    Ben Van Johnson

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: TIME (adding hours and Minutes to a time)

    Or try:

    =B8+TIME(INT(D8),MOD(D8*100,100),0)

  5. #5
    Registered User
    Join Date
    05-17-2012
    Location
    OKLAHOMA
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: TIME (adding hours and Minutes to a time)

    Quote Originally Posted by Phuocam View Post
    Try in C8:

    =B8+SUBSTITUTE(TEXT(D8,"0.00"),".",":")
    That did it. Your a gentleman/woman and a scholar. Thanks a million !!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. adding aircraft flight time hours and minutes
    By silence1982 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-13-2018, 01:04 AM
  2. Replies: 2
    Last Post: 07-13-2015, 09:41 AM
  3. [SOLVED] Adding time - days, hours, minutes
    By kryptix in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-19-2013, 07:33 AM
  4. Replies: 1
    Last Post: 09-08-2011, 07:11 AM
  5. Adding Hours and Minutes (NOT Time of Day)
    By Gretchen in forum Excel General
    Replies: 8
    Last Post: 08-04-2011, 03:14 PM
  6. [SOLVED] Adding Time Values from Separate Hours and Minutes Columns
    By jeepers in forum Tips and Tutorials
    Replies: 2
    Last Post: 08-23-2005, 12:05 PM
  7. Adding Time (hours and minutes)
    By bengaluru in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-07-2005, 03:05 PM

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