Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to construct a pilot logbook in excel and am having trouble in
converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Format the cell as numbers instead of time?
************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com "Steve MacDonald" <Steve wrote in message ... I'm trying to construct a pilot logbook in excel and am having trouble in converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That will just show .1 Anne, you also need to multiply by 24
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Anne Troy" wrote in message ... Format the cell as numbers instead of time? ************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com "Steve MacDonald" <Steve wrote in message ... I'm trying to construct a pilot logbook in excel and am having trouble in converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
LOL, Bob. I *always* forget that. :)
Thank you!! ************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com "Bob Phillips" wrote in message ... That will just show .1 Anne, you also need to multiply by 24 -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Anne Troy" wrote in message ... Format the cell as numbers instead of time? ************ Hope it helps! Anne Troy www.OfficeArticles.com Check out the NEWsgroup stats! Check out: www.ExcelUserConference.com "Steve MacDonald" <Steve wrote in message ... I'm trying to construct a pilot logbook in excel and am having trouble in converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the takeoff and landing times are in A2 and B2, respectively, then
=24*(b2-a2), formatted as a number, will tell you the hours in flight. --Bruce "Steve MacDonald" wrote: I'm trying to construct a pilot logbook in excel and am having trouble in converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Multiply the result by 24.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Steve MacDonald" <Steve wrote in message ... I'm trying to construct a pilot logbook in excel and am having trouble in converting times. for example, a flight that takes off at 12:00 and lands at 14:30 is 2.5 hours. Would love to know how to have the answer automatically convert the 2 hours and 30 minutes into 2.5 hours. Anybody help??!! steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to convert hours and minutes to hours and tenths. | Excel Discussion (Misc queries) | |||
How to convert minutes to fractional hours | Excel Worksheet Functions | |||
adding rows of hours and minutes to get a total | Excel Worksheet Functions | |||
How can I convert fractional hours to minutes? | Excel Discussion (Misc queries) | |||
convert hours and minutes to minutes | Excel Discussion (Misc queries) |