Go Back  PPRuNe Forums > Misc. Forums > Computer/Internet Issues & Troubleshooting
Reload this Page >

flight times with MS Excel ... (again)


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."

flight times with MS Excel ... (again)

Old 25th November 2004 | 19:20
  #1 (permalink)  
Thread Starter
 
Joined: Aug 2000
Posts: 966
Likes: 0
From: formally Alamo battleground, now the crocodile with palm trees!
Question flight times with MS Excel ... (again)

I am using MS Excel as my digital logbook. I'd like to add a few features, but I am a novice at best when I comes to MS Excel.

Right now, I have figured out how to add hours and minutes.

I'd like the Excel logbook to show me the hours flown in the last week. How can you program this with Excel?

7 7 7 7
Squawk7777 is offline  
Old 26th November 2004 | 01:26
  #2 (permalink)  
 
Joined: Sep 2002
Posts: 778
Likes: 0
From: London, UK
Add a column (you can hide it later if you like) which calculates the number of days from the entry till today.

Then use an IF or a DSUM to add up only hours for rows with the above number < 7.
drauk is offline  
Old 26th November 2004 | 06:35
  #3 (permalink)  
20 Anniversary
 
Joined: Oct 2001
Posts: 14
Likes: 0
From: Australia
To add in hours and minutes format the cells you wish as [h]:mm

The square brackets prevent the hours converting to days when you exceed 24.

MrW
MrWoollie is offline  
Old 26th November 2004 | 08:23
  #4 (permalink)  
 
Joined: Jan 2001
Posts: 44
Likes: 0
From: Stansted, UK
Thumbs up

Create a new column.

In the seventh row type

=SUM(C1:C7)

C being the column you want to count!

Now, highlight the cells you want the function to be repeated and use CTRL D to "fill down".

You now have a running total of your weekly hours.

Cheers
737TG is offline  
Old 26th November 2004 | 17:23
  #5 (permalink)  
 
Joined: Sep 2002
Posts: 778
Likes: 0
From: London, UK
Alas, I fear these responses may be somewhat confusing, because they don't actually solve your problem. Take a look at this example to see one way to do it. The important bits are in columns C and D.
drauk is offline  
Old 28th November 2004 | 20:58
  #6 (permalink)  
Thread Starter
 
Joined: Aug 2000
Posts: 966
Likes: 0
From: formally Alamo battleground, now the crocodile with palm trees!
Angel

drauk & co.

Thanks for your replies. One question though, in your example in D3 [=IF(C3<7,B3,0)] what is the significance of ,0 after B3?

7 7 7 7
Squawk7777 is offline  
Old 28th November 2004 | 21:22
  #7 (permalink)  
20 Anniversary
 
Joined: Apr 2003
Posts: 2,292
Likes: 56
From: Lincolnshire
D3 [=IF(C3<7,B3,0)]

Read the formula as:

D3 =

If C3<7 is TRUE then the value of D3 is B3

if C3<7 is FALSE the Value of D3 is 0

If you left click on the = sign on the formula bar, it will open a window which explains it.
ZH875 is offline  

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.