Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default request for time interval worksheet function

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default request for time interval worksheet function

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel to recalculate a worksheet based on a time interval HeireneM Excel Worksheet Functions 5 March 7th 07 03:12 PM
Calculating time interval (some across midnight) [email protected] Excel Worksheet Functions 3 January 17th 06 05:50 PM
Calculations with date time interval Todd F. Excel Worksheet Functions 6 September 22nd 05 07:43 PM
Counting datapoints/records in time interval [email protected] Charts and Charting in Excel 1 April 15th 05 05:46 AM
time interval calculations in excel Krishna Excel Discussion (Misc queries) 6 April 8th 05 02:57 PM


All times are GMT +1. The time now is 10:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"