Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
when adding or subtracting times (13:00-08:30) how do i get the answer
formatted to show answer as 4.5 instead of 04:30 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try formatting the result as NUMBER, instead of Date or Time.
FormatCellsNumber tab Category: Number Decimal Places: 2 Does that help? *********** Regards, Ron "excel novice" wrote: when adding or subtracting times (13:00-08:30) how do i get the answer formatted to show answer as 4.5 instead of 04:30 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Of course, without converting the time value to a proper decimal value, as
Bernard suggests, my suggestion to only change the number format does absolutely nothing to resolve your issue. *********** Regards, Ron "Ron Coderre" wrote: Try formatting the result as NUMBER, instead of Date or Time. FormatCellsNumber tab Category: Number Decimal Places: 2 Does that help? *********** Regards, Ron "excel novice" wrote: when adding or subtracting times (13:00-08:30) how do i get the answer formatted to show answer as 4.5 instead of 04:30 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If 4:30 is in A1, then use =A1*24 and format the cell as Number with 2
decimals Excel keeps time as a fraction of a day. -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "excel novice" <excel wrote in message ... when adding or subtracting times (13:00-08:30) how do i get the answer formatted to show answer as 4.5 instead of 04:30 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Novice,
=(B2 - A2)*24 Format (Format - Cells - Number) as General, Number, etc (not date). Earl Kiosterud www.smokeylake.com "excel novice" <excel wrote in message ... when adding or subtracting times (13:00-08:30) how do i get the answer formatted to show answer as 4.5 instead of 04:30 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding hours and minutes | Excel Worksheet Functions | |||
Adding hours to a date | Excel Worksheet Functions | |||
adding rows of hours and minutes to get a total | Excel Worksheet Functions | |||
Adding hours and minutes | Excel Discussion (Misc queries) | |||
Subtracting paid hours from unpaid hours | Excel Worksheet Functions |