Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Morning Guys,
Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If cells hold date/time data the:
=(EndDate-StartDate) and format as [h]:mm to give time in hours and minutes HTH " wrote: Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Subtract the later from the earlier and format the result as either [hh] for hours or d "days" h " hours" as days and hours. Andy. wrote in message oups.com... Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just take the start from the end and format as [h]:mm
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) wrote in message oups.com... Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ooops! 'subtract the later from the earlier' should read 'subtract the
earlier from the later' !! Andy. <Andy wrote in message ... Hi Subtract the later from the earlier and format the result as either [hh] for hours or d "days" h " hours" as days and hours. Andy. wrote in message oups.com... Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Many Thanks for that andy, i guess just by adding in mm "minutes" would
include the minutes in this calculation? Many Thanks for both of your assistance. <Andy wrote: Hi Subtract the later from the earlier and format the result as either [hh] for hours or d "days" h " hours" as days and hours. Andy. wrote in message oups.com... Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, just add the "minutes" bit to your custom format. Thanks for the
feedback! Andy. wrote in message oups.com... Many Thanks for that andy, i guess just by adding in mm "minutes" would include the minutes in this calculation? Many Thanks for both of your assistance. <Andy wrote: Hi Subtract the later from the earlier and format the result as either [hh] for hours or d "days" h " hours" as days and hours. Andy. wrote in message oups.com... Morning Guys, Im slowly going insane with what appears to be a very simple calculation. Can someone please assist with the following: I am trying to work out ow long a process takes from date and time A to date and time B returning the value of how long a process takes in days and hours, or just hours. Many Thanks if you can assist. Stewart :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can this even be done? Tracking Date / Time Elapsed | New Users to Excel | |||
Combine Date & Time Cells | Excel Discussion (Misc queries) | |||
Calculating Difference Between Start Date & Time And End Date & Ti | Excel Discussion (Misc queries) | |||
change date based on time | Excel Discussion (Misc queries) | |||
Date and Time Macro | Excel Discussion (Misc queries) |