Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I create workbooks that measure multiple different intervals from over 30
different time stamps. I now calculate the interval manually typing in formulas for subtracing dates and multpling to get the correct unit etc. I was hoping someone has or would consider writing a worksheet function that measures time intervals and will return either total minutes, hours and minutes or decimal hours (1.25 hours). his wouls save me much time. thank-you Zb |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Function TimeDiff(MyTime1 As Date, MyTime2 As Date)
TimeDiff = (MyTime2 - MyTime1) * 24 End Function "Zb Kornecki" wrote: I create workbooks that measure multiple different intervals from over 30 different time stamps. I now calculate the interval manually typing in formulas for subtracing dates and multpling to get the correct unit etc. I was hoping someone has or would consider writing a worksheet function that measures time intervals and will return either total minutes, hours and minutes or decimal hours (1.25 hours). his wouls save me much time. thank-you Zb |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel to recalculate a worksheet based on a time interval | Excel Worksheet Functions | |||
Calculating time interval (some across midnight) | Excel Worksheet Functions | |||
Calculations with date time interval | Excel Worksheet Functions | |||
Counting datapoints/records in time interval | Charts and Charting in Excel | |||
time interval calculations in excel | Excel Discussion (Misc queries) |