Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Where I am adding values-say 2.18 and 2.54, how to I get the sum to display
the total as if the values wre hour and minutes i.e. 5.12 hours rather than 4.72? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Enter numbers as 2:18 & 2:54 in A1:A2, or use Find / Replace to substitute "," with ":" then =sum(A1:A2) Regards, Per "rob3108" skrev i meddelelsen ... Where I am adding values-say 2.18 and 2.54, how to I get the sum to display the total as if the values wre hour and minutes i.e. 5.12 hours rather than 4.72? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A very nice solution!
In one step: =SUBSTITUTE(A1,".",":")+SUBSTITUTE(A2,".",":") and format as time -- Gary''s Student - gsnu200794 "Per Jessen" wrote: Hi Enter numbers as 2:18 & 2:54 in A1:A2, or use Find / Replace to substitute "," with ":" then =sum(A1:A2) Regards, Per "rob3108" skrev i meddelelsen ... Where I am adding values-say 2.18 and 2.54, how to I get the sum to display the total as if the values wre hour and minutes i.e. 5.12 hours rather than 4.72? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting days, hours and minutes to minutes | New Users to Excel | |||
Total Minutes and converting to Hours and Minutes | Excel Discussion (Misc queries) | |||
Converting total minutes into hours and minutes in Excel | Excel Worksheet Functions | |||
converting Days Hours & minutes into just minutes in excel | Excel Discussion (Misc queries) | |||
Problem converting Hours to Days, Hours, Minutes | Excel Worksheet Functions |