Retrieve the Distance between Any Two Cities from Distance Table

Problem:

Range A1:G7 contains a table of the respective distances (miles) between 6 cities.
We want to use that table to retrieve the distance between each origin and destination pair shown in cells A10:B13.

Solution:

Use the INDEX and MATCH functions as shown in the following formula:
=INDEX($A$1:$G$7,MATCH(A10,$A$1:$A$7,0),MATCH(B10,$A$1:$G$1,0))

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.