Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to add time(Hrs and Minutes) in columns. I have time in hrs and
minutes and I want to see the total time of the entire column. Do I need to format this a special way for it to work? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use custom format [h]:mm to display time greater than 24 hours, or multiply
the result with 24 and format as general or number -- Regards, Peo Sjoblom "BAKERSMAN" wrote in message ... I am trying to add time(Hrs and Minutes) in columns. I have time in hrs and minutes and I want to see the total time of the entire column. Do I need to format this a special way for it to work? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Sum the times as if they were numbers =Sum(a1:a20) and apply a custom format of [HH]:mm Mike "BAKERSMAN" wrote: I am trying to add time(Hrs and Minutes) in columns. I have time in hrs and minutes and I want to see the total time of the entire column. Do I need to format this a special way for it to work? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding time | Excel Worksheet Functions | |||
time columns not adding correctly | New Users to Excel | |||
Adding time | Excel Worksheet Functions | |||
Time log adding time from separate sheets | New Users to Excel | |||
Adding time to date-time formatted cell | Excel Discussion (Misc queries) |