This may be a basic question...maybe not.
I am trying to build a cost estimator for travel between various airports. My row names define the airport somebody might depart from. Column names define the airport they are going to. The cell that matches up with both the departure row value and arrival column value is the estimated airfare.
Said another way: If Cell A4 has a value of BOS (for Logan International in Boston) and Cell G1 has a value of LHR (London Heathrow), then cell G4 contains the value of the estimated airfare from BOS to LHR.
I need a formula that can determine this estimated airfare based on the values that are defined as departure locations and arrival locations between 31 different airports.
Complicating things are the fact that these departure and arrival values are themselves derived from conditional and lookup formulas referring to different sheets. So they aren't manually entered.
I'm thinking I need to use MATCH and combine it with some INDIRECT functions but I'm not making any headway.
Any thoughts? Thanks in advance!
-New2You
I am trying to build a cost estimator for travel between various airports. My row names define the airport somebody might depart from. Column names define the airport they are going to. The cell that matches up with both the departure row value and arrival column value is the estimated airfare.
Said another way: If Cell A4 has a value of BOS (for Logan International in Boston) and Cell G1 has a value of LHR (London Heathrow), then cell G4 contains the value of the estimated airfare from BOS to LHR.
I need a formula that can determine this estimated airfare based on the values that are defined as departure locations and arrival locations between 31 different airports.
Complicating things are the fact that these departure and arrival values are themselves derived from conditional and lookup formulas referring to different sheets. So they aren't manually entered.
I'm thinking I need to use MATCH and combine it with some INDIRECT functions but I'm not making any headway.
Any thoughts? Thanks in advance!
-New2You