Notices
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

Time Calculations

Old 6th December 2008 | 07:01
  #1 (permalink)  
Thread Starter
 
Joined: Jul 2007
Posts: 4
Likes: 0
From: AUSTRALIA
Time Calculations

Hi All,

Must admit I only pop onto this forum when I have a question and invariably get an answer.

I have to do a great deal of hour and minute additions and subtractions with reference to aircraft component time since new and cycles since new etc.

I was just wondering if there is a freeware program available which could help or, to be honest, do it for me. I'll be so happy when someone invents a metric clock.

Regards, Broncs.
Broncs is offline  
Reply
Old 6th December 2008 | 10:10
  #2 (permalink)  
 
Joined: Feb 2000
Posts: 542
Likes: 0
From: asia
How about Excel?
stickyb is offline  
Reply
Old 6th December 2008 | 11:19
  #3 (permalink)  
20 Anniversary
 
Joined: Mar 2006
Posts: 65
Likes: 0
From: UK
You need a sexagesimal calculator. There are various freeware & shareware versions available - try a Google search.

Last edited by jetcollie; 6th December 2008 at 14:50.
jetcollie is offline  
Reply
Old 6th December 2008 | 11:20
  #4 (permalink)  
bnt
15 Anniversary
 
Joined: Feb 2007
Posts: 755
Likes: 26
From: Dublin, Ireland. (No, I just live here.)
I agree - Excel is a good tool for that kind of thing. There are a couple of useful things I found:
- use Date or Time formatting on cells as appropriate. If in doubt, set the formatting you want manually, don't assume Excel knows what you mean.
- one key to using dates and times in Excel is to remember that, in its internal numbering system, 1 = a day. So, an hour = 1/24 and a second = 1/24/3600 or 1/86400. e.g. =NOW()+6/24 means six hours from now.
- if you type in e.g. 12:34 it assumes that's hh:mm (hours:minutes). If you mean mm:ss (minutes:seconds), enter 12:34.0
bnt is offline  
Reply
Old 6th December 2008 | 13:18
  #5 (permalink)  

Official PPRuNe Chaplain
 
Joined: Apr 2001
Posts: 3,498
Likes: 0
From: Witnesham, Suffolk
Depending on what software it needs to interface with, Excel is likely to be the answer

It will handle minutes and seconds, add them, process them, convert them to horus and decimals, or whatever you need. You do need to learn to "drive" it, but once you have it, you'll never look back!
Keef is offline  
Reply
Old 6th December 2008 | 15:13
  #6 (permalink)  
Per Ardua ad Astraeus
 
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
There are many options for you, depending on what needs to 'happen' to the results. A spreadsheet of any sort is indeed the simplest, but other options exist like VB.net, or other scriptings. A look at the task would help.
BOAC is offline  
Reply
Old 7th December 2008 | 08:57
  #7 (permalink)  
Thread Starter
 
Joined: Jul 2007
Posts: 4
Likes: 0
From: AUSTRALIA
Hi again,

I may not have explained very well. As an example: a component is installed on an aircraft at 2,345 hrs and 10 minutes airframe time and is removed at 6,789 hrs and 6 minutes, how long has it been installed for? I know I'm setting myself up here because I do know the answer!

I'm a pathetic babe in the woods re excel formulas, so any assistance is really appreciated

Regards,

Broncs
Broncs is offline  
Reply
Old 7th December 2008 | 10:01
  #8 (permalink)  
 
Joined: Aug 2007
Aviation Qualifications: ATPL
Posts: 57
Likes: 1
From: The World
Easy:

Enter hours and minutes as 6375:25 (NOT 6,375:25 or any other way)

Assuming A1 is ON AIRCRAFT (= Installed), and B1 OFF AIRCRAFT (= Removed), then: in C1: =B1-A1 (or whatever order you decide for the columns). This will give you the answer in Hr:Min
Should you need the answer in Hrs & Decimals, then in D1 =HOUR(C1)+(VALUE(MINUTE(C1))/6)/10
Of course as the value (hours) you will insert may exceed 24:00, do not forget to format the cells in columns A, B & C (NOT D) as [h]:mm so excel will recognise the hours values instead of going into other figures such as days ...
Should you need further info, do not hesitate.

Have fun

MP
MetoPower is offline  
Reply
Old 7th December 2008 | 10:03
  #9 (permalink)  
More bang for your buck
 
Joined: Nov 2005
Posts: 3,513
Likes: 1
From: land of the clanger
You might find this helpful: Excel Date & Time Calculation. Excel Date & Time Formulas/Function
green granite is offline  
Reply
Old 7th December 2008 | 11:06
  #10 (permalink)  
Hippopotomonstrosesquipidelian title
 
Joined: Oct 2006
Posts: 1,825
Likes: 1
From: is everything
Nothing like as useful as Excel, but you might be interested in entering "6,789 hours 6 minutes minus 2,345 hours 10 minutes" into Google for those "I need an answer now" moments.

Of course, since Google doesn't cast correctly, you then need to do "185.163889 days in hours" and "0.93334 hours in minutes", but you get the drift
Bushfiva is offline  
Reply
Old 7th December 2008 | 16:58
  #11 (permalink)  

Plastic PPRuNer
25 Anniversary
 
Joined: Sep 2000
Posts: 1,902
Likes: 0
From: Rochechouart, France
Why use Excel? Easy enough to do in any programming language (including....gulp...BASIC)!

Mac the Knife is offline  
Reply
Old 7th December 2008 | 17:36
  #12 (permalink)  

Official PPRuNe Chaplain
 
Joined: Apr 2001
Posts: 3,498
Likes: 0
From: Witnesham, Suffolk
It's extremely easy in Excel - you don't really need anything other than an Excel sheet.
Type in the two numbers, tell it the third box is one minus t'other, and job done.

It'll show the input and the output in hh:mm:ss but with :00 on the end of all three, it ain't hard.
Keef is offline  
Reply
Old 8th December 2008 | 09:25
  #13 (permalink)  
 
Joined: Jul 2006
Posts: 109
Likes: 0
From: USA, Ireland
As I remember from doing my logbook in Excel it does have limitations. I believe it's around 10,000 hours where Excel gets totally lost. Under that limit it works great.
acebaxter is offline  
Reply
Old 8th December 2008 | 11:21
  #14 (permalink)  
 
Joined: Feb 2000
Posts: 542
Likes: 0
From: asia
Originally Posted by MetoPower
Easy:

Enter hours and minutes as 6375:25 (NOT 6,375:25 or any other way)


MP

Sorry, there is a much easier way in EXcel. Why use decimals and all that conversion????

Format cells as custom [h]:mm:ss, then enter the numbers as 6375:10 and 6789:06, or 6789:6, then in the third cell a formula such as =b1-a1 will yield the answer 413:56:00

If the seconds bother you then change the format to [h]:mm
stickyb is offline  
Reply
Old 8th December 2008 | 12:16
  #15 (permalink)  
 
Joined: Aug 2007
Aviation Qualifications: ATPL
Posts: 57
Likes: 1
From: The World
Acebaxter:

Excel is OK above 10000 hrs.

Stickib:

This is exactly the formulae I recommanded in my previous post (subtract the low value from the high one. Regarding the decimals, some feel more at ease (for whatever reason) with the answer converted from hours & minutes to hours & decimals (instead of minutes).

Happy contrails

MP
MetoPower is offline  
Reply

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Thread Tools
Search this Thread

Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.