using vlookup

  • Thread starter Thread starter trishlock77
  • Start date Start date
T

trishlock77

I want to use the vlookup function to calculate how much
fuel is required for a flight depending upon the flying
hours and gallons/hour.
 
Trish;

You don't need a vlookup to calculate that, really. You
coudl create a simple formula such as Flying Hours *
Gallons/Hour = Total Fuel Needed.

Now, based on that total fuel number, you could run a
lookup on certain associated items, such as Possible
Destinations.

Perhaps if you supplied a bit more info...
 
Back
Top