Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
how can i format the cell to display the sum of some time cells like input 10:00 30:00 20:00 Sum 60:00 <- Problem!!!! it displays only 12:00 i want something like 02:12:00 (2 days 12 hours 00 Min) thanks i tryed to use something - hh:mm but it displays |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Xavier,
Try using the custom format: [h]:mm --- Regards, Norman "Xavier" wrote in message ... hello, how can i format the cell to display the sum of some time cells like input 10:00 30:00 20:00 Sum 60:00 <- Problem!!!! it displays only 12:00 i want something like 02:12:00 (2 days 12 hours 00 Min) thanks i tryed to use something - hh:mm but it displays |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Format as [h]:mm which will cater for more than 24 hours.
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Xavier" wrote in message ... hello, how can i format the cell to display the sum of some time cells like input 10:00 30:00 20:00 Sum 60:00 <- Problem!!!! it displays only 12:00 i want something like 02:12:00 (2 days 12 hours 00 Min) thanks i tryed to use something - hh:mm but it displays |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
formatting with time 37:30:55 will display the corect values in hours but
not the values in a format like: day hours:minutes... regards |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Xavier
Format the cell with the summation formula as dd:hh:mm -- Regards Roger Govier "Xavier" wrote in message ... formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i tryed something like
=TEXT(SUM(F39);"tt:hh:mm") where SUM(F39) is 28:00 (28 hours) .. but now i get 02:04:00 (wy 02 and not 01?) thanks "Roger Govier" wrote: Hi Xavier Format the cell with the summation formula as dd:hh:mm -- Regards Roger Govier "Xavier" wrote in message ... formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Xavier,
formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... Try the custom format: dd hh:mm --- Regards, |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Format as d hh:mm
"Xavier" wrote: formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i tryed with
=TEXT(SUM(F39);"tt:hh:mm") or =TEXT(SUM(F39);"tt hh:mm") because it is a german version instead of dd ..... but it displays a wrong value for 28 hours it displays 02 04:00 any ideas? thanks "Xavier" wrote: formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Xavier,
Why not simply select the sum cell and custom format it as suggested? Format | Cells | Custom | dd hh:mm Obviously, you will need to adjust this to accord with your German version of Excel. Incidentally, using your Text function worked for me with the indicated data. --- Regards, Norman "Xavier" wrote in message ... i tryed with =TEXT(SUM(F39);"tt:hh:mm") or =TEXT(SUM(F39);"tt hh:mm") because it is a german version instead of dd ..... but it displays a wrong value for 28 hours it displays 02 04:00 any ideas? thanks "Xavier" wrote: formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello Norman
you have right (i did not know this ....) ... but: i use a 1904 Date System ... becaus i have to display also negative minutes .... If i format the sum of times with a value for example 17:00 ( 17 hours) and i change the format to d hh:mm it displays 1 17:30 and not 0 17:30 any ideas ... "Norman Jones" wrote: Hi Xavier, Why not simply select the sum cell and custom format it as suggested? Format | Cells | Custom | dd hh:mm Obviously, you will need to adjust this to accord with your German version of Excel. Incidentally, using your Text function worked for me with the indicated data. --- Regards, Norman "Xavier" wrote in message ... i tryed with =TEXT(SUM(F39);"tt:hh:mm") or =TEXT(SUM(F39);"tt hh:mm") because it is a german version instead of dd ..... but it displays a wrong value for 28 hours it displays 02 04:00 any ideas? thanks "Xavier" wrote: formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Xavier" wrote: formatting with time 37:30:55 will display the corect values in hours but not the values in a format like: day hours:minutes... regards |
#13
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i did a mistake ... all your sugesstions works
thanks a lot for your quick help regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
cell format - remove cell format pattern without effecting colors | Excel Discussion (Misc queries) | |||
Can cell format come from and change with reference cell format | Excel Discussion (Misc queries) | |||
how do i format a cell based on format of a range of cells? | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) |