pile-it Mark
Board Regular
- Joined
- Jan 10, 2006
- Messages
- 125
Hello!
i am back playing with a status sheet again. had to start a new plane. i am trying to make it less error prone. in the Next Due Column H
Hours =f16+K16
Months =EOMONTH(j16,f16)
Cycles =l16+f16
Days =(J16+f16)
Years =EOMONTH(J16,F16*12)
Ldgs =L16+F16
AC Hours =IF(G131="AC Hours",F131+C$13,"b")
these formulas all work individually, they were taken from cells that i have been testing. but i would like to not have to insert and check 500 lines multiple times.
one formula in H that covers the condition in G.
that shows the calculation combining frequency in F with start in J (date), K (Hours), L (Cycles/Landings) A/C Hobbs in C$13
this works on the first two lines that are "hours" and "months" it does not like Ldgs or years
=IF(G17="Hours",K17+F17,IF(G17="Months",EOMONTH(J17,F17),IF9(G17="Ldgs",L17+F17,IF(G17="Years",EOMONTH(J17,F17*12),IF(G17="Days",J17+F17,IF(G17="AC Hours","fix ME"))))))
just realized i did not include Cycles in the if statement. Ldgs are airframe, Cycles are Engine. not always the same
any thoughts would be appreciated. i actually have the formulas in place now, but the sheet is available to others and if day gets switched to month in a revision,not everyone knows the formula needs changed.
Thanks for looking.
Mark
i am back playing with a status sheet again. had to start a new plane. i am trying to make it less error prone. in the Next Due Column H
Hours =f16+K16
Months =EOMONTH(j16,f16)
Cycles =l16+f16
Days =(J16+f16)
Years =EOMONTH(J16,F16*12)
Ldgs =L16+F16
AC Hours =IF(G131="AC Hours",F131+C$13,"b")
these formulas all work individually, they were taken from cells that i have been testing. but i would like to not have to insert and check 500 lines multiple times.
one formula in H that covers the condition in G.
that shows the calculation combining frequency in F with start in J (date), K (Hours), L (Cycles/Landings) A/C Hobbs in C$13
this works on the first two lines that are "hours" and "months" it does not like Ldgs or years
=IF(G17="Hours",K17+F17,IF(G17="Months",EOMONTH(J17,F17),IF9(G17="Ldgs",L17+F17,IF(G17="Years",EOMONTH(J17,F17*12),IF(G17="Days",J17+F17,IF(G17="AC Hours","fix ME"))))))
just realized i did not include Cycles in the if statement. Ldgs are airframe, Cycles are Engine. not always the same
any thoughts would be appreciated. i actually have the formulas in place now, but the sheet is available to others and if day gets switched to month in a revision,not everyone knows the formula needs changed.
Thanks for looking.
Mark