Hello everyone,
Happy New Year to all. I'm working on a file regarding calculating landing distance. Here is the data for example:
Data:
Landing Weight = 59,400 kg
Pressure altitude = 3,000 ft
Temperature = 30C
Landing configuration = FULL
Brake Mode = Manual
Approach speed = VLS + 8 kt
Slope = -0.07%
Runway Condition = Dry
Both Reversers = Yes
In Cells B2:C10 contains the data mentioned above.
In Cells C22:K32 contains the Corrections on Landing Distance for a Dry runway and similar data for Good runway in Cells C38:K48.
In Cells C36:K36 contains the calculation results based on the data in Cells B2:C20 and Cell G3 where finally Cell M36 displays the final result.
What I'm trying to do is have a formula in Cells E36:K36 that calculates the data from Cells B2:C20 and Cell G3 with the data in Cells C22:K32. So, for example, Cell F36, the result is -660 because since my landing weight is 59,400 which is 6,600kg lower than 66,000kg and as per the rule in Cell F25, for every 1,000kg below 66,000kg, I need to subtract -10 meters which gives me -600.
Another thing I wanted to point out is the Vapp Speed correction. The rule in Cell G5 states for every 5kt, I need to add 60 (cell G28). So looking at Cells B18:C18, you see that I have to take the value that is higher which in this case would be 8. So naturally, one would perform the following math: 2 x 60= 120. That's if I wanted to be conservative but if I were to be specific, I think it would be 1.5 instead of 2, right? Because since I'm 3 knots over 5, and 3 is the half way point of 5 would translate to be .5). So the math could be 1.5 x 60 = 90.
I think a combination of Forecast, Vlookup and Offset may be the solution however, I don't know how to write out the formula. I'm not sure if how I have the data in Cells C22:K32 would be the correct format as I also have 3 different Brake Modes (Manual, AB MED, AB LOW). Guess what I'm trying to do is, based on my Brake Mode (Cell C36) and landing configuration (Cell D36). Cells E36:K36 can calculate the data based off Cells B2:C20 and Cell G3 and display the final result in Cell M36 and Cell M52 which in turn would display the those results in Cell G14 depending on what I select in Cell C8.
Bookmarks