Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I want to add up time eg:Cell A1(13:00) + Cell A2(13:00) = Cell A3(26:00), If I put in A3 the formula: =A1+A2 it works fine but if A1 & A2 are the result of a formula from several other Cells eg: B1(03:00)+B2(06:00)+B3(04:00) the result is 02:00 in Cell A3, I know this is due to the 24 Hour clock but how can I get round it, I have tried every time format and just get numbers. I have been on this problem for hours now and its driving me mad, Please can somebody help!! -- Chris Watson ------------------------------------------------------------------------ Chris Watson's Profile: http://www.excelforum.com/member.php...fo&userid=4700 View this thread: http://www.excelforum.com/showthread...hreadid=511046 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Chris try the following =(A1/60*1440)+(A2/60*1440) -- BadgerMK ------------------------------------------------------------------------ BadgerMK's Profile: http://www.excelforum.com/member.php...o&userid=31406 View this thread: http://www.excelforum.com/showthread...hreadid=511046 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Cris
I find this in an other thred select range a3 and Click "Format" - Click "Cells" - Click "Number" Tab - Click "Custom" - Select "[hh]:mm:ss" format This sum houers regards yngve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|