+ Reply to Thread
Results 1 to 2 of 2

Summing Hours and Minutes

  1. #1
    KenRamoska
    Guest

    Summing Hours and Minutes

    Hello,
    I have a TIME ...I then subtract from it another TIME.
    The first is formatted like 4:30 PM the second is formatted
    like 10/5 5:00 PM. I then get the answer and I format it
    using hh:mm so my answer may be 5:44 ...meaning
    5 hours 44 minutes....
    I try to take all the answers and get a sum and I get #####
    I make the column wider...but its never wide enough so I suppose something
    is wrong with my premise here.
    Any help is greatly appreciated.
    Ken

  2. #2
    B. R.Ramachandran
    Guest

    RE: Summing Hours and Minutes

    Hi,

    Try the following formula in another cell,

    =INT(B10*24)&" :
    "&IF(LEN(ROUND(MOD(B10*24,1)*60,2))=1,"0"&ROUND(MOD(B10*24,1)*60,2),ROUND(MOD(B10*24,1)*60,2))

    Change the 'B10's in the formula (there are four) to the cell address
    showing the ###### in your spreadsheet.

    Regards,
    B. R. Ramachandran
    "KenRamoska" wrote:

    > Hello,
    > I have a TIME ...I then subtract from it another TIME.
    > The first is formatted like 4:30 PM the second is formatted
    > like 10/5 5:00 PM. I then get the answer and I format it
    > using hh:mm so my answer may be 5:44 ...meaning
    > 5 hours 44 minutes....
    > I try to take all the answers and get a sum and I get #####
    > I make the column wider...but its never wide enough so I suppose something
    > is wrong with my premise here.
    > Any help is greatly appreciated.
    > Ken


+ 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