Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
could anyone help regarding a calculation re the above.
what i am try to do is this: i start a standby at 6:00 and i finish it at 18:00 = 12 hrs but i am called to work at 15:00, so i have completed 8hrs stby. now i can only count 6 hrs of this sby time towards my total duty time, so i have to form a what if type of calculation. start of sby 06:00 fdp allowed 12:15 start of fdp 15:00 total duty allowed 21:15:00 num of setors 2 max finish time 03:15:00 this calulation above is wrong as i can only work until 00:15 so i need to tell the total duty allowed time cell to minus all time over 6 hrs ( the differance between the start of sby and start of fdp cells. thanks for any help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi
in reply, the above example, as you say is 9 hours differance and this is where my problem starts, what i need to do is now tell the cell total duty allowed, to not count any excess over 6 hours. this is an aviation thing for working out duty times whilest on standby, in other words i can only count the first 6 hours of the standby, no matter how long i have been on standby before being called out to work. so the total duty allowed cell already has a calculation =D27-D25+L25. this basically is start of fdp cell minus the star of sby cell plus the fdp allowed cell. now i need to tell the total duty allowed cell to also ignore all time over 6 hours between the start of fdp and start of sby cells, a seperate equation i guess but i cant figure this 1 out. thanks again for any help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that your times are really XL times and the Standby Start time is
in D25 with the fpd start time in D27 then try =MIN(D27-D25,TIME(6,,))+L25 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "khad" wrote in message ... hi in reply, the above example, as you say is 9 hours differance and this is where my problem starts, what i need to do is now tell the cell total duty allowed, to not count any excess over 6 hours. this is an aviation thing for working out duty times whilest on standby, in other words i can only count the first 6 hours of the standby, no matter how long i have been on standby before being called out to work. so the total duty allowed cell already has a calculation =D27-D25+L25. this basically is start of fdp cell minus the star of sby cell plus the fdp allowed cell. now i need to tell the total duty allowed cell to also ignore all time over 6 hours between the start of fdp and start of sby cells, a seperate equation i guess but i cant figure this 1 out. thanks again for any help. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sounds like you don't want D27-D25 to exceed 6 hours. As 6 hours is ΒΌ of a
day try =MIN(D27-D25,1/4)+L25 "khad" wrote: hi in reply, the above example, as you say is 9 hours differance and this is where my problem starts, what i need to do is now tell the cell total duty allowed, to not count any excess over 6 hours. this is an aviation thing for working out duty times whilest on standby, in other words i can only count the first 6 hours of the standby, no matter how long i have been on standby before being called out to work. so the total duty allowed cell already has a calculation =D27-D25+L25. this basically is start of fdp cell minus the star of sby cell plus the fdp allowed cell. now i need to tell the total duty allowed cell to also ignore all time over 6 hours between the start of fdp and start of sby cells, a seperate equation i guess but i cant figure this 1 out. thanks again for any help. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi
you 2 are savours i have a sorted duty time spreadsheet now i really thank for the time taken thanks again. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Airline MAWB Ranges | Excel Discussion (Misc queries) | |||
Excel prevents XP Pro laptop going on standby | Excel Discussion (Misc queries) | |||
Open Excel Network docs block standby - sometimes | Excel Discussion (Misc queries) | |||
Standby in Excel | Excel Discussion (Misc queries) | |||
Ignoring Time in a Date Time Calculation | Excel Worksheet Functions |