+ Reply to Thread
Results 1 to 5 of 5

Flight Planning Software

Hybrid View

  1. #1
    Registered User
    Join Date
    09-16-2011
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    3

    Flight Planning Software

    Hey guys,

    I'm working on a flight plan Excel sheet, and I'm not really well versed in excel formulae and this one has kind of stumped me.

    I'm creating a new cell on our airline's operational flight plan form, and my job is to display the current weight and balance index for the particular aircraft which has been selected. All the indices are different and all the indices depend on the current weight and moment-arm of the aircraft, but both those numbers are always current on a seperate sheet of the spreadsheet.

    I thought I could probably figure out how to do it but I've gotten fed up so I thought I would ask for help, and if you fine folks can understand these formulae and programming magics I would be eternally grateful.. I understand that to reference a different cell on a different sheet you use something like Sheet2!C4 but it's more complicated than that, the cell reference depends on what aircraft a person selects in a dropdown box on the top of the screen. Which cell you want to reference is always different and that's what I don't understand how to make that conditional reference.

    So here's the problem I can't figure out -- How do you reference a different cell on a seperate sheet depending on what selection a person makes on a dropdown box on sheet2 of the spreadsheet?

    I know it's possible, I've seen the same thing done where a reference weight comes up in a different cell on sheet2 depending on what selection a person makes for airplanes on sheet2 -- but I don't know how to do it... here is the formula that guy used:

    =IF($P$2="","",IF(M13="","",IF(E5="","",IF(E5="multiple",AH11,INDEX(type_data,MATCH($E$5,registration,0),3)))))

    So if you guys can understand that formula and apply it to my issue that'd be awesome. Dunno how to figure it out. I have the spreadsheet on my computer though, and I gotta figure out how to do this new function, which is basically the same function as that above formula.

    Thanks for your consideration!

    EDIT

    Actually I may as well tell you -- what I want is ((OMA - 227.5) x OW) / 6000) - 0.6

    Where,

    OMA = operating moment arm on sheet5
    OW = operating weight on sheet5

    And there are 5 different OMA's and OW's on sheet5 depending on what selection you make on sheet2
    Last edited by reprise; 09-16-2011 at 02:52 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    49,623

    Re: Flight Planning Software

    Might be easier to understand the formula and what is required in the context of a sample workbook.

    Might be VLOOKUP you need but, as you've got an INDEX/MATCH in there, maybe not.

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    09-16-2011
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Flight Planning Software

    Quote Originally Posted by TMShucks View Post
    Might be easier to understand the formula and what is required in the context of a sample workbook.

    Might be VLOOKUP you need but, as you've got an INDEX/MATCH in there, maybe not.

    Regards
    I don't really know what that all means, kind of new to the advanced formula programming this entails.

  4. #4
    Registered User
    Join Date
    09-16-2011
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Flight Planning Software

    Here's a copy of the workbook.. Trying to get a field come up on the flight plan sheets that references the cells on "CREW & AIRCRAFT" in the weight + arm fields. Does anyone know how to make the formula lookup different cells depending on what selection is made for different aircraft?
    Attached Files Attached Files

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    49,623

    Re: Flight Planning Software

    I think someone's been sick on your Flight Plans ;-) I guess you can't be colour blind to be a pilot? Pity.

    Anyway, let's be a bit serious ...

    Trying to get a field come up on the flight plan sheets that references the cells on "CREW & AIRCRAFT" in the weight + arm fields. Does anyone know how to make the formula lookup different cells depending on what selection is made for different aircraft?

    That probably means a lot more to you than it does to me.

    Please explain what you want to put in what cell on which sheet and what you want/expect to be returned. Again, which cells get the data and where does it come from? A couple of walked through examples would help.

    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1