+ Reply to Thread
Results 1 to 3 of 3

Calculate time with minutes

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-30-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    141

    Calculate time with minutes

    Hi guys

    I format the cells from B6 to I6 to h:mm and when I type minutes or hours, it doesn't show the number but it appears 0:00. Second, i make a cell (total time) that will add up the whole times from C6 to G6, but when I make a cell (end time) that will calculate from start time with the total time, it doesn't show the right hours. so anyone know how to fix this problems? I already attach a dummy file.

    Thanks guys
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Calculate time with minutes

    hi imran. not sure if there are other ways, but you have to write time as:
    1) 0:15
    (for 15 minutes) or;
    2) =15/60/24
    because time is a expressed as a decimal in Excel.

    with that, you can easily sum up in H6 as such:
    =SUM(C6:G6)

    End time would be:
    =B6+H6

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    08-30-2012
    Location
    Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    141

    Re: Calculate time with minutes

    Hi benishiryo

    Thanks..its work. maybe i just make a hard formula..

+ 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